by Rafał Gicgier | Dec 8, 2018 | Plugins, Reviews, WP |
Intro With WordPress 5.0 release a controversial plugin, that replaces WordPress classic editor, the Gutenberg had arrived! Despite its negative reviews of 2.5 stars over 5, compatibility concerns and lack of features of other similar page builders the new editor has been added to WordPress core – shocking everybody around. Advertised as the new editing […]
by Rafał Gicgier | Jul 30, 2018 | widgets, WP |
During our WordPress development career we’ve had plenty of problems creating WordPress widgets. Not only it’s quite hard to go through the amount of code required for a simple widget, the documentation itself is quite complex, and doesn’t explaing everything in detail. Experienced programmers will quickly find out, that the best way to have full […]
by Rafał Gicgier | Jul 18, 2018 | Theme, WP |
Timber is a WordPress plugin that allows one to use the Twig template engine for WordPress theme development. Gulp on the other hand is a toolkit which let’s one setup a quick and nearly automatic Front End asset workflow. In this article we’ll cover the pros and cons of the theme development using all of these […]
by Rafał Gicgier | Nov 21, 2017 | Plugin Development, Plugins, Portfolio, Projects, WP |
We’ve recently published a new portfolio entry: Mr Poster Custom WooCommerce Plugin. The project was quite complex to begin with – due to specific client requirements, multiple plugin dependencies and an existing WordPress installation…
by Rafał Gicgier | Nov 13, 2015 | Plugin Development, Plugins, WP |
The ACF Recent Posts Widget has just been improved. One can now specify custom templates per each theme used overwriting the default plugin behavior! Creating Custom Templates Great resource from version 4.3 the plugin supports custom templates. To make usage of these one needs to make a copy of all the files found in the […]
by Rafał Gicgier | Nov 6, 2015 | JavaScript, Plugin Development, Plugins, Projects, Shortcodes, WP |
What is it? Ever tried to manually setup shortcodes, causing a lot of unintentional bugs? We’ve got a ready solution to your problems – the Shortcode Popups for WordPress stored on github! The class simply lets one to specify the popups and the popup fields, which will then embed a shortcode text for you. The […]