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)
-   -   Possible to do Kickers only on certain posts? (http://forum.bytesforall.com/showthread.php?t=2605)

rickinesc Jul 23, 2009 10:13 AM

Possible to do Kickers only on certain posts?
 
Newbie here. I'd like to use kickers only on a few of my posts. Is there an easy way to activate that feature only on certain posts? Thanks!

Flynn Jul 23, 2009 03:59 PM

You can use PHP in the 12 text areas at Post/Page info items

PHP Code:

<?php if ( is_page( array(XXYYZZ) ) ) { ?>
Post info items here ...
<?php ?>

XX, YY, ZZ = ID's of the pages

rickinesc Jul 24, 2009 10:36 AM

Thanks for this Flynn, but I guess I was not specific enough. I want to be able to enter individual text in a kicker on each of these posts, using the kicker to introduce the subject of the post, such as "July meeting report" or "July President's message" etc. These are not categories, since the month changes. Is there a way to do that? Thanks!

Flynn Jul 27, 2009 10:00 AM

You should put that right into the post then. You use HTML to visually separate it from the other post text if that's what you want to do


All times are GMT -6. The time now is 07:52 AM.

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