Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   category pages - with just the linked title, author, date of each related post (http://forum.bytesforall.com/showthread.php?t=2171)

janey73 Jun 24, 2009 03:48 PM

category pages - with just the linked title, author, date of each related post
 
We're needing an index of entries within a category rather than an excerpt of each entry within a category.

We'd like a single page that is just a list of each post for a particular category. It includes the author, date and title for each post and, of course, is linked to the individual post page

Is there something set up like that? It seems like a lot of people would want / need it.

Many thanks

Flynn Jun 25, 2009 08:51 AM

You could make a copy of index.php as category.php and exclude everything your don't want from category.php by deleting that part of the code or better (so you can get it back easily), by commenting it out = putting a hash # character or 2 slashes // in front of the PHP


<?php bfa_post_kicker(); // Post Kicker: To edit the output, see functions/bfa_post_parts.php ?>

<?php bfa_post_headline(); // Post Headline: To edit the output, see functions/bfa_post_parts.php ?>

<?php bfa_post_byline(); // Post Byline: To edit the output, see functions/bfa_post_parts.php ?>

<?php # bfa_post_bodycopy(); // Post Bodycopy: To edit the output, see functions/bfa_post_parts.php ?>

<?php bfa_post_pagination(); // Post Pagination: To edit the output, see functions/bfa_post_parts.php ?>

janey73 Jun 25, 2009 01:11 PM

Most excellent! Thank you, Flynn!

This also solves the problem of that nagging "Vote the Post" plugin not working right on the excerpts since it just bypasses it for this index page, which is just fine.


All times are GMT -6. The time now is 06:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.