I’m trying to edit the footer and remove the text “Proudly Powered by WordPress” from it. Although I am proudly powered by wordpress, I’d like that to be something else. In the Appearance>Editor and Footer.php, this is what i see.
“
<footer class=”site-footer” role=”contentinfo” itemscope=”itemscope” itemtype=”http://schema.org/WPFooter”>
<?php do_action( ‘future_footer’ ); ?>
</footer>
</div> <!–v end .site-wrapper –>
<?php wp_footer(); ?>
</body>
</html>
“
Set up your child theme, create a footer.php file in your child theme and make your changes. Your new child theme footer.php will be used instead of your parent’s footer.php.
Good luck!
Viewing 1 replies (of 1 total)
The topic ‘Edit Footer text’ is closed to new replies.