Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Column Heading Help ? (http://forum.bytesforall.com/showthread.php?t=359)

Dj Mionis Feb 12, 2009 02:13 PM

Column Heading Help ?
 
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 ?

Flynn Feb 13, 2009 06:48 AM

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 ?>



All times are GMT -6. The time now is 04:38 AM.

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