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.
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";