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)
-   -   HEADER - Different links for rotating headers... (http://forum.bytesforall.com/showthread.php?t=10649)

contrast101 Oct 25, 2010 12:17 PM

HEADER - Different links for rotating headers...
 
Hi,
I know its possible to have a rotating header that links to the homepage...but is it possible to have a rotating image header where each image links to a different page or URL?:confused:

juggledad Oct 25, 2010 02:11 PM

do a forum search and you'll find the answer in the gold forum tutorials

sober Oct 25, 2010 05:24 PM

The dynamic header plugin at http://wordpress.org/extend/plugins/dynamic-headers/ would be what you are looking for. I've tried it and it worked for me by replacing %image in header with
Code:

<?php
if(function_exists('show_media_header')){
show_media_header();
}
?>


munzy Oct 30, 2010 02:35 PM

Hi Sober - where do you insert the code in the header.php file? I have added it to the bottom of the file but it simply places the header on the top of my page - it doesn't replace the headers that already exist on my page. any advice would be appreciated! thanks

juggledad Oct 30, 2010 02:44 PM

He didn't put it in header.php he put it in at at ata->Style & edit HEADER AREA->Configure Header AREA

contrast101 Nov 1, 2010 01:13 PM

Just replaced %image with the script below and the header disappeared. :confused:

<?php
if(function_exists('show_media_header')){
show_media_header();
}
?>

sober Dec 3, 2010 08:04 AM

Hello Juggledad

I ran a search for the post you mentioned above
Quote:

do a forum search and you'll find the answer in the gold forum tutorials
in the gold forum but could not find it. Could you please point me to the page ?. I am looking for a header that changes images without refreshing or going to another page. Sort of a slider effect. Thank you

juggledad Dec 3, 2010 09:51 AM

http://forum.bytesforall.com/showthread.php?t=6538


All times are GMT -6. The time now is 05:53 AM.

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