Tagged Questions
0
votes
1answer
354 views
Use conditionals with wp_enqueue_style to attach stylesheet according to post type displayed
I have many custom post types, including some introduced by plugin such as bbPress or WooCommerce.
My standard stylesheet is growing large, so I thought to split it into multiple stylesheets ...