What is the correct code to add a link to the footer.. and where do i place the code?
thanks
What is the correct code to add a link to the footer.. and where do i place the code?
thanks
bump.....
5 days and still no response?
Hi,
In your footer.php you'll see a line
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a> - <a href='http://www.kriesi.at'>Wordpress Theme by Kriesi.at</a></span>
A link is constructed like this:
<a href='http://www.kriesi.at'>Wordpress Theme by Kriesi.at</a>
The above would link to kriesi.at and the text would say "Wordpress Theme by Kriesi.At"
If you want to add a link to google for example, just add in
<a href="http://www.google.com">Click Here To Go To Google</a>
I hope this helps.
THANK YOU
Hi,
Is this issue resolved?
Regards,
Ismael
You must log in to post.