Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Possible to do Kickers only on certain posts?


  #1  
Old Jul 23, 2009, 10:13 AM
rickinesc
 
7 posts · Jul 2009
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!
  #2  
Old Jul 23, 2009, 03:59 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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
  #3  
Old Jul 24, 2009, 10:36 AM
rickinesc
 
7 posts · Jul 2009
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!
  #4  
Old Jul 27, 2009, 10:00 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Static text/banner image before posts in "posts page" verbalicious Page & Category Menu Bars 14 Nov 12, 2010 05:27 AM


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


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