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)
-   -   Image header - external link (http://forum.bytesforall.com/showthread.php?t=718)

c32v Mar 11, 2009 03:00 AM

Image header - external link
 
Hello!
We may choose clickable or not for image header.
It's possible to assign an external link for image header?
Thanks!

jkl Mar 11, 2009 08:49 PM

Try this...
Edit the bfa_header_config.php file in the \wp-content\themes\atahualpa\functions folder.

Replace this line:
PHP Code:

$logo_area .= '<td ' $header_rowspan 'valign="middle" class="logoarea-logo"><a href="' get_option('home') . '/"><img class="logo" src="'

With this line:
PHP Code:

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

(Use your own link in place of http://www.google.com)

c32v Mar 12, 2009 12:35 PM

Thank You, but this is for logo, not for image header.


All times are GMT -6. The time now is 09:00 PM.

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