Child Theme not displaying
-
Trying to install a child theme on a multi-site install that I have running. For some reason, I can’t get the theme to even show up so that I can activate it. Followed the description on the WP codex, and uploaded it to the wpcontent/themes folder.
Here is the code I’m using –
/*
Theme Name: TheFoodie
Theme URI: https://commarts.mmm.edu/225/thefoodie
Description: Child theme for the Organic Food 2.0 theme
Author: Katrina and JT
Author URI: https://commarts.mmm.edu/225/thefoodie
Template: OrganicFood
Version: 2.0
*/@import url(“https://commarts.mmm.edu/225/wp-content/themes/OrganicFood/style.css”);
#wrapper {
background: url(“images/purplepowerpointbackground1.jpg”) repeat fixed center top transparent;
}What am I missing?
- The topic ‘Child Theme not displaying’ is closed to new replies.