Add FontAwesome to Sage

Add Font Awesome to Sage Theme

We are going to use a few icons from FontAwesome. With a little bit of extra work we can import only the icons we need, instead of the entire library (10x faster according to FortAwesome), We are aiming to make a theme with 95%-100% rating for page speed, so this extra work is essential to […]

Remove the Sidebar on certain pages in Wp-Rig

Theme developers often make the design decision to remove the sidebar in certain files. I recently needed to remove the sidebar for all files that used the single.php template. Easy I thought! I dropped the file from the optional folder into the main folder : the file single.php has a get_sidebar() function that needs to […]