Remove Title from pages in Twenty Ten
-
I’m trying to remove the “Home” and “About Us” titles from my pages and have tried every youtube video and every instruction from other posts here but my problem is that none of the code you’re supposed to remove is in my page.php file.
Here’s what I have – if anyone can tell me what to delete, change or remove, I’d be so grateful!
Thanks
get_header(); ?> <div id="container"> <div id="content" role="main"> <?php /* Run the loop to output the page. * If you want to overload this in a child theme then include a file * called loop-page.php and that will be used instead. */ get_template_part( 'loop', 'page' ); ?> </div><!-- #content --> </div><!-- #container --> <?php get_sidebar(); ?> <?php get_footer(); ?>
[Please use the backticks or code buttons when posting code here]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Remove Title from pages in Twenty Ten’ is closed to new replies.