How to edit the footer credit in Customizr?
-
Hi guys,
I know there has being post on this but I have tried it and it hasn’t worked. Please see the code that I’m using. Can anyone please let me know what I’m doing wrong.
<?php
add_filter(‘tc_credits_display’, ‘my_custom_credits’);
function my_custom_credits(){
$credits = ‘yourdigitalninja’;
$newline_credits = ‘My site‘;
return ‘· ? ‘.esc_attr( date( ‘Y’ ) ).’ ‘.esc_attr(get_bloginfo()).’ · ‘.($credits ? $credits : ‘Urban Interiors’).’ ·’.($newline_credits ? $newline_credits.’ ·’ : ”).’ ‘;
}?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to edit the footer credit in Customizr?’ is closed to new replies.