Support » Fixing WordPress » Images not showing up in posts

  • I hope there’s a simple answer to my problem. I’m a novice, so please tell me if what I’m doing is right or wrong. I’ll describe it step by step and hopefully it makes sense.

    My website is: http://www.eddielynn.com

    1. I’ve built my menu using categories. They appear in my navigation bar.

    2. I write a test post, insert an image, make it my featured image, assign it a few categories, then publish.

    3. The post appears on my home page, but no image. This is my first problem. I want the image to be there, of course.

    4. I click the title of the post, and it takes me to the posts page, where the image DOES appear. Good thing! This is what I want it to be like everywhere.

    5. I go to the categories listing on my sidebar, and click each category my post is under. Again, the post appears, but as before, no image.

    6. Lastly, I go to the menu bar at the top, click the category associated with the post, and get nothing. Frustrating.

    I know there’s something I’ve done wrong when I’ve set things up in my admin panel. At least I’m assuming so. If any one has any advice or links to tutorials, it would be deeply appreciated!

    Eddie

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

    5. See (3)

    6. You appear to be linking to Pages – not Categories.

    Thread Starter Hot Cars Hot Curves

    (@floridabeautiesinhd)

    Thank you so much, esmi!! You’re instructions worked! I followed the link you included, and read more about theme development. After that, I found my themes index files, then found the code you mentioned and replaced it. Things are working great!

    I appreciate your help!

    Eddie

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images not showing up in posts’ is closed to new replies.