Home › Forums › Trusted › How to change site info footer for trusted free theme › Reply To: How to change site info footer for trusted free theme
September 18, 2017 at 8:45 pm
#2081
Andy
Keymaster
Hi,
Install and activate a child theme – we have a ready-to-go child theme for Trusted that can be used.
Then, in the functions.php file of the child theme, add this code (replacing ** YOUR CODE OR TEXT HERE ** with your own text or html markup):
function trusted_powered_by(){
?>
<div class="site-info">
** YOUR CODE OR TEXT HERE **
</div>
<?php
}
Or alternatively upgrade to Trusted Pro, which has a widget area that you can drag-and-drop anything you want into the copyright area and remove the default text.