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] Link logo to external page (http://forum.bytesforall.com/showthread.php?t=4417)

jmdr Nov 13, 2009 01:41 PM

[SOLVED] Link logo to external page
 
I have my blog in a subfolder off my root directory (root/journal/...) and would like the logo area to link to my main site home page (root/index.html) instead of the blog home page (root/journal/index.php). Is there an easy way to do this?

Thanks, (and as everyone says--thanks so much for this terrific theme!)

Jonathan

p.s. FYI the site I'm referring to is at http://borealisimages.ca/journal/

juggledad Nov 13, 2009 02:52 PM

try this, edit bfa_header_config.php and fine lines 119-120 (in version 3.4.4) which should be
HTML Code:

                        $logo_area .= '<td ' . $header_rowspan . 'valign="middle" class="logoarea-logo"><a href="' .
                        $bfa_ata['get_option_home'] . '/"
>
<img class="logo" src="';

and change them to
HTML Code:

                        $logo_area .= '<td ' . $header_rowspan . 'valign="middle" class="logoarea-logo"><a href="http://put_your_url_here.com"><img class="logo" src="';

jmdr Nov 13, 2009 03:22 PM

Worked! Thanks.

Will I have to do this mod again if I ever update the theme?

juggledad Nov 13, 2009 04:03 PM

Yes, this is a change to the code, not to an option


All times are GMT -6. The time now is 06:50 AM.

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