Advanced Custom Fields plugin provides fields for dynamic data – one of them is Taxonomy Field Type.
Continue readingCategory: ACF
Adding 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 reading