• Resolved samelesabeh

    (@samelesabeh)


    I have the twentythirteen theme and I want to remove the “Home” title on the front page. I tried fiddling with the content.php file a bit with no success at all. I read a post earlier regarding this issue; however, it was for the twentyEleven theme. I tried that on my twentyThirteen theme and got a parse error. (Of course I tried it on a Child Theme first – Thank God).
    So this is the code that I saw:

    <?php if ( !is_front_page() ) :?><h1 class=”entry-title”><?php the_title(); ?></h1><?php endif;?>

    I copied this code inside content.php and pasted it instead of:

    <h1 class=”entry-title”><?php the_title(); ?></h1>

    __________________

    I say again, that did not help at all.
    Is there any other solution?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove "Home" title at front page.’ is closed to new replies.