MollyRegan
Member
Posted 8 months ago #
Hello,
I'm trying to remove the Page Title and Cite Line that show up above Headers on my Pages (not posts). They only appear in Firefox (Safari and Chrome look great):
http://www.providencebocce.com/about/
How can I hide these from showing in Firefox browsers?
I tried removing the Post div class in the page.php file and had disastrous results - all of my Pages went blank. :O
Any ideas would be greatly appreciated.
Thanks!
http://wordpress.org/extend/themes/clean-home/
MollyRegan
Member
Posted 8 months ago #
fixed! :)
i just removed this from the page.php page:
<!--uncomment for header tags-- <h1><a>"><?php the_title(); ?></a></h1>
<small><b>Posted:</b> <?php the_time('F jS, Y') ?> | <b>Author:</b> <?php the_author_posts_link(); ?> | <b>Filed under:</b> <?php the_category(', ') ?> <?php the_tags(' | <b>Tags:</b> ', ', ', ''); ?> <?php if ( $user_ID ) :
?> | <b>Modify:</b> <?php edit_post_link(); ?> <?php endif; ?>| <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></small> -->