footer.php in child theme not working
-
Hi
Hope someone can help me, newbie.. hahaI added a child theme to my theme and added the below to the footer.php, (code was copied from a previous comment from another user) but nothing happens when i upload this file to the site.. the problem i’m having is that if i add any type of code to this file it still has no effect?
the file is in the correct folder under: themes – customizr child – functions.php (using FileZilla for uploads)I still need to add my actual credits:-)
<?php /** add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ echo '<div class="span4 credits"> <p> · © '.esc_attr( date( 'Y' ) ).' <a href="'.esc_url( home_url() ).'" title="'.esc_attr(get_bloginfo()).'" rel="bookmark">'.esc_attr(get_bloginfo()).'</a> · Powered by <a href="https://my site name">My site</a> ·</p></div>'; } */
The sites link Tazman
Many thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘footer.php in child theme not working’ is closed to new replies.