• He all,

    I want to remove the page title from the live pages (ie “home”, “contact” etc”) but when I remove it from the editing interface in the dashboard it also removes it from the list, replacing it with “(no title)”

    I’m sure this is very simple but I’m a WP newbie! any help will be greatly appreciated!

    Cheers

    Alister

Viewing 1 replies (of 1 total)
  • To remove it form the sites public pages you need to edit your themes template files. There’s most likely more then one file that you’ll have to change to do this. There’s information on how to owrk with templates at:

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

    As a tip, the headings are mostly contained in <h1> and ‘<h2>’ tags, so if you look for those you’ll find msot of what you want to remove.

    I’d recommend that you make any changes in a child theme so that your changes don’t get over-written by any future updates.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove page title from site but not dashbord’ is closed to new replies.