Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Remove headline from home page (http://forum.bytesforall.com/showthread.php?t=3990)

horsemansarts Oct 21, 2009 09:09 AM

[SOLVED] Remove headline from home page
 
Hi,
I'm using v. 3.4.1 and all the references to something like this that I've found seem to suggest modifications to the index.php file. I think things have changed with 3.4.1?

I am thinking I should be able to make this modification on the Style & Edit Center Column area of the theme options. But, I just don't know enough about programming to get the code right. I just want to hide/remove the headline from the Home page (which is a static page).

Thanks,
Sharon

juggledad Oct 21, 2009 11:22 AM

HTML Code:

<?php if (!is_front_page() ) {
  bfa_post_headline('<div class="post-headline">','</div>');
  } ?>


horsemansarts Oct 21, 2009 01:14 PM

Perfect!! :)

Sharon


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

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