• I’m trying to get rid off Powered by WordPress on my website. I was browsing about it, most of people said go to Appearance > Editor > Footer.php and delete this line `<?php do_action( ‘simplecatch_credits’ ); ?>

    but the problem is, I don’t see that on my footer.php
    I’m using estelle theme from bluchic

    this’s what in my footer.php, what i have to delete to get rid off Powered by WordPress

    </section><!– .container –>

    <footer class=”footer” itemscope itemtype=”https://schema.org/WPFooter”&gt;

    <?php if( is_active_sidebar( ‘footer-widget-1’ ) ) : ?>
    <section class=”footer-inner” role=”complementary”>
    <section class=”split-columns”>
    <article class=”col1″><?php dynamic_sidebar( ‘footer-widget-1’ ); ?></article>
    <article class=”col2″><?php dynamic_sidebar( ‘footer-widget-2’ ); ?></article>
    <article class=”col3″><?php dynamic_sidebar( ‘footer-widget-3’ ); ?></article>
    </section>
    </section><!– .footer-inner –>
    <?php endif; ?>

    <p class=”footer-copy” role=”contentinfo”>
    <?php if( get_option( ‘estelle_footer_credit’ ) == true ) { echo stripslashes( get_option( ‘estelle_footer_credit’ ) ); } else { ?>© <?php _e( ‘Copyright’, ‘estelle’ ); ?> ” itemtype=”copyrightHolder”><?php bloginfo( ‘name’ ); ?> <span itemtype=”copyrightYear” content=”<?php echo date( ‘Y’ ); ?>”><?php echo date( ‘Y’ ); ?></span>. <?php _e( ‘Powered by’, ‘estelle’ ); ?> “>WordPress.<?php } ?>
    </p>

    </footer><!– .footer –>

    </section><!– .wrap –>

    <?php wp_footer(); ?>

    </body>
    </html>

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is the piece that outputs Powered by WordPress

    <?php _e( ‘Powered by’, ‘estelle’ ); ?> “>WordPress.

    Be sure to make a backup of your original theme files before making changes.

    Thread Starter iuta

    (@iuta)

    thank you for your reply.

    i don’t know why it should be like this

    <?php _e( ‘Powered by’, ‘estelle’ ); ?> “>WordPress.<?php } ?>
    </p>

    </footer><!– .footer –>

    </section><!– .wrap –>

    <?php wp_footer(); ?>

    </body>
    </html>

    so delete only <?php _e( ‘Powered by’, ‘estelle’ ); and ?> “>WordPress. ?

    Dating often isolates us from other Christians in our lives. The closer we become with a boyfriend or girlfriend, the more removed we are from other important relationships. Satan loves this, and encourages it at every turn. One way to walk wisely in dating is to oppose absolutely everything Satan might want for you. Fight the impulse to date in a corner by yourselves, and instead draw one another into those important relationships. Double down on family and friends — with affection, intentionality, and communication — while you’re dating.
    if you want to dating please visit this link & registration: DateTheBestGirls

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change Powered by WordPress?’ is closed to new replies.