• I have had a search of google, but cannot find answer, and am sure its prob a tick box somewhere.. but on my wordpress homepage, you can see the posts text, but no image.. if you select the post, you then go to the posts page, and can see the image…

    I want to be able to see all posts images on the main page.. anyone help?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your theme may be using <?php the_excerpt();?> instead of <?php the_content();?> in its template files. Simply edit the relevant template files and replace <?php the_excerpt();?> with <?php the_content();?>.

    Thread Starter drblogger

    (@drblogger)

    lol.. dont you just love it when people say.. “Simply…”.. simple if you know what youre doing!!… but Im sure ill figure it out!… thanks for the tip, ill check it out.

    Go to the page that is creating the post/page. So if your home page is index.php, default, you go to Appearances/Editor then on the right you will see the pages. Click on index.php and find what ESMI above is talking about. This is one of the most powerful features of wordpress, coding on the live site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Why no images on home page posts?’ is closed to new replies.