Title: Remove &quot;Powered by WordPress&quot;
Last modified: August 21, 2016

---

# Remove "Powered by WordPress"

 *  Resolved [monikad](https://wordpress.org/support/users/monikad/)
 * (@monikad)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-powered-by-wordpress-2/)
 * 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](http://www.corporatetransformationz.com)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Joseph](https://wordpress.org/support/users/jpe24524/)
 * (@jpe24524)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-powered-by-wordpress-2/#post-4525865)
 * 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](https://wordpress.org/support/users/monikad/)
 * (@monikad)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-powered-by-wordpress-2/#post-4525951)
 * Thanks very much Joseph, it worked perfectly! Have a super day!
 *  [vinay sheshadri](https://wordpress.org/support/users/vinay-sheshadri/)
 * (@vinay-sheshadri)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-powered-by-wordpress-2/#post-4526046)
 * I want scrolling images on home page of the busiprof theme…
    Am a starter…
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-powered-by-wordpress-2/#post-4526047)
 * **[@vinay](https://wordpress.org/support/users/vinay/) sheshadri**: If you require
   assistance then, as per the [Forum Welcome](http://codex.wordpress.org/Forum_Welcome#Where_To_Post),
   please post your own topic. This topic has been resolved.
    [http://wordpress.org/support/theme/busiprof](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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/busiprof/2.5.4/screenshot.png)
 * Busiprof
 * [Support Threads](https://wordpress.org/support/theme/busiprof/)
 * [Active Topics](https://wordpress.org/support/theme/busiprof/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/busiprof/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/busiprof/reviews/)

## Tags

 * [footer](https://wordpress.org/support/topic-tag/footer/)
 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 4 replies
 * 4 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/remove-powered-by-wordpress-2/#post-4526047)
 * Status: resolved