Afternoon by my time Sir,I did a copy paste of the following code into themes function subsect functions.php.
add_filter('tc_credits_display', 'my_custom_credits');
function my_custom_credits(){
$credits = 'Powered by Softcomimagio Ltd';
$newline_credits = '';
return '
<div class="span4 credits">
<p> · © '.esc_attr( date( 'Y' ) ).' '.esc_attr(get_bloginfo()).' · '.($credits ? $credits : 'Powered by Softcomimagio.com ; Ltd').' ·'.($newline_credits ? '
· '.$newline_credits.' ·' : '').'</p> </div>';
}
Nothing worked!😓😫,sad face. Kindly school me on this Sir....thanks,regards.