diff --git a/functions.php b/functions.php index bf43caf..1e6d007 100644 --- a/functions.php +++ b/functions.php @@ -226,8 +226,19 @@ add_action( 'init', 'register_list_block_popout' ); /** * Change one or more classes into my-custom-class */ -function my_fancy_filter_function() { +function featured_full_width_img_classes() { return "featured-full-width-img bg-dark text-light mb-5"; } -add_filter('bootscore/class/featured-full-width-img', 'my_fancy_filter_function', 10, 2); +add_filter('bootscore/class/featured-full-width-img', 'featured_full_width_img_classes', 10, 2); + +// /** +// * Change container class in a single file +// */ +// function change_container_in_single_file($string, $location) { +// if ($location == 'page-sidebar-none') { +// return "container-fluid"; +// } +// return $string; +// } +// add_filter('bootscore/class/container', 'change_container_in_single_file', 10, 2); \ No newline at end of file diff --git a/page-templates/page-sidebar-none.php b/page-templates/page-sidebar-none.php new file mode 100644 index 0000000..6df73a5 --- /dev/null +++ b/page-templates/page-sidebar-none.php @@ -0,0 +1,56 @@ + + +
+
+ + + +
+ + ID), 'full'); ?> +
+
+
+ + ', ''); ?> + +
+
+
+ +
+ + + +
+ +
+ + + + + +
+ +
+
+ +