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 | Blog, 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 | Blog, 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. [biginfobox textcolor=”#ffffff” title=”Have you checked related GF...
by admin | Sep 8, 2014 | Blog, Plugin Development
WordPress has a powerful plugin API, providing us with a lot of filters and actions throughout. They allow affecting the functionality of WordPress core without actually changing it. [biginfobox textcolor=”#ffffff” title=”Have you tried Editr WP...