diff --git a/functions.php b/functions.php index dfb9add..3bd0adb 100644 --- a/functions.php +++ b/functions.php @@ -153,3 +153,8 @@ function underscoresme_get_contributors() { return (array) $contributors; } + +function theme_name_enqueue_styles() { + wp_enqueue_style('theme-name-style', get_stylesheet_uri()); +} +add_action('wp_enqueue_scripts', 'theme_name_enqueue_styles'); diff --git a/inc/generator.php b/inc/generator.php new file mode 100644 index 0000000..c37da50 --- /dev/null +++ b/inc/generator.php @@ -0,0 +1,3 @@ +// Create the custom full-width page template +$custom_page_template = "\n
\n
\n\n
\n
\n"; +file_put_contents( $theme_path . '/page-fullwidth.php', $custom_page_template ); diff --git a/page-fullwidth.php b/page-fullwidth.php new file mode 100644 index 0000000..aaa72c2 --- /dev/null +++ b/page-fullwidth.php @@ -0,0 +1,29 @@ + + +
+
+ +
+
+ +