Unit testing in WordPress has come a long way with the help of WP-CLI, but it can still be a bit frustrating to set up correctly. These two tutorials were a great help to me when getting started: Pippin …
Load a Custom Template for Custom Post Types
If you want to use a particular template for your custom post type (CPT) then the best choice is usually to create a new template such as single-{post-type}.php. (Check out the WordPress handbook for more details about …
Continue Reading about Load a Custom Template for Custom Post Types →
Adding Navigation Buttons for Sibling Pages
When reading posts it is common to see links to the next and previous post in the sequence. Something like this: It's a nice feature that keeps readers engaged in your content and also aids accessibility by …
Continue Reading about Adding Navigation Buttons for Sibling Pages →
Using BrowserSync with DesktopServer
One way for a freelance web developer to increase earnings is to improve upon his/her workflow. An effective workflow enables you to accomplish a given task in less time, which effectively increases your profit per …
Continue Reading about Using BrowserSync with DesktopServer →