Making Easing Slider Clickable in Twenty Twelve Theme
-
I am building a site at https://61c.f38.myftpupload.com/ using twenty twelve
I am using a child theme and using chrome tools
I am using a plugin called easing slider for a rotating banner.
I would like to make the banner clickable. Currently I have the following in the (Child theme) header.php
<?php if ( function_exists( "easingslider" ) ) { easingslider( 7 ); } ?>
I tried to add after it:
<a href="REPLACEWITHURLTOBELINKEDTO"></a>
But no luck. It is ok for the entire rotating banner to link to the same page. I just cannot figure out what I am missing.
Thanks for the help.
- The topic ‘Making Easing Slider Clickable in Twenty Twelve Theme’ is closed to new replies.