Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you a Child Theme?

    I’ve tried a few suggested solutions

    What did you try?

    Thread Starter Dano_500

    (@dano_500)

    I don’t have a child theme, should I have one – What are the benefits?

    I tried to remove the title code in page.php but couldn’t find it, is that theme related?

    Cheers

    Theme Author Kirk Wight

    (@kwight)

    Child themes are described here:

    https://codex.www.ads-software.com/Child_Themes

    The major benefit is that when Debut gets updated (new features, security fixes etc), the updates won’t clobber your custom changes.

    Create a basic child theme as described above, and copy content-page.php into it (this is the file you’re looking for, not page.php). Removing the line:

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

    will remove the title, and your changes won’t be overwritten when updating the theme.

    Thread Starter Dano_500

    (@dano_500)

    Excellent, I’ll do that – thank you!

    Theme Author Kirk Wight

    (@kwight)

    Let me know if this didn’t work for you. Marking as Resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Debut] Removing Page Titles’ is closed to new replies.