Hi, Thank you for your attention in advance and sorry for my English :_(
I want to show a linkable image on a wordpress theme.
The link is fixed on options and the image too.
These is the code:
And is possible to fix the alt title on options?Code:<div id="top-ad"> <a href="<?php echo $woo_options['woo_banner_link']; ?>" img src="<?php echo $woo_options['woo_banner_img']; ?>" alt="Add" /> </a> </div> <!-- /#top-ad -->
Thanks a lot!


Reply With Quote
)

Bookmarks