Adding a Portfolio Custom Post Type

A while back I covered Adding the Minimum 2.0 Portfolio to a Different Genesis Theme. However, if you’re like me – you change theme’s a LOT. With the method I presented, you would have to duplicate the process every time you made the switch and as soon as you did – your “Portfolio” section will […]

Adding The Minimum 2.0 Portfolio to a Different Genesis Theme

The Minimum 2.0 child theme uses a custom post type for the Portfolio, which I personally love. This tutorial will show you how to add this portfolio to any theme that is currently not using a portfolio page template or widget area (such as the Balance child theme). Before we begin make sure you are […]

CSS3 Social Buttons With Imageless Icons

We all love awesome CSS3 buttons, right? Well I see a lot of people wanting to put awesome icons in their awesome buttons – making them even more awesome. Well let’s take it up another level of awesomeness and add icons that are infinitely scalable and don’t use images. How awesome is that? Excited yet? […]

Post Title Only Category Pages

How to set your Genesis category pages to display just the post titles. Place the following code snippet into your functions.php file. Located: Dashboard > Appearance > Editor > functions.php Looking at the code you can see that it is specifically calling your category page and then removing the post info, post meta, and the […]