CSS Ready Classes for Gravity Forms

October 3, 2023
 | Category: 

If you’re a WordPress developer, you will eventually need to add a contact form to your site. Three of the best form plugin’s I have found for this are Contact Form 7, Formidable and Gravity Forms. Currently, our team uses Gravity Forms to implement our website forms. As pretty as these forms are out-of-the-box, there is still usually a need

Post Locking for Frontend

August 15, 2023
 | Category: 

I was building a pretty complex application that allows users to modify page content using a front-end form. One of the things I needed to solve was preventing 2 people from modifying the page content at the same time. A quick Google search found this extremely helpful WordPress plugin: https://github.com/sc0ttkclark/wp-post-locking/blob/master/skc-post-locking.php Simply, it prevents two people from modifying the same page

How to Build a WordPress Plugin

December 13, 2022
 | Category: 

WordPress plugins are a great addition to any website project that is built in WordPress. Not only will they achieve a certain functionality, if packaged correctly, you will have a nice little package that you can install on other sites, making the functionality scalable and ultimately saving you time. In order to build a plugin, the file structure should look



Blog Home