• Resolved dustym

    (@dustym)


    I am currently using the wp theme: Comet 1.4.2 by Frostpress.

    Most of my posts have photos in them, but for some reason can only be displayed on the home page.

    If I click on “Archive” or “Category” it brings me to those pages and displays the header and text content, but does not display the photos.

    When the user clicks “Archive” or “Category” I want the page to be displayed in the same way as the home page, displaying the photos inside my posts.

    Does anyone know how to do this?

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

    Thread Starter dustym

    (@dustym)

    I am not too familiar with wordpress. When I click on the editor function under appearances it provides me with a list of php files that I can edit.

    I do not see archive/category template files anywhere. Are they within the Main Index Template or Page Template?

    Your help is much appreciated.

    Try looking for category.php, archive.php or index.php in that order.

    Thread Starter dustym

    (@dustym)

    I figured it out!

    Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Including Pics in Posts in Category View’ is closed to new replies.