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)
-   -   Excerpt Loop in Atuhualpa 3.4 (http://forum.bytesforall.com/showthread.php?t=3525)

nicholas Sep 19, 2009 01:14 AM

Excerpt Loop in Atuhualpa 3.4
 
Hi,

I just begin to use Atuhualpa 3.4.2. My problem is that I want to show excerpt only for posts from specific categories. Normally, I ajdust excerpt loop (Statement: <?php the_content(); ?>) in my wp theme but in atuhualpa 3.4 I can't see the loop that i'm looking for. This is what I normally chage in exisitng wp theme file index.php.

Old
<?php the_content(); ?>

I change it into
<?php if ( in_category( array( 'test' , 'hello' ) )) { ?>
<?php the_content(); ?>
<?php } else { ?>
<?php the_excerpt(); ?><a href="<?php the_permalink(); ?>" title="Read More…">Read More…</a>
<?php } ?>

Any ideas?

Thanks,

nicholas Sep 19, 2009 02:54 AM

Problem Solved. I found that I have to put my code in bfa_post_parts.php. :)


All times are GMT -6. The time now is 11:43 PM.

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