Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   How to get rid of page titles (http://forum.bytesforall.com/showthread.php?t=3960)

Babs Oct 19, 2009 06:11 AM

How to get rid of page titles
 
OK - I've read through http://forum.bytesforall.com/showthr...?t=1334&page=2 a few times but now have a headache!

Version 3.4.4

How do we remove the page title?

I've tried a few things, but none work.

So having the definitive from those who know would be useful.

Thank you

juggledad Oct 19, 2009 06:19 AM

(edit: moved to new thread)

Just to make sure, are you asking how to always have the 'blog' title show at the top of the window no matter what page or post you are using? (doing this won't help with SEO)

tnc Apr 4, 2010 12:45 PM

I am trying to figure out the same thing and so far can't find an answer after searching for quite some time.

To be clear, what I am asking to do is to remove the page titles from the pages. For example, when you click on "home" the page says "home" at the top of the inside of that page. When you click on "contact Us" it says "contact us" in big bold black letters. It looks redundant as people can see the tab they clicked on and if they clicked on the wrong tab they'd be able to click on another tab. Seeing the page titles (Home, Services, Contact US. etc) on each of those pages is not appealing to the eye.

How can I remove that text from each of their pages?

Thank you for any help you can give!

juggledad Apr 5, 2010 04:39 AM

go to ATO->Style & edit CENTER COLUMN->The LOOP and find teh line
HTML Code:

<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
and change it to
HTML Code:

<?php if (!is_page()) {bfa_post_headline('<div class="post-headline">','</div>'); } ?>

juggledad May 23, 2010 03:48 PM

that CSS works - it stops the title of the page from displaying in the center area. It does not remove teh name of teh page from the '<title>........</title>' statement

juggledad May 23, 2010 06:52 PM

I'm not seeing it in your CSS, did you remove it?

mfg070880 May 23, 2010 08:28 PM

Hi,

Thanks again for your reply :)

I inserted it into Stylesheet (style.css), updated it and haven't removed it since...

Did I do something wrong or miss doing something?

Thanks,

- Mike

juggledad May 24, 2010 04:08 AM

When ever you need to add or change Atahualpa's CSS, add it via the option screen ATO->Add HTML/CSS Inserts->CSS Inserts. This way it becomes an option in the databace and will exist over upgrades. If you change the actual code, take good notes because if you upgrade n a year, the change you made will be gone.

The CSS for the pages is actually created in css.php so that is why it is not working, go add it to the CSS Inserts option

mascara47 Mar 24, 2011 11:06 PM

Sorry for reviving such an old thread. But I'm still using Atahualpa 3.4.9 because when I tried to upgrade to 3.6.4 it messed up my site so I downgraded again.

I inserted the code juggledad suggested and it worked great--the only problem is that now the first line of the page is starting too low (there's too much white space above it). It's not lining up with the top of the top widget and looks funny. What can I do to fix it? My site is www.doorwaytograce.com. Thanks for your help!

juggledad Mar 25, 2011 05:20 AM

...or you could just remove the
HTML Code:

padding-top: 20px;
that you have in the option ATO->Style POSTS & PAGES->POST Container

juggledad Mar 25, 2011 05:56 AM

the setting is for the Post/Page container and it seems most people want them both to act the same.

mascara47 Mar 25, 2011 10:35 PM

Thank you STB and juggledad! I ended up just taking out the top padding and it worked. I appreciate your help and the fast response!


All times are GMT -6. The time now is 01:44 PM.

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