• I am having issues hiding page titles with WP 5.2. Previously on my old theme (running WP 4.9.10) I was able to throw a ! in front of anything I didn’t want to have a title on, or I could use the Hide Title plugin to hide titles. The plugin doesn’t seem to be compatible with 5.2. Any suggestions?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator James Huff

    (@macmanx)

    Add this via Customizer > Additional CSS:

    .entry-title {
        display: none;
    }

    I’m having same problem — and CSS is not the solution (not unless you want to hide all titles)
    I’m running WP 5.2.2 with Genesis 3.0.3 and PHP 7.3 and I’ve tried the Genesis Title Toggle plugin, but it isn’t working for me.
    There really needs to be a way to selectively choose to display (default) or not display page titles, IMO.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding page titles with WP 5.2’ is closed to new replies.