Editing the footer credits
-
Hi,
I would like to edit the credits in the footer, and I know that it can be done in footer.php but even after I have edited the HTML I still get the proudly powered by wordpress.
I believe this isn’t specific theme related, since I’m facing this on several themes.
When I remove the wp_footer function that line is removed but so is any javascript libraries and so on..
This is my footer.php
<a class="go-top"><i class="fa fa-angle-up"></i></a> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info container"> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?>
Thanks in advance.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Editing the footer credits’ is closed to new replies.