Advanced Custom Fields plugin provides fields for dynamic data – one of them is Taxonomy Field Type.
Continue readingAdding custom CSS class in body_class() using Advanced Custom Fields
The great thing about Advanced Custom Fields is that by using that plugin, you can replace number of other plugin reducing
Continue readingHow to render shortcode using Advanced Custom Fields
As you know, WordPress function do_shortcode() will render whatever shortcode contains and is frequently used in custom templates. But if
Continue readingHow to set conditional logic in Advanced Custom Fields
If you tried to set conditional logic using Advanced Custom Fields plugin, but haven’t done it before, there’s a chance that you will stumble upon the following message “No toggle fields available” wondering what that means. Fortunately, it is very easy to set this up. In order to add toggle fields, you would only need to create a new custom field of “choice” Field Type and add few Choices.
Continue readingHow to create multiple columns in Gravity Forms
If using Gravity forms, It is likely that you will require columns sooner or later. The reason is simple – gravity forms are normally not used for simple contact forms, given their power and the fact that they are not free, so licenses for GF are being purchased by clients who know exactly what are they looking for.
Continue readingHow to count the number of posts within taxonomy terms
I was actually struggling with the title – what I wanted to write about was how to count posts within taxonomy terms.
Continue readingHow to count the number of posts in category
If you want to count the number of posts in any category, there are number of ways to perform this check.
Continue readingPreparing WordPress theme (or a plugin) for translation (or internationalization)
In a global world, making sure that WordPress themes or plugins are prepared for easy translation is of the highest importance.
Continue readingAuto compile Sass on save in NetBeans
If you’re developing WordPress websites in NetBeans, there is a chance that you will edit CSS using the Sass approach. In
Continue readingListing WooCommerce products by tags
This may not be a frequent request, but few months ago I had a client who wanted to list WooCommerce
Continue reading