What I'd like to do is show the FULL POST on category pages, instead of just the headline and optional snippet. An example of one of my category pages is here:
You can see that only the titles are displayed (I turned off the snippet/description option). All I want to happen when you click on a category in my top menu is to have the posts sorted by category, and ALL of the post should show up.
What do I need to do to set this up? I've been looking around and figure it's in the _posts.php file...
Category Page - Show Full Post
Started by
james300
, Sep 07 2010 07:52 PM
5 replies to this topic
#1
Posted 07 September 2010 - 07:52 PM
#2
Posted 08 September 2010 - 05:35 AM
Hold tight for developer help, bump your topic.
Thanks, Bryan
#3
Posted 08 September 2010 - 04:29 PM
Pretty simple fix. Find this line:
`ID)):?>`
and make it like this
`ID) || is_category()):?>`
The code is untested but that should do what you want.
#4
Posted 10 September 2010 - 04:31 PM
Do you know what .php file that code is in?
#5
Posted 10 September 2010 - 04:54 PM
haha you can't read minds? I hate it when I do that.
_posts.php
#6
Posted 10 September 2010 - 06:06 PM
That seemed to do the trick, thanks!










