Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to remove "»" being added to page title? (http://forum.bytesforall.com/showthread.php?t=6704)

studioelle Apr 13, 2010 10:15 AM

[SOLVED] How to remove "»" being added to page title?
 
Hello! Thank you in advance for any help. I would like to make a nice donation when I get paid for this site. I love this theme so far and have gotten a lot done with it, especially after referring to these forums several times. I can not find an answer to this particular issue, though.

The page in question is http://69.89.31.226/~alleysta/flats/

In my header, I call for <?php wp_title(); ?>. For some reason, the text character "»" and a space is being added in front of the title. I've tried adding "text-decoration: none" in several spots, but I don't know where else to go from here. Has anybody else had this issue?

Thanks so much,
Studio Elle

juggledad Apr 13, 2010 01:57 PM

you say 'in your header' do you mean in the 'Configure Header Area' or somewhere else?

studioelle Apr 13, 2010 02:18 PM

Oops, sorry. I resaved the header.php file as header-sub.php. Then, in between the Header comments, I commented out the previous info and created two <div>s within another <div>. The container <div> is there to have a background image behind the two internal <div>s.

PHP Code:

<div id="subhead">
            <div id="alleysubpagetitle"><?php wp_title(); ?> AT</div><div id="alleylogoforsubs"><a href="http://http://69.89.31.226/~alleysta/"><img src="http://69.89.31.226/~alleysta/wp-content/themes/atahualpa/images/logoforsubs.jpg" width="253" height="118" border="0" alt="Alley Station" /></a></div>
        </div>

Might I also add that I'm using ATA 3.4.6 and WP 2.9.2.

studioelle Apr 15, 2010 12:04 PM

Perhaps the CSS might help as well?

Code:

#alleysubpagetitle { margin-top: 50px; padding-left: 300px; width: 182px; height: 121px; clear: none; float: left; color: #000000; font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 20px; text-decoration: none; font-weight: bold; text-align: right; text-transform:uppercase; }

juggledad Apr 15, 2010 12:51 PM

the page title is set in bfa_meta_tags.php line 56 (version 3.4.6) or 58
see http://codex.wordpress.org/Template_Tags/wp_title for how wp_title() works

studioelle Apr 15, 2010 03:17 PM

THANK YOU!!! I didn't realize it was a WP thing and not ATA. Sorry for my ignorance! Donations to come soon hopefully.


All times are GMT -6. The time now is 03:34 AM.

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