Complete v1.0

This commit is contained in:
Thuan Bui
2018-07-04 10:00:50 +07:00
parent fd25f13a4f
commit 18bc2416d0
26 changed files with 1999 additions and 129 deletions
+1 -4
View File
@@ -19,10 +19,7 @@ if ( ! defined( 'ABSPATH' ) ) {
die;
}
// Sets the content width based on the theme's design and stylesheet.
if ( ! isset( $content_width ) ) {
$content_width = 1000; // Pixels.
}
add_action( 'genesis_setup', 'child_theme_init', 5 );
/**
* Initializes the child theme library.