Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Kicker for sticky posts only? (http://forum.bytesforall.com/showthread.php?t=7802)

anishinaboy Jun 27, 2010 11:59 AM

[SOLVED] Kicker for sticky posts only?
 
Hi,

Is it possible to have custom text in the kicker appear only in sticky posts? I would like to have my sticky posts say "Featured Post"?

Great theme!

juggledad Jun 27, 2010 12:23 PM

Try this, surround the items in the kicker with '<?php if (is_sticky()) {' and '} ?>'

anishinaboy Jun 27, 2010 12:47 PM

This would be in "Style & Edit CENTER COLUMN' under 'The LOOP' where it says, '<?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>'?

juggledad Jun 27, 2010 04:27 PM

That's even better. I was still asleep (that's my story an d I'm sticking to it)
Use this
HTML Code:

<?php if (is_sticky()) { bfa_post_kicker('<div class="post-kicker">','</div>'); } ?>

anishinaboy Jun 27, 2010 04:33 PM

Worked beautifully, thanks!!


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

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