Nest 1.1.6 breaks child themes
-
Nest 1.1.6 fails when it has a child theme. To fix this, edit Nest’s functions.php file. In the second line of the file (which is empty) add:
$whereami = get_theme_root('nest') . '/nest';
Then below that change
get_stylesheet_directory()
to$whereami
in three places.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Nest 1.1.6 breaks child themes’ is closed to new replies.