How to Use Custom Stylesheets on a Per Post Basis in WordPress
Tuesday, February 5th, 2008Something I struggled with recently was assigning individual style sheets to posts on this WordPress blog. For example, if I was writing a CSS tutorial I didn’t want to muck up my general stylesheet with a bunch of styles – it’d be nice to write a small stylesheet and attach it only to the specific post that needs it.
Unfortunately, this isn’t a built in function of WordPress. Fortunately, you can add this functionality with a plugin.
(more…)