Tutorial

in Coding / Tutorial / 2 comments

Git is a fantastic version control system, we suggest you look into it. When you clone a repository it always creates a new folder to hold your repository in. What if you wanted to clone it into another folder, or better still the current folder? Clone into the current folder: Clone into a new folder Hope that helps! Note: When…

Read More »

in Tutorial / WordPress / 12 comments

drag-drop-tutorial

WordPress custom post types have revolutionised the way WP works and how it has been implemented across the Internet. With many themes now registering post types it’s always nice to know how to do a little more. In the following tutorial we take you through registering a post type and create an interface whereby you can sort them. In our…

Read More »