• When somebody clicks on a category to all posts for that category, I’d like them to just see an excerpt with a “more” link rather than all of the text of every post in that category.
    Is there a way to set the categories that way?
    I know I can manually create excerpts but that screws up the front page (where I want the all of the text of entries to be shown).
    Anybody know how to tweak the categories so they don’t show the complete text of every post?

Viewing 1 replies (of 1 total)
  • jim,
    Maybe some type of <?php wp_get_archives('arguments'); ?> call using a few limits such as specifying which category and then limiting the number of words per excerpts. Another idea would be to write something for my-hacks.php to call for this….I’d play with it a bit a see what I can come up with…
    If its much simpler than this, someone please feel free to let me know ??
    -Ian

Viewing 1 replies (of 1 total)
  • The topic ‘Stop category from showing entire post?’ is closed to new replies.