tech
Wordpress Periodic Table

WordPress: Remove Unwanted Scripts and Stylesheets

I love developing in Wordpress and a large part of that has to do with the various plugins out there. However, I don’t really need the plugins to load on every page – Nextgen Galleries I am talking about you! I present you with the following code to remove unwanted scripts and stylesheets from loading on every page or only have them load on specific sections/pages.
tech

WordPress: Custom Thumbnails

When you are customizing a Wordpress theme, you will want to create your own custom thumbnail sizes for featured images and blog posts. The following snippets will add custom thumbnail support to your theme as well as remove Wordpress’ default thumbnails.