i have followed the instructions on http://codex.wordpress.org/Child_Themes but i don’t seem to get any results.
when i create my own style.css it doesn’t nothing shows up in my themes
not to talk about my funtion.php
my style.css
/*
Theme Name: Albar
Theme URI: http://graceinfo.info/cypal/
Author: nshiom hope
Author URI: http://graceinfo.info/cypal/
Template: albar
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://graceinfo.info/cypal/
Tags: responsive-layout, fluid-layout, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, white, light, one-column, two-columns, full-width-template
Text Domain: albar-child
*/
/*
my function.php
<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
if ( file_exists( get_template_directory() . ‘/settings/class.kaira-theme-settings.php’ ) ) :
require_once( get_template_directory() . ‘/settings/class.kaira-theme-settings.php’ );
endif;
?>
sorry guys i got it right this time
@nshiom hope
Can you post your function.php and style.css?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
It’s not “function.php”, it’s “functions.php”.
You can create a new thread to discuss this https://wordpress.org/support/theme/albar#postform