Please advise me on how to update this with information and links of my choice, Im a Wordpress noob and cannot find where to do that...
Footer copyright area
8 posts from 4 voices-
Posted 1 year ago #
-
Hi,
The Kriesi copyright you're trying to delete is located in footer.php on line 56. You can adjust the folowing code:
<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>To
<span class='copyright'>© This is some copyright text - <a href='http://yourlink.com'>This text is linked to yourlink.com</a></span>Posted 1 year ago # -
Though it might be an option available in the theme itself, very often is, but this will work to - thanks man!!!
Posted 1 year ago # -
Glad that Chris could help you :)
Posted 1 year ago # -
Hi Chris, I am new at handling these templates. What do I have to do to go to the footer php line 56? Thanks
Posted 1 year ago # -
Hey,
you can go to your Dashboard under Appearance choose Editor, there you'll see footer.php in the right side. Now you can just look for:
<!-- ####### SOCKET CONTAINER ####### --> <div class='container_wrap' id='socket'> <div class='container'> <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>Posted 1 year ago # -
Hi Chris,
This was very helpful and easy to do. Thanks for your help.
Posted 1 year ago # -
Glad I could help :)
Posted 1 year ago #
Reply
You must log in to post.














