Title: how to remove theme name
Last modified: December 5, 2016

---

# how to remove theme name

 *  [ercu7](https://wordpress.org/support/users/ercu7/)
 * (@ercu7)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-theme-name/)
 * dear friends,
    I want to remove the info in the footer. May I kindly know how
   to do it ? Thanks [http://bykmarblestone.com/](http://bykmarblestone.com/)

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

 *  [AddWeb Solution](https://wordpress.org/support/users/addweb-solution-pvt-ltd/)
 * (@addweb-solution-pvt-ltd)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-theme-name/#post-8515200)
 * Hello ercu7,
 * Add below code into your current active theme’s functions.php file located at
   [http://bykmarblestone.com/wp-content/themes/your_current_theme/](http://bykmarblestone.com/wp-content/themes/your_current_theme/)
   folder.
 * `
    add_action( 'cpotheme_footer', 'my_footer_text' ); function my_footer_text(){
   echo "&copy BYK Marble Stone 2016."; }
 * **Note : All Changes you done in funtions.php or other file are gone when you
   update theme. So prefer [Child Theme](https://codex.wordpress.org/Child_Themes)**.
 * Hope this will helps you.
 *  Thread Starter [ercu7](https://wordpress.org/support/users/ercu7/)
 * (@ercu7)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-theme-name/#post-8515236)
 * Thank you very much.

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

The topic ‘how to remove theme name’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [ercu7](https://wordpress.org/support/users/ercu7/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/how-to-remove-theme-name/#post-8515236)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
