• Is there a very (stress – very) simple way of hiding the dashboard title on pages and posts in the Sixhours theme?

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

    (@sixhours)

    If you want to remove it entirely, you can do so under Settings -> General.

    Thread Starter secretfocus

    (@secretfocus)

    Had a look at Settings General and there is nowhere to do this. Only Site Title, Tag line, URL’s, email, membership, default role, dates, time, zone and week start can be changed here.

    Its the dashboard title I want to hide/remove from my pages so it doesn’t look like duplicated text.

    https://secretfocus.co.uk

    Theme Author Caroline Moore

    (@sixhours)

    Ahh, you mean the post titles. You can do this with CSS in a child theme:

    .entry-title {
      display: none;
    }

    Or leave your post/page titles blank when you publish them (I don’t recommend this for SEO, though).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding dashboard title’ is closed to new replies.