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)
-   -   Exclude Cat Bar From Page (http://forum.bytesforall.com/showthread.php?t=2447)

Steve_T Jul 15, 2009 08:05 AM

Exclude Cat Bar From Page
 
I'm using 3.4

How could I stop the category bar from showing up on my static home page
The only place I really want it is on the blog

Flynn Jul 15, 2009 08:11 PM

You can use PHP at Style & Edit HEADER AREA -> Configure Header Area

<?php if ( !is_front_page() ) { ?>%cats<?php } ?>

To not display it on static pages either

<?php if ( !is_page() ) { ?>%cats<?php } ?>


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

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