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 7...
Is it possible to have a unique key for each sub fields in a repeater field? I don’t want to use the array index, because the array index can...
I’m trying to revise an existing WP plugin BU Versions to accept different custom meta field values from items I’ve set-up using the Advanced Custom Fields (ACF) plugin. BU...
I’ve entered data into ACF using the ACF Options plugin. Is there a way to export all that data I entered? When I use ACF’s built in exporter, it...
Does anyone know how to insert a custom fields (from Advanced Custom Fields plugin) into a twig template? This is the code I want to add into the twig...
I am using a mixture of Advanced custom fields plugin and Custom post type UI to give my users some extra functionality. The problem I have is that I...
I have create Revolution Slider which load the custom post type, Events. There are two custom fields, Event Start Date and Event End Date. I would like to display...
I’m creating a product finder using a CPT called “Products”, which is already used for displaying products separately on the site. The product finder is based on a answer...
I want to upload images in the ACF repeater. That repeater means the gallery of page. Point is to create post in custom post type using add_post_meta() method. Here...
I’m trying to understand how WordPress search works. I haven’t found much info on the Codex. Arguably, search is not the best WP feature. Even WordPress.org uses Google Search....