• Resolved agent_trig

    (@agent_trig)


    Hi,

    I would like to remove the titles from my pages (not posts). For example, I have a page set as the homepage and do not want to have the word ‘Home’ at the top.

    Anyway, or any plugins out there that can sort this out for me?

    Thanks

Viewing 1 replies (of 1 total)
  • If you go into the Editor and go to edit the Page Template find these lines:

    <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    	<?php if ( is_front_page() ) { ?>
    		<h2 class="entry-title"><?php the_title(); ?></h2>

    and take out <?php the_title(); ?> and you should be good.

Viewing 1 replies (of 1 total)

The topic ‘TwentyTen – Remove title from pages’ is closed to new replies.