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 » Sidebars & Widgets »

Column Heading Help ?


  #1  
Old Feb 12, 2009, 02:13 PM
Dj Mionis
 
1 posts · Feb 2009
I want to add a column heading to appear at the top of the center column only to appear on the home page ? Anyone know how I can accomplish that ?
  #2  
Old Feb 13, 2009, 06:48 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In index.php after

PHP Code:
<?php get_header(); ?>
put this

PHP Code:
<?php if ( is_home() AND !is_paged() ) { ?>
..... Your Code ...
<?php ?>
Or, if you've set a static page as home page

PHP Code:
<?php if ( is_front_page() ) { ?>
..... Your Code ...
<?php ?>

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Display Custom Fields and Values Under Post Heading grasshopper Atahualpa 3 Wordpress theme 4 Jul 2, 2009 12:40 PM
3 Column posts ryguy Header configuration & styling 3 Jun 15, 2009 01:46 PM
[SOLVED] How to change 3 column to 2 column blog vots Atahualpa 3 Wordpress theme 3 May 4, 2009 03:58 PM
Change Widget Heading Size Rainer Sidebars & Widgets 3 Apr 9, 2009 11:43 AM
Only One Visible Column OneSister Forum How-To 4 Apr 8, 2009 05:33 PM


All times are GMT -6. The time now is 10:39 AM.


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