Powerful, reliable and lightweight plugin which helps you to easily show post images and handle them. Essential tool for web designers and developers.
WP Smart Image II is a WordPress plugin which gives you a whole control over the thumbnails that you wish to show with posts and pages (e.g. the index of a website).
This plugin combines the best image management functionalities in WordPress and turn their handling in a very easy job.
WP Smart Image II takes all WordPress image functions and put on your hands in a simple and right way.
Yes! Custom fields (e.g.) is a very wrong and annoying way to do this job. If you are used custom fields to assign images to posts, with WP Smart Image II will forget all the extra work and will enjoy the real process automation that has been in WordPress all this time and probably you never knew existed.
No problem! Otherwise, the WordPress image engine is one of the most advanced and flexible ones so far. WordPress offers a wide range of functionalities and tags, which allows for and easy handling of images and files, associating them with posts, categories, pages and other elements with total freedom.
However, the problem with all these funcionalities is that finding the propper way to associate data and get a specific result can get really hard. In an attempt to do that, many people have tried to do it by setting through custom fields, ignoring that WordPress has a large platform with many resources at our disposal to do that.
It is not a filter that works inside the content. WP Smart Image II only works in the template areas and it’s use is focused to the template’s file system.
It is not a plugin that changes other functionalities behaviour. It’s a resource that lets you take advantage of the already existing functionalities provided by WordPress.
General
Design & layout
"width"
and "height"
attributes through CSS or HTML methods."alt"
and "title"
attributes if they haven’t been configured yet.Web Development
"rel"
, "class"
, "id"
and "target"
.array
mode as well.Blogging
Enjoy designing!
If you have been translated this plugin into your language, please let me know.
wp-smart-image-ii
folder to the /wp-content/plugins/
directory<?php wpsi(); ?>
in your templateSettings > WP Smart Image II Menu
The main documentation site is the Lab. Here you can find all detailed information about WP Smart Image II.
Also you can find direct support at WPSI II forums: English users | Spanish users
No. Using custom fields to show attached images is a wrong method. Yes, it is relatively famous, but is wrong. WordPress has a very advanced ways to control post’s images. However, saying is not the same than do it, because many times it is some difficult to achieve tha we want in this area. WP Smart Image II simply makes this work a quite more easy to you.
However, WP Smart Image II works with postmeta fields to more complex jobs (as show external images) storing a minimal needed data to make the job.
Noup. This plugins uses all existing post data you have been entered through WordPress Editor. Only creates a little field in options table to save your settings. If you choose to use the editor’s widget, one field per post will be created in the _postmeta table (only if you make any configuration throught the widget; otherwise no fields will be created).
Just activate the checkbox for option “Activate editor box” through Settings page. Save your settings.
Absolutely not. Your old settings remain unbroken.
You should place the tag into the loop (see screenshot #3 for a graphic example)
Yes, you can combine parameters without an specific order.
Some parameters may not appear depending of your settings. E.g. a “rel” attribute will not shown in an unlinked image, because “rel” is a property of links. In cases like this, if you set wrong parameters the plugin simply ignore them and works anyway. Another example: if you have a Stric DTD site and if you activate a “target _blank”, of course you’ll ruin your standard. If you add a fixed ID’s to several images or links, you are proceeding in a wrong way.
Otherwise, if you are trying to implement some javascript/ajax toy defining “rel” or “id” parameters , you are in a good way to achieve what you want, depending of your intentions.
For a better handling of WPSI II parameters, start from the parameters table, so you can taking a look to available options.
Please let me know you’re thinking through any of ways above. Thank you!.
All your suggestions are welcome. Thank you!.
Nice… let me know! 😀
number
to obtain multiple images per post.array
for a better handling over multiple images per post.custom
and acustom
to add custom attributes to images and links, respectively.quote
to switch between singles and double quotes on links and image tags.the_post_thumbnail
editor interface.post-thumbnails
features.alt
and title
on images and links.wpsi()
to replace the actual wp_smart_image()
and get_wpsi()
for the return mode.el_title
parameter replacing to the_title
to avoid conflicts on some attribute strings.alt
and title
issue on images and links.showtitle
parameter replacing title
behavior (see documentation)alt
, title
and atitle
for better handling of ALT
and TITLE
elements (see documentation)