child theme – justwrite makes me crazy – child theme
-
justwrite is rally wonderful
i can edit php files
i can edit widgets, menue, theme otions…
but i cant edit style.css ?it makes me crazy.
I have copied the original style.css in justwrite-child
and supplementedTheme Name: justwrite-child
Theme URI: http//www.archizoom.de
Author: archizoom
Author URI: http//www.archizoom.de
Description: JustWrite is a theme with clean lines and an open-spaced design, that can be used to show off your latest articles.
Version: 1.0.0
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.htmlTemplate: justwrite
i see the style.css (child) in the wordpress editor.
i can edit – but no change is assumed –I created a functions.php in justwrite-child
<?php
add_action(‘wp_head’,’load_parent_style’,0);
function load_parent_style() {
wp_register_style(‘parent-theme’,get_bloginfo(‘template_directory’).’/style.css’);
wp_enqueue_style(‘parent-theme’);
}
?>what ist wrang ?
- The topic ‘child theme – justwrite makes me crazy – child theme’ is closed to new replies.