• When I click on a category in the side bar the post in that category appear but without the links or images. It’s only when you click on the post titles that you get the links and images included in the post.

    How can I make it so that when you click on a category in the side bar, the all the posts show up on one page with the links and images visible?

    http://twilight-sensation.com/?cat=18

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try copying index.php to category.php

    Thread Starter toni2

    (@toni2)

    I don’t have a category.php does that mean I should make one out of the index.php?

    Sorry I’m really new to this.

    Edit://// Sorry it worked thanks 🙂

    Hello jbbrwcky,

    I was just about to post the say question. Copy index to category under what directories. Is the index the one under the specific theme I am using, and the category under the wp-includes?

    Thanks JR

    In your theme’s category.php or archive.php (you can save a copy of this file and rename it category.php if you want), replace this:

    <?php the_excerpt(); ?>

    With this:

    <?php the_content('Read the rest of this entry &raquo;'); ?>

    Thank you,

    Awesome, worked great.

    Thanks JR

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

The topic ‘Posts in categories’ is closed to new replies.