How to sync your local WordPress development database to production or staging environment (will work with any hosting provider).
Category: Pro Tips
Use Version Control & GitHub for your web development, even on the cheapest shared hosting.
There are many different ways to set up and structure your WordPress plugin or theme CSS and JS environment files. If you need something complex with eslint, stylelint, and PHP standards, I would recommend looking at the Composer + nodeJS method or looking into Gulp. The method I will describe below is something I have […]
Categories
Theme and Plugin Support
Where can you find additional support about your themes and plugins.
Categories
Hiding Advanced Custom Fields
Learn how to hide ACF field on the front- or back-end within your WordPress.