• Hi,

    I have many posts on my blog grouped by category. For example, category A. When I list out the posts that are in Category A, WordPress only shows the Titles of the posts. I want to show the contents of the posts, too. Is there a plug in to do this? Or, where should I start looking in the code?

    Here is my category list:

    Category Listing

    I want it to look like my front page:

    Front Page

    TIA!!!

Viewing 1 replies (of 1 total)
  • This is control by your theme if you theme doesn’t give you an option to change this you have to look for a new theme or you need to modify the code. usually you use the_content() or the_excerpt()

Viewing 1 replies (of 1 total)

The topic ‘Displaying Post Contents with Category Listing’ is closed to new replies.