Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   Keep the name on the Page Menu Bar, remove the name on the page (http://forum.bytesforall.com/showthread.php?t=539)

jockoe Feb 25, 2009 06:12 AM

Keep the name on the Page Menu Bar, remove the name on the page
 
I am putting a resume on my site. It is already titled and does not need the title of the page that was created. I've tried just not giving the page a title, but that deletes the name of the page off of the page menu bar as well. Is there a way to have the name on the page menu bar, but not on the page itself?

(This is for 1 page only, not site wide)

Flynn Feb 25, 2009 10:45 AM

See http://forum.bytesforall.com/showthread.php?t=149 post #7 part 2 and post #10

MarShe Mar 6, 2009 09:02 AM

I am trying to remove all titles from all pages that would be a repeat of the page menu bar. I tried to follow the instructions here: http://forum.bytesforall.com/showthread.php?t=149 in post 3 but I am not sure I found the right section of code, all matched but the first 2 lines given in the replacement code. Can you copy the original code as well as the replacement so I can see exactly what to change? The change I did in the top 2 lines caused the site to go blank. I have replace the original code and am back where I started.

I went to the Main Index Template and the first 3 lines from that post in place of the top 2 lines below from the code and it did not work. Please let me know what I did wrong. Do I have the wrong section? Thank you.

<?php
if (!is_page()) { ?>
<div class="post-headline">

<!-- Post Headline -->
<div class="post-headline">
<h2><?php
if( !is_single() AND !is_page() ) { ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php
if (function_exists('the_title_attribute')) {
the_title_attribute();
}
elseif (function_exists('the_title')) {
the_title();
} ?>"><?php
} the_title();
if( !is_single() AND !is_page() ) { ?>
</a><?php

MarShe Mar 6, 2009 02:07 PM

Still having trouble with issue in last post. Please help if you can.

trt823 Mar 8, 2009 10:12 AM

Try this...

go to Html/CSS Inserts

then to CSS Inserts

add this div.post-headline { display: none; }

If that does not work check out http://forum.bytesforall.com/showthread.php?t=126 post#4

docran Mar 23, 2009 10:02 PM

Sory, it`s not that we want, all the post title dissappear, not only page title


All times are GMT -6. The time now is 10:27 AM.

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