I’ve added a single Advanced Custom Field to the categories taxonomy (that appears to work as expected) and am trying to retrieve it along with the categories using the...
I am using the ACF Custom Fields plugin to store some info, but to my understanding, it is stored in the wp_postmeta table. Is it possible to store it...
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 2...
When using the Advanced Custom Fields plugin for WordPress, Suppose I have a radio button field with possible choices: o Apples o Bananas o Cranberries How can I return...
I have created a radio button field with ACF so that admin can specify a colour. E.g: blue : Blue pink : Pink I’d like this to be output...
I’m looking for a better way to hide a div when a custom field is empty. I’ve figured out how to hide the div but I have quite a...
So, in an effort to move my new project forward, I’m looking for a way to register and de-register widget areas depending on which header file I load via...
I’m looking for a way to use meta_query to filter out posts with a meta-key value of a date-time in m/d/Y g:i a format. The post-meta is being set...
I’m using acf_form to edit my WP posts with ajax. I’ve got it setup and working correctly in that I can edit the post and submit the new data...
I am building a site/theme where post content is authored in a modular way (mostly, but not exclusively) with ACF’s flexible content field. These fields could have JavaScript functionality...