這是我主題的代碼頁腳。我想刪除「本站由WordPress的」,但我不能在這裏看到的解決辦法,請大家幫忙編輯隱藏頁腳Wordpress
<?php do_action('maxwell_before_footer'); ?>
<div id="footer" class="footer-wrap">
<footer id="colophon" class="site-footer container clearfix" role="contentinfo">
<?php do_action('maxwell_footer_menu'); ?>
<div id="footer-text" class="site-info">
<?php do_action('maxwell_footer_text'); ?>
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div>