Where do i remove Replete e-Commerce Theme by Kriesi at Footer -
I can not seem to find it anywhere..
Thnaks
Where do i remove Replete e-Commerce Theme by Kriesi at Footer -
I can not seem to find it anywhere..
Thnaks
Hi thorsky,
You can find it in wp-content/themes/replete/footer.php and find this line of code:
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a href='<?php echo home_url('/'); ?>'><?php echo get_bloginfo('name');?></a><?php echo $kriesi_at_backlink; ?></span>
and replace it with:
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - <a href='<?php echo home_url('/'); ?>'>Change_this_text</a></span>
Just replace Change_this_text with any text you want after copyright. Hope this helps. :)
Regards,
Ismael
You must log in to post.