Localhost install can't find child theme
-
Not finding my child theme on local host installation.
I can get into the wp-login for my locally hosted site. I have added a fresh version of 2012 into the wp-content/themes folder. I’ve created a child theme folder 2012child and put it into the 2012 parent folder. Then I created a child theme css with the following code. When I login in and go to appearance, I don’t see my child theme at all?
Am I getting something wrong in the child theme URI?
/* Theme Name: 2012child Theme URI: http://localhost/wordpress-3-5-1 Author: Author URI: Template: twentytwelve Description: Child theme for Twenty Twelve Version: License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready Text Domain: twentytwelve This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. */ @import url("../twentytwelve/style.css");Thanks again for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Localhost install can't find child theme’ is closed to new replies.