Title: facultyoffood's Replies | WordPress.org

---

# facultyoffood

  [  ](https://wordpress.org/support/users/facultyoffood/)

 *   [Profile](https://wordpress.org/support/users/facultyoffood/)
 *   [Topics Started](https://wordpress.org/support/users/facultyoffood/topics/)
 *   [Replies Created](https://wordpress.org/support/users/facultyoffood/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/facultyoffood/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/facultyoffood/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/facultyoffood/engagements/)
 *   [Favorites](https://wordpress.org/support/users/facultyoffood/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[CRITICAL] Child Theme Not Working!](https://wordpress.org/support/topic/critical-child-theme-not-working/)
 *  Thread Starter [facultyoffood](https://wordpress.org/support/users/facultyoffood/)
 * (@facultyoffood)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/critical-child-theme-not-working/#post-5483154)
 * Thanks Stephencottontail, I made a little mistake.
 * the function is not in header.php
    it’s CALLED in header.php, but exists in functions.
   php
 * Do I just import all the php files from parent into childs?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[CRITICAL] Child Theme Not Working!](https://wordpress.org/support/topic/critical-child-theme-not-working/)
 *  Thread Starter [facultyoffood](https://wordpress.org/support/users/facultyoffood/)
 * (@facultyoffood)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/critical-child-theme-not-working/#post-5483151)
 * [http://www.facultyoffood.com](http://www.facultyoffood.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[CRITICAL] Child Theme Not Working!](https://wordpress.org/support/topic/critical-child-theme-not-working/)
 *  Thread Starter [facultyoffood](https://wordpress.org/support/users/facultyoffood/)
 * (@facultyoffood)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/critical-child-theme-not-working/#post-5483150)
 * Okay looks like It’s not the CSS problem, but php.
 * So here is the problem.
    Let’s say there is a function called render_social ,
   that renders social buttons in header.php [parent]
 * I create a new social render that seperates two different colors in childs theme,
   calling it render_social_child
    [child]
 * but the problem is, how do I call it?
    I had to go to header.php in parent theme
   and change it’s call of render_social to render_social_child , but that meant
   I had to change the parent theme code
 * what can I do?

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