Selective styles and scripts inclusion
Example: I have more than one page templates that contain a very specific get_template_part( ‘form’, ‘search’ ) included. I need the inclusion of a script (let’s say jQuery UI) on all the pages that refer to a template that includes form-search.php. For a Block Theme YES! Because WP has to load the template before it … Read more