Theme Astrid child
-
I have made a child theme for wordpress theme Astrid
folder astrid Child > .css & php
astrid.css contains:
/*
Theme Name: Astrid Child Theme
Description: A child theme for the Astrid WordPress theme.
Author: Tanzi
Template: astrid
Version: 1.0.0
*/
@import url (“../astrid/style.css”);and astrid.php
<?php
add_action( ‘wp_enqueue_scripts’, ‘enqueue_parent_styles’ );
function enqueue_parent_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
}
For the most part it meshed across except for header style and woo commerce products. The products are in the woocommerce admin area but do not come up on my website under the category, also no sidebar.
Help? any clues? it’s not permalinks of plugins
https://www.funkyweddingideas.com.au
Thanks ??
- The topic ‘Theme Astrid child’ is closed to new replies.