Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » Forum Usage » Forum How-To »

Don't want page title to show


  #1  
Old Mar 31, 2009, 05:39 PM
Frederick
 
2 posts · Mar 2009
When I enter a name of a page so that it will appear on the tab, it also appears at the top of the page. How can I have it show on the tab only?
Thanks.
  #2  
Old Mar 31, 2009, 06:51 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
Since 3.3 this can be done with a HTML/CSS Inserts -> CSS Insert

(Replace XX with the ID of the page)

HTML Code:
body#body-page-XX div.post-headline {
display: none;
}
For all pages (not just a specfic one)

HTML Code:
body.body-page div.post-headline {
display: none;
}
This is not perfect as the headline is still there, just not visible. Google might object to this. You can also try to move it off screen, this might be safer:

HTML Code:
body#body-page-XX div.post-headline {
margin-left: -9999em;
}
or

HTML Code:
body.body-page div.post-headline {
margin-left: -9999em;
 }

A PHP based solution is planned for one of the next releases
  #3  
Old Mar 31, 2009, 10:22 PM
Frederick
 
2 posts · Mar 2009
Thank you, Flynn. I've installed 3.3 and now this works.
Frederick

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header images don't show? Read this ... Flynn Header 88 Dec 28, 2010 12:54 AM
[SOLVED] Don't show sub-pages for a main page on my menu bar jockoe Atahualpa 3 Wordpress theme 1 Jul 13, 2009 12:28 PM
pagination problem - page 2 of categories don't show up! collymore Page & Category Menu Bars 2 May 17, 2009 08:38 AM
Show Post Title as Page Title patgeary Header configuration & styling 2 Mar 27, 2009 07:10 PM
Only show page title, not excerpts or full, on tag pages. Alphanon Excerpts, Read more, Pagination 2 Mar 3, 2009 10:18 AM


All times are GMT -6. The time now is 03:31 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.