Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Excerpts, Read more, Pagination (http://forum.bytesforall.com/forumdisplay.php?f=20)
-   -   [SOLVED] Titles, not exerpts in category pages (again) (http://forum.bytesforall.com/showthread.php?t=4027)

lingvemulo Oct 23, 2009 08:03 AM

[SOLVED] Titles, not exerpts in category pages (again)
 
Hi... I've read all the posts on the forum about showing only titles and not excerpts in the category pages, but can't for the life of me figure out how to edit the php on "Style and edit center column" : "The Loop". I've tried putting in a conditional statement, but am a php idiot and haven't gotten it right. Can anyone give me the code I should use? Or at least tell me exactly where to put the conditional statement halves so that commenting out "<?php bfa_post_bodycopy('<div class="post-bodycopy clearfix">','</div>'); ?>" doesn't affect ALL posts, only the output of a category page?

Many thanks...

juggledad Oct 24, 2009 12:21 PM

HTML Code:

<?php if (!is_category()) { bfa_post_bodycopy('<div class="post-bodycopy clearfix">','</div>'); } ?>

lingvemulo Oct 26, 2009 07:55 AM

Perfection!! Thanks for the help. Here's hoping one day I'll learn enough about php to be able to figure these things out for myself...


All times are GMT -6. The time now is 10:01 PM.

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