Saturday, December 18, 2010

How to add the image of the thumbnail in WordPress themes


Some readers of this blog who have downloaded the theme tricks ask me "How to add image thumbnail on topic of tricks". Really to show the image thumbnail on the WordPress blog is easy to install only the plugin in "Get the Image" on WP blog and paste a small code in the WP theme.

Plugin to get the image is a small plugin WP to display image thumbnails easily in WordPress blog and the plugin updated continuously. The latest version of the obtained image plug-in has support for the latest version of WordPress. This plugin can capture an image by custom field since WP entry feature image, mail attachment or extract it from the post content.

After installing the plugin you can view thumbnails on your blog as the image below

thumbnail-image (FILEminimizer)

This tutorial can be applied on all WordPress blog with itself hosting. If you have a WP blog on wordpress.com can do this tutorial because wordpress.com does not allow the user to customize themes and do not allow that user to install the new plugin.

How to add thumbnails in WordPress themes

It is easy, if you are interested with this tutorial, you can follow the following walkthrough:

Login to WP blogDownload to obtain image plugin, install and activate the plugin in your WP blog. You can download to get the plugin image from this link: download plugin for image copy and paste of code to your theme WordPress where you want the thumbnail image in your WP theme and then update the theme.



get_the_image (array))
'default_size' => 'thumbnail',
'link_to_post' => false,
'width' => 135,
'height' => 135
) );
} ?>

Update/recharge you blog. Now you can see the thumbnail image shown on your blog.

Note: If you tricks Theme, you can paste the code right before "(_post_content,_450) do;?" "algorithm" (see picture)

thumbnail-image-script (FILEminimizer)

Perhaps you are interested with another tutorial WordPress: How to embed search AdSense for WordPress Theme or if you are interested in installing SEO friendly theme you can download the theme here: SEO-friendly WP theme "Tips theme V2"

0 comments:

Post a Comment

Popular Posts