Can Any Body Tell ME that How to add thumbnail which will be shown on main page i try alot but my pics are not show on main page
You need to add this line to your functions.php file add_theme_support( 'post-thumbnails' ); Code (markup): and then you need to use this within your index.php (etc) to show the image echo get_the_post_thumbnail($post->ID, 'thumbnail', $thumbnail_attr); Code (markup):