First of all, I want to ask users who use older versions: Please do not upgrade from version 2.* to version 3+. Some parts of the code are incompatible and you could lose some field settings. You can try upgrading on a dev version of your site and check how it works, but do not upgrade it…
July 29, 2016The basic approach in the creation of plugins and themes with the OOP concept is consistent use of the MVC model together with several design patterns. The brightest example of such an approach is the Just Custom Fields plugin. By checking the plugin’s latest code base, you can better understand the principle use of the OOP…
July 29, 2016A lot of business sites have a page with employees or members. When editing these pages, sometimes it’s hard to keep the same style for all of them. Let’s check how the Just Custom Fields plugin can help us with the Employees page. Our goal is to get a nice page like this: We will work with…
July 29, 2016