• Hi WordPress Friends i recently registered my new Gadgets site. I want to add thumbnails automatically when i add post. But i want to show thumbnails only on home page of my site & not when reader clicks read more….

Viewing 1 replies (of 1 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    in single.php delete these lines

    <?php
                                if(has_post_thumbnail())  {
                                    the_post_thumbnail(
                                        array(300, 225),
                                        array("class" => "alignleft featured_image")
                                    );
                                }
                            ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Thumbnails help Please’ is closed to new replies.