Add post dates from child theme and change font size on homepage post
I know this is not difficult. I know it is supposed to be in the style.css in the child theme, but no font … Read more
I know this is not difficult. I know it is supposed to be in the style.css in the child theme, but no font … Read more
I’m using the Canvas theme, and their framework. I built a child theme and have my custom CSS segregated in a custom.css file … Read more
I have a parent theme that declare these constant in function.php: define(“THEME_DIR”, get_template_directory()); define(“THEME_DIR_URI”, get_template_directory_uri()); define(“THEME_NAME”, “BARNELLI”); define(“THEME_STYLES”, THEME_DIR_URI . “/css”); define(“THEME_INCLUDES”, THEME_DIR … Read more
I’ve got a site that I’m trying figure out how to apply different child themes to based on a subdomain. Applying the child … Read more
We are moving a HTML/PHP site to WordPress and want to use as much of the current code as possible. We are using … Read more
I’m working on a child theme and while everything works the Walker_Nav_Menu and Walker classes are causing all the fuss. My parent theme … Read more
I’m helping my son with his financial site with some custom programming. The first project for him is a custom spreadsheet using jQuery, … Read more
How the hell do you keep up with updates without a week worth of hassle? I must be incredibly stupid or something because … Read more
I’ve been toiling, probably way too long, with a simple Child Theme for a version of Fukasawa. I know that the @import method … Read more
I have the following in a child theme’s functions.php file: <?php function theme_child_add_scripts() { wp_register_script( ‘script’, get_stylesheet_directory_uri() . ‘/js/script.js’, array( ‘jquery’ ), null, … Read more