Remove Powered by WordPress
-
[ Moderator note: moved to Fixing WordPress. Please do not use Developing With WordPress for these topics. ]
The Unite Theme support moderators are resistant to telling folks how to remove the: “Unite Theme Powered by WordPress”
I would like to remove that, but not the footer verbiage altogether. I have my own copyright information that I want to keep.
Can someone help? Here is the php:
——-
@package unite
*/
?>
</div><!– row –>
</div><!– #content –><footer id=”colophon” class=”site-footer” role=”contentinfo”>
<div class=”site-info container”>
<div class=”row”>
<nav role=”navigation” class=”col-md-6″>
<?php unite_footer_links(); ?>
</nav><div class=”copyright col-md-6″>
<?php do_action( ‘unite_credits’ ); ?>
<?php echo of_get_option( ‘custom_footer_text’, ‘unite’ ); ?>
<?php do_action( ‘unite_footer’ ); ?>
</div>
</div>
</div><!– .site-info –>
</footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
</body>
</html>————
site is https://chicagospiritualseekers.net
Thanks.
- The topic ‘Remove Powered by WordPress’ is closed to new replies.