Viewing 3 replies - 1 through 3 (of 3 total)
  • please use the forum search – this has been asked and answered quite a few times.

    Thread Starter naveen73

    (@naveen73)

    Could you giude me to it. I have not been able to find it. realy, I tried.

    you are probably right – the search functins is not very good.

    two possibilities:

    – using css:

    in style.css, add:

    .page .entry-title { display: none; }

    or
    – by editing loop-page.php and remove:

    <?php if ( is_front_page() ) { ?>
    						<h2 class="entry-title"><?php the_title(); ?></h2>
    					<?php } else { ?>
    						<h1 class="entry-title"><?php the_title(); ?></h1>
    					<?php } ?>

    btw:
    it is recommended not to edit Twenty Ten directly, as any customisations will get overwritten when you upgrade the theme, but to create a child theme to work with – https://codex.www.ads-software.com/Child_Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Twenty Ten] page title’ is closed to new replies.