• Created a child theme for a new site, and after editing a bunch of stuff, i realized the parent theme’s functions.php was not loading.

    Turns out that you need to reload the child theme to get it to be properly linked to the parent theme–and this probably applies to other parent/child files.

    To reload, activate the parent theme, then activate the child theme again.

    This page gave me the helpful info: http://codex.wordpress.org/Child_Themes

  • The topic ‘Parent theme functions not loading [solved]’ is closed to new replies.