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 ...
1
vote
3answers
1k views
Style custom columns in admin panels (especially to adjust column cell widths)
I am using Wordpress as a CMS for a project which makes extensive use of custom post types. I need to display columns in admin panels for each custom post type in a different way.
I've already ...