• I currently have two different templates for my site, one for the blog and the other for every other page. I load css files using wp_enqueue_style (e.g. Bootstrap, FullCalendar) and the css shows up fine everywhere but the blog page.

    I’ve looked at solutions saying I can use the is_page function in my header.php and then load a different CSS file. That’s fine but doesn’t solve my issue of wanting to load Bootstrap and other CSS libraries onto my blog template. I don’t want to load these css files inside a big if statement where I load the same things. Is there a solution or workaround to this?

  • The topic ‘Global CSS Files in Site with multiple templates’ is closed to new replies.