Title: Remove Hardcode * Powered by WordPress
Last modified: August 24, 2016

---

# Remove Hardcode * Powered by WordPress

 *  [KermeshaH](https://wordpress.org/support/users/kermeshah/)
 * (@kermeshah)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-hardcode-powered-by-wordpress/)
 * Hi Guys,
 * I am in the Spacious: Footer (footer.php) files and Copyright © 2015 Mysite. 
   Powered by WordPress. Theme: Spacious by ThemeGrill. is hardcoded in the file.
   How do I remove the Powered by WordPress. Theme: Spacious by ThemeGrill only?
   Here is how it looks.
 * I would like for it to just show:
 * Copyright © 2015 Mysite
 * <?php
    /** * Theme Footer Section for our theme. * * Displays all of the footer
   section and closing of the #main div. * * [@package](https://wordpress.org/support/users/package/)
   ThemeGrill * @subpackage Spacious * [@since](https://wordpress.org/support/users/since/)
   Spacious 1.0 */ ?>
 *  </div><!– .inner-wrap –>
    </div><!– #main –> <?php do_action( ‘spacious_before_footer’);?
   > <footer id=”colophon” class=”clearfix”> <?php get_sidebar( ‘footer’ ); ?> <
   div class=”footer-socket-wrapper clearfix”> <div class=”inner-wrap”> <div class
   =”footer-socket-area”> <?php do_action( ‘spacious_footer_copyright’ ); ?> <nav
   class=”small-menu clearfix”> <?php if ( has_nav_menu( ‘footer’ ) ) { wp_nav_menu(
   array( ‘theme_location’ => ‘footer’, ‘depth’ => -1 ) ); } ?> </nav> </div> </
   div> </div> </footer> [](https://wordpress.org/support/topic/remove-hardcode-powered-by-wordpress/?output_format=md#masthead)
   </div><!– #page –> <?php wp_footer(); ?> </body> </html>

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

 *  [webdev2087](https://wordpress.org/support/users/webdev2087/)
 * (@webdev2087)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-hardcode-powered-by-wordpress/#post-6012119)
 * remove or comment out <?php do_action( ‘spacious_footer_copyright’ ); ?>
    preferably
   in a child theme
 *  Thread Starter [KermeshaH](https://wordpress.org/support/users/kermeshah/)
 * (@kermeshah)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-hardcode-powered-by-wordpress/#post-6012188)
 * Thanks for the advice.
 * That did not work. It left me with nothing in the footer
 * I still would like to have Copyright © 2015 Mysite.
 *  [webdev2087](https://wordpress.org/support/users/webdev2087/)
 * (@webdev2087)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-hardcode-powered-by-wordpress/#post-6012220)
 * if its not a theme setting (the only reason you would be worried about hard coding)
   you have to add it. You echo it in php or just put regular html
 *  [organizzada](https://wordpress.org/support/users/organizzada/)
 * (@organizzada)
 * [11 years ago](https://wordpress.org/support/topic/remove-hardcode-powered-by-wordpress/#post-6012510)
 * Gostaria de modificar o rodapé do meu blog.
 * Hoje ele está assim:
 * Copyright © 2015 . Powered by WordPress. Tema: Spacious by ThemeGrill.
 * Quero acrescentar a palavra organizzada depois de 2015.
 * Como eu faço isto?
 * Quando faço a alteração some os dados do rodapé.

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

The topic ‘Remove Hardcode * Powered by WordPress’ is closed to new replies.

 * 4 replies
 * 3 participants
 * Last reply from: [organizzada](https://wordpress.org/support/users/organizzada/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/remove-hardcode-powered-by-wordpress/#post-6012510)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
