Viewing 1 replies (of 1 total)
  • Theme Author Caroline Moore

    (@sixhours)

    Hi there,

    First thing, I’d highly recommend creating a child theme for your customizations so they won’t be overwritten by future theme updates. You can download a child theme template from my themes website (I don’t know if I can post the URL here without it being considered spam? Anyone?) or you can create one using the instructions here: http://codex.wordpress.org/Child_Themes

    Once that’s done, copy Scrappy’s page.php into your child theme and remove the following, starting at line 14:

    <?php
    if( $post->post_parent ) {
    echo get_the_title( $post->post_parent ) . " - " ;
    } ?>
Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Scrappy] stopping double titles’ is closed to new replies.