• Resolved monikad

    (@monikad)


    Hello, I have been able to edit the footer, but cannot find where to remove the “Powered by WordPress” line. I am not familiar with code, so hope you can offer a simple solution. I was able to do this on a different WP theme, but not familiar with Busiprof. Thanks in advance. my site is: http://www.corporatetransformationz.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi monikad,

    The “Powered by WordPress” part is hard-coded in the theme template file, specifically lines 64 and 65 of footer.php:

    <?php _e(' Powered by ', 'busi_prof'); ?>
    <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'busi_prof' ) ); ?>"><?php _e('WordPress', 'busi_prof'); ?></a>

    Simply remove those two lines and edit the copyright text in the theme’s footer customization menu to your liking.

    Hope that helps.

    Thread Starter monikad

    (@monikad)

    Thanks very much Joseph, it worked perfectly! Have a super day!

    I want scrolling images on home page of the busiprof theme…
    Am a starter…

    @vinay sheshadri: If you require assistance then, as per the Forum Welcome, please post your own topic. This topic has been resolved.
    http://wordpress.org/support/theme/busiprof

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove "Powered by WordPress"’ is closed to new replies.