• 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=”https://schema.org/WPFooter”&gt;
    <?php do_action( ‘future_footer’ ); ?>
    </footer>
    </div> <!–v end .site-wrapper –>
    <?php wp_footer(); ?>
    </body>
    </html>

    Not sure how to edit this

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Edit Footer text’ is closed to new replies.