Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Customization, Design, Programming... (http://forum.bytesforall.com/forumdisplay.php?f=22)
-   -   remove Page titles (http://forum.bytesforall.com/showthread.php?t=4420)

cway Nov 13, 2009 04:05 PM

remove Page titles
 
Does anybody know where I go to remove Page titles?
I'm using WordPress 2.8.4 and Atahualpa 3.4.1

lmilesw Nov 16, 2009 06:55 AM

Under Style Posts and Pages go to the Headline Box and enter display:none;

juggledad Nov 16, 2009 07:12 AM

lmilesw's suggestion is a good one, but be aware that if you enter the 'display:none' then you won;t see eithor page or post titles.

If that is what you want, then you could also go to ATO->Style & edit CENTER COLUMN->The LOOP and remove the line
HTML Code:

<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
which would reduce the number of lines of code being run

If you ONLY want to prevent the PAGE titles from displaying, then change the line above to
HTML Code:

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

Rashell Dec 6, 2009 07:30 PM

would it be possible to remove just the titles from the multi post pages such as search, categories lists, archives...?

juggledad Feb 10, 2010 05:38 AM

Rashell, do you want to remove the SIDEBAR's? or are you asking if you can remove the TITLE's of the WIDGETs in the SIDEBARs?

When you ask a question, please be as detailed as possible.

deshoda Jul 12, 2010 12:23 PM

I wanted to know how to hide post title for a specific category. I want the title to appear in the browser tab but not on the page. But how do i do that?

rachitihm May 18, 2011 03:44 AM

If you're using Atathualpa, just insert
display:none;
in the theme options for Header Box: Text:
Appearance/Atahualpa theme options/Style POSTS & PAGES


All times are GMT -6. The time now is 05:04 PM.

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