Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   [SOLVED] Suggestion re Page Headings... (http://forum.bytesforall.com/showthread.php?t=8928)

Velma Aug 14, 2010 12:21 PM

[SOLVED] Suggestion re Page Headings...
 
We have the option of using the Post/Page Options (Configure SEO). Presently we have to Edit the post in order to check to NOT display the Body Title on Single Post or Static Pages.

It would be nice to be able to check this on or off in Quick Edit as well.

The inspiration for this is converting a current site over to Atahualpa, and needing to go into all the pages to turn off the Titles for each page.

Thanks!

Velma

lmilesw Aug 14, 2010 01:42 PM

Alternatively if you are NEVER showing titles is to add the following to ATO>Add HTML/CSS Inserts>CSS Inserts.
HTML Code:

.post-headline {displey:none}

Velma Aug 14, 2010 09:35 PM

Hmmmm...that would make things easier for right now!

That would hide post headers too, wouldn't it? Just want the page headers gone. :)

Warmly,

Velma

lmilesw Aug 15, 2010 05:52 AM

To get rif of just the page header use
HTML Code:

.type-page .post-headline {display:none;}

Lucker Aug 23, 2010 12:29 AM

Looking for answer on the same question: how to disable Static Pages title.
Inserting code ".type-page .post-headline {display:none;}" into CSS field doesn't work for me. AT 3.3.3

Cheers

Lucker

lmilesw Aug 23, 2010 12:35 AM

If you meant Atahualpa 3.5.3 you can turn on Use Post/Page Options in ATO>Configure SEO. Then in the post or pages you will have a box to turn off the title.

Lucker Aug 23, 2010 12:54 AM

Thank you for very quick answer. Unfortunately I use 3.3.3, there is no such option. But I found the answer on the forum: http://forum.bytesforall.com/showthread.php?t=8808


Inserting code

div.post-headline {
display:none;
}

into CSS field works for me just fine. I'm OK with no title on ALL static pages.

Thanks again for great theme and incredible support.

Cheers,

Lucker


All times are GMT -6. The time now is 11:56 PM.

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