Title: child theme function
Last modified: August 31, 2016

---

# child theme function

 *  [Tech Sa](https://wordpress.org/support/users/dheeru46/)
 * (@dheeru46)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/child-theme-function/)
 * I want to know about parent theme function, actually i have created my own child
   theme,and i want to create and change parent theme function in child theme,but
   i have got some error message.
    Fatal error: Cannot redeclare mom_posts_meta()(
   previously declared in /home/) in/home/ on line 1785
 * when we remove the function from parent theme it’s working fine but when we update
   the theme it show again error.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/child-theme-function/#post-7056984)
 * do not copy any functions from the parent functions.php into the child functions.
   php unless they are **pluggable**;
 * [https://codex.wordpress.org/Pluggable_Functions](https://codex.wordpress.org/Pluggable_Functions)
 * what theme are you using?
    what are you trying to achieve?
 *  [WEN Solutions](https://wordpress.org/support/users/wen-solutions/)
 * (@wen-solutions)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/child-theme-function/#post-7056985)
 * Hi dheeru46
 * > Fatal error: Cannot redeclare mom_posts_meta() (previously declared in /home/)
   > in/home/ on line 1785
 * This means that it is already defined in parent function and you cannot redeclare
   in child theme.
    Refer [this](http://code.tutsplus.com/tutorials/a-guide-to-overriding-parent-theme-functions-in-your-child-theme--cms-22623)
   article it will help you a lot. Report if any confusion.
 * Best Regards!!
 *  Thread Starter [Tech Sa](https://wordpress.org/support/users/dheeru46/)
 * (@dheeru46)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/child-theme-function/#post-7057021)
 * Thank for your response
    i am using good news theme please check the link given
   below [http://themeforest.net/item/goodnews-responsive-wordpress-newsmagazine/1150692](http://themeforest.net/item/goodnews-responsive-wordpress-newsmagazine/1150692)
 * we have a function
    function mom_posts_meta () in parent theme,but i want some
   change with child theme on same function name.

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

The topic ‘child theme function’ is closed to new replies.

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [function](https://wordpress.org/support/topic-tag/function/)
 * [parent theme](https://wordpress.org/support/topic-tag/parent-theme/)

 * 3 replies
 * 3 participants
 * Last reply from: [Tech Sa](https://wordpress.org/support/users/dheeru46/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/child-theme-function/#post-7057021)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
