So I know this has a ton of coverage on Google, but I thought I would add my own post on the subject as I use this blog as my own reference (which is the entire reason I created this site) with a few examples. Let me give you a quick breakdown of how a…
This was a snippet I grabbed off of tutsplus! I’ve found this super useful when I’ve been creating customer themes to give a menu item a higher priority in regards to it’s use in the theme. functions.php
I’m going to show you how easy it is to build a single page portfolio theme for WordPress. Something I’ve been meaning to do for a while now, I thought that since I’ve recently released my starter theme on GIT it would be a perfect time to finally complete this post! So without further ado…
Sometimes rather than creating a custom post type with custom taxonomies, we can just edit the default Posts section in WordPress. With that in mind I thought that I’d create a complete “snippets” guide on how to edit the default WordPress post_type “Posts”. In this example I’m renaming the “Posts” to “Developments”. Quick Menu: Rename…