Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Removing page name from page body (http://forum.bytesforall.com/showthread.php?t=7940)

billmaya Jul 4, 2010 07:47 AM

Removing page name from page body
 
Brand new Wordpress 2.9.2/Atahualpa v3.4.9 user. I'm trying to remove the page name from the body of my pages like this user but, due to my limited HTML/CSS/PGP experience, I don't know where to put the "body.page .post-headline {display:none;}" CSS.

If someone gets a minute, could you help me out by giving me some more detailed steps (1, 2, 3,...) for adding this CSS to my site via the Atahualpa Theme Options page (or whatever page you use).

Thanks in advance.

Update: Put "body.page .post-headline {display:none;}" into the style.css file but that didn't seem to work. Also read this page but I'm not sure where the PHP code should go.

Velma Jul 4, 2010 12:37 PM

With Ata 3.49 you should be able to go into the post itself and make changes for that.

When you do a full edit of the page, below the text area you should see a check box "Check to NOT display the Body Title on Single Post or Static Pages".

Simply check that and your Page Title will not show anymore. :)

Hope that help!

Velma

Craig Atkinson Jul 4, 2010 04:28 PM

Ata 3.5.1 Wp3.0
There is no box any more to tick to avoid the title. Is there a better way I can do this? I want static pages to be without a title.

lmilesw Jul 5, 2010 09:51 PM

That is now a selectable choice in ATO>Configure SEO>Use Post / Page Options but be aware you may see the "Auto Draft" bug show up. To fix that see below from another post on this forum. You may want to apply the fix before selecting yes to Use Post / Page Options. Before making the change below you might want to download a copy of the functions.php just in case you goof when putting in the changed code.

************************************************** ****************

To skip with save it as 'Auto Draft', you can make a little modification on the ata's function.php to remove that 'Auto Draft', the funny title will be gone as wished, but this data still create on the db table.

In template_dir/functions.php at about line 603 look for the line that begins the same as the following and change it to:

$title = ($post_id->post_title !== 'Auto Draft') ? $post_id->post_title : '';



The line you are changing is right after
$thePostID = $post->ID;
$post_id = get_post($thePostID);

webanalytiker Sep 27, 2010 10:13 AM

Hi

I have tried getting ried of the page name as well, and still dont now how to do it. I am using 3.4.9 and the adjustment mentioned does not seem to remove the headline.

Please help me...

lmilesw Sep 27, 2010 04:24 PM

I don't think 3.4.9 has the option of turning off the page title. You would have to upgrade to Atahualpa 3.5.3 to have that option. I recommend the manual method as outlined in the FAQ thread.

teraines Oct 6, 2010 10:21 AM

Not seeing that check box on the page editor. What version of wordpress has that? (I'm using 3.0.1) Under my text box for full page editing, there is only "Custom Fields", "Discussion", "Comments", "Authors" and "Revisions" areas... none have an option to turn off page name in the body of the page itself.

lmilesw Oct 6, 2010 11:48 AM

It's version 3.5.3 of Atahualpa and then you have to turn on the Post/Page Options in ATO>Configure SEO

dhallowell19 Oct 10, 2010 02:15 PM

In earlier versions of Atahualpa I have been able to remove the "Home" link/title in my Home page.
Now, in 3.5.3 I've tried both methods that I know about:
- Editing the code in the main loop in ATO>Syle and Edit Center Column ... as posted elsehwhere here... to
<?php if (!is_page()) {bfa_post_headline('<div class="post-headline">','</div>');


For some reason that didn't work.... so then I tried using turning on the SEO options and checking the box NOT to display the body title on the Home page -- and -- somehow THAT didn't work either.

I haven't been stuck like this before -- but something is going on ... and while I'm at it, I'd like to remove the date that shows on my home page by default as well.

This is a great forum -- my first post -- but hoping to find a fix on this one - I do appreciate any help.

Dave

lmilesw Oct 10, 2010 04:17 PM

Are you talking about removing the menu item called Home or removing the Title of the Post/Page?

To remove the date look in ATO>Edit Post/Page info items

roamtech Dec 3, 2010 11:21 AM

Hi,
we too had been trying to remove the Page Title from the top of the Body of the Post and have found the following simple solutions.

Solution 1) Create a Category titled as you want, add to the Menu Bar, using the WP 3.0.1/2 Appearance>Menu Option. Here 'Categories' can be used in the same way as 'Pages' to create a MENU.

Solution 2) Better! Go to WP>Appearance>Atahualpa Theme Options>Post & Pages>Style POSTS & PAGES>HEADLINE Box: Text. Change to:= font-size: 0.0em and color:#ffffff (color change is due to some browsers showing "- -" in place of title.
(Have yet to try removing ALL style information.)

Result no Page Title at top of Pages.

roam

lmilesw Dec 3, 2010 03:03 PM

In Atahualpa 3.5.3 you can go to ATO>Configure SEO and select Yes of Use Post/Page Options. Then in each post or page there is a checkbox that allows you to not show the title.


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

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