internal pages completed

This commit is contained in:
prospect
2024-01-16 21:51:39 -05:00
parent a1527fcf30
commit d0c3923e4c
51 changed files with 1284 additions and 92 deletions

View File

@@ -12,7 +12,7 @@ function themeStarter_enqueue()
/* Register and Enqueue Styles */
wp_register_style('themeStarter-styles', get_parent_theme_file_uri('/assets/css/styles.css'), [], '1.0', 'all');
wp_register_style('themeStarter-styles', get_parent_theme_file_uri('/assets/css/styles.css'), [], null, 'all');
wp_enqueue_style('themeStarter-styles');
wp_register_style('bootstrap-icons', get_parent_theme_file_uri('/assets/css/bootstrap-icons.css'), [], '1.11.1', 'all');