I used the code you provided and it gives me what I want, as far as having entries listed by Title, rather than in its entirety. Now my problem is this...When I click on a particular entry Title, the contents of the post do not show up. The only thing I see is the entry Title, Trackbacks and Comments sections. How do I get my entire post to show?
If you can take a look at my site, you'll see what I mean. Just click on any Category that has entries and you'll see.
http://www.homemakerinprogress.com/blog
I did have to change your code as bit, as you mentioned. Here's the code I used:
The frontpage entries I have setup to show in its entirety. Only when you click Categories links, you'll see the entries listed by Title.
Code: Select all
{if $startpage OR NOT is_array($category_info)}
{$entry.body}
{/if}Thanks again!