On some pages, I would like to still have the additonal headline black bar across the top, but without any text. Is this possible? Thanks !
Can I leave the additional headline blank?
2 posts from 2 voices-
Posted 6 months ago #
-
Hey,
in page.php replace following code:
$headline = get_post_meta($post->ID, "_headline", true); if($headline!= '') { echo '<div class="wrapper" id="wrapper_heading">'; echo '<div class="center">'; echo '<h2>'.$headline.'</h2>'; echo '</div></div>'; }with:
echo '<div class="wrapper" id="wrapper_heading">'; echo '<div class="center">'; echo '<h2>'.$headline.'</h2>'; echo '</div></div>';Posted 6 months ago #
Reply
You must log in to post.







