Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2016-02-18 18:30:08

theomolenaar
Member
Registered: 2012-12-11
Posts: 163

Page name is displayed

When I create a  static page in the wordpress thema the pagename is displayed as a header. I can uderstand that for posts, but not for static pages. It also is not like the behaviour of other themes I hav worked with.,

I tried to find how to remove rthis, but could not find it in the settings....

Last edited by theomolenaar (2016-02-18 18:36:25)

Offline

#2 2016-02-18 22:51:45

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Page name is displayed

There are two ways I can think of to remove the page title:

The easiest way is by using a Wordpress plug-in like Hide Title that's designed to hide titles
https://wordpress.org/plugins/hide-title/
This is done on a page by page basis
do a Google search and you'll find more

Another way: using custom css:

.page-id-xxx .post-title {
    display: none;
}

where xxx is the page id number. You can get that by using the browser's inspector and looking at the body class or by going to Pages in the WordPress dashboard and hovering over the page name link and looking at the bottom of the browser where the url is displayed. Part of that url will contain the page ID in the form of "post=xxxx" where xxxx is the page id.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2016-02-18 23:07:57

theomolenaar
Member
Registered: 2012-12-11
Posts: 163

Re: Page name is displayed

Thanks

That plugin is what I need. I really have to go into plugins aq bit. I hardly knew teh existed since I have always used themes with a lot of functionality (like the hiding). Or writen  for sites where others took care of the 'details' This theme is rather 'bare' so i guess I'll have to look into plugins...

Offline

Board footer

Powered by FluxBB