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.
You are not logged in.
Pages: 1
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
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
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
Pages: 1