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 so I change the "blog title" link? (http://forum.bytesforall.com/showthread.php?t=1533)

Scoop The Dirt May 4, 2009 01:04 AM

[SOLVED] How so I change the "blog title" link?
 
Hello everyone, I have been able to change the Header image link, however next to the header image is the Blog title and I cannot find the code to change this link. Any advise is greatly appreciated.

Additional info: the website is http://scoopthedirt.com/GabeLee there are actually a few blogs my site and I need to be able to change the title:

"Scoop The Dirt- Get the inside Scoop without the dirt, real blogs for real people."

to be linked to http://scoopthedirt.com instead of that blog.

Thank you!

-Gabe

Flynn May 5, 2009 05:39 PM

All the code for the header is in bfa_header_config.php

Change
PHP Code:

$logo_area .= '<h1 class="blogtitle"><a href="' get_option('home') . '/">' get_bloginfo('name') . '</a></h1>'

to
PHP Code:

$logo_area .= '<h1 class="blogtitle"><a href="http://othersite.com/">Other Site</a></h1>'


Scoop The Dirt Oct 25, 2009 11:48 PM

Thank you soo much that works.


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

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