by admin | Mar 4, 2015 | Filters, Gravity Forms, Plugin Development, WP |
In this tutorial we’ll cover something quite useful – what Gravity Forms hook should we use to send our collected values to the external form with redirect. Say we have several Gravity Forms forms, each one of them having different set of fields. We want...
by admin | Feb 24, 2015 | Portfolio |
We’ve just released Widget Base Class to facilitate WordPress widget creation! Widget Base Class is a PHP class which facilitates widget creation, by faster creation, sanitization, validation and updates of Widget fields. Such an approach lets one set up widgets...
by admin | Jan 28, 2015 | Plugins, WP |
WordPress itself is so powerful, that it’s actually quite slow. The number of functions, database calls and the enormous amount of code makes it obvious why does it happen. Some people say that due to that WordPress itself is “crap”. I honestly do...
by admin | Jan 26, 2015 | WP-CLI |
WP-CLI is a very useful set of command line commands which helps one manage the WordPress installation. Most of the “tutorials” found all over the place are simply copied and pasted WP-CLI documentation entries, giving you simply the explanation on how to...
by admin | Oct 22, 2014 | Gravity Forms, Gravity Series Login, Plugin Development |
Welcome to the third and last part of the Gravity Forms Front End Login / Register / Edit account series. In this tutorial we’ll cover the edit account page setup. You can find the related tutorials at: 1st, 2nd. Part 3 – creating a simple edit account...
by admin | Oct 7, 2014 | Gravity Forms, Gravity Series Login, Plugin Development |
Welcome to the second part of the Gravity Forms Front End Login / Register / Edit account series. In our previous tutorial we have created a simple Gravity based login form. In this tutorial we’ll cover the user registration form. Part 2 – creating a...
by admin | Sep 24, 2014 | Gravity Forms, Gravity Series Login, Plugin Development |
Ever wanted to create a simple Gravity Forms user login page without the need of investing into add-ons? This tutorial will move you through the process of a solid Front End process. Part 1 – creating a simple login page First let’s go ahead and set up a...