Wednesday 8 January 2014

How To Enable thumbnails In Wordpress Theming

Most of the people who are new to WordPress does not know how to add post thumbnails to their WordPress blogs.
In this tutorial i will explain to add the WordPress post thumbnails in an easy way.
You can enable post thumbnails by plugin but i recommend you to add directly by adding simple code.

In your WordPress theme,you will find functions.php file, add the following code at end of the file.



   echo "I like PHP";
That's it!! You have enabled post thumbnails in Wordpress.