I am using Advance Custom Fields to create a new fields within the members profiles. Using the locations panel within…
Return ACF field as a Shortcode using WordPress Functions.php file
How do I use an Advanced Custom Field as a Shortcode. Ive used the following code in the WordPress functions.php…
WordPress: Add row to ACF through the backend when creating a post
I’m kinda new to wordpress, I’m using advanced custom fields(with repeater) and custom post types UI plugins, this might be…
WordPress not showing a category with ACF
The WordPress website I am debugging is used as an intern tool to publish reports. When a user want to…
Alternate wordpress post ACF (nth child)
I am trying to insert 4 different classes in accordance to the design aspect. e.g. ROW 1: [IMAGE 1, GREEN,…
Order posts by ACF field Date Picker
I am trying to order the posts by the Date Picker field of Advanced Custom Fields. What I have done…
ACF Repeater field value doesn’t display
We are using ACF Repeater Field to display related posts as widget in single.php. We have the following code. RELATED…
How to set uploaded images directory by post id in wordpress ACF image?
I want to know how to set uploaded images directory by post id in wordpress ACF image using repeater. When…
ACF Repeater field doesn’t output images
I am using ACF repeater plugin on my wordpress site to generate simple gallery. this si the code in my…
Make ACF repeater responsive
I am trying to make a 2 column responsive layout using ACF repeater field. I have tried using a counter,…