Modernizing Anchorific
I must be the world’s most horrible open sourceress because I can’t seem to maintain my projects consistently. Mad respect to all the open source contributors out there. I wish I could do what they do but I just can’t seem to commit. If you were to compare my projects to plants in a garden, […]
WordPress: A different approach in managing stylesheets for different pages
Managing custom scripts and stylesheets for different pages can be a pain in the butt since you have to keep editing the functions.php file in order to enqueue and dequeue several stylesheets for a particular page according to your needs. This have several drawbacks: Editing functions.php file – This is not really a big deal […]