Skip to main content
4 votes
3 answers
95 views

I know that there are similar questions to my question like this one: Insert php variable in a href But my problem does not solve with them! I am using "acf plugin" for adding some codes to ...
hamid-davodi's user avatar
  • 2,044
0 votes
0 answers
73 views

I have a site where post content gets used as components on several pages. There's also some nested post content which makes it more complicated. This is a problem in the WordPress search results, ...
dnjen's user avatar
  • 19
1 vote
0 answers
58 views

I am building a custom WordPress theme and using Advanced Custom Fields (ACF) to manage dynamic content. I want to fetch and display ACF fields via the REST API, but I’m not getting the expected data ...
Mahbub Shaki's user avatar
0 votes
0 answers
32 views

I have registered a post type with CPT and created the component structure to reuse the ACF layout in all pages of the website. The code used for the register post type is here function ...
Sukhjinder Singh's user avatar
0 votes
0 answers
60 views

I'm trying to figure out how to use Leaflet.js that's inside the ACF Openstreetmap Field Plugin. I found a code that was helpful and I was able to modify to display the map on my wordpress website. ...
Kristina Bressler's user avatar
1 vote
0 answers
68 views

I’m using ACF in wordpress. I created a field group named my_group that contains a WYSIWYG field called my_content. Then I created another field that clones my_group. Inside a flexible content field, ...
brados's user avatar
  • 439
1 vote
2 answers
103 views

I'm using the ACF plugin. I've created a new Field Groups. I'm allowing multiple selections. I don’t want the records to appear like this: a:2:{i:0;s:3:"815";i:1;s:3:"818';} I want ...
Вели Джан Тефон's user avatar
0 votes
2 answers
42 views

There are posts in which acf repeater field with date ranges from and to Need to filter posts that fall within the date range in any of the repeaters The filter does not work correctly. For example ...
Павел's user avatar
1 vote
1 answer
189 views

I'm getting the PHP error "call to undefined function get_field" once in awhile, but not consistently. Advanced Custom Fields says to prevent this, wrap my function in acf/init to be sure ...
BlueDogRanch's user avatar
0 votes
1 answer
89 views

Custom acf/load_value function issuesI'm trying to write a custom version of the backend repeater sorting code here: https://www.advancedcustomfields.com/resources/how-to-sorting-a-repeater-field/ I'm ...
mistermist's user avatar
0 votes
0 answers
63 views

I have a repeater with two sub-fields: a text field and a relationship field. Using the ACF Javascript API I'm able to duplicate the repeater row and then populate the new text subfield, but can't ...
Gavin's user avatar
  • 8,094
0 votes
0 answers
27 views

I'm trying to add stock through a custom fields "stock_loja1" that I created in the acf. This is my code so far. add_action( 'woocommerce_process_product_meta', '...
Jorge Santos's user avatar
2 votes
1 answer
85 views

I'm importing some data, and generating posts with ACF information, which works well for text fields, and choice fields where the option already exists - but I'd like to add new options to choice ...
Chozabu's user avatar
  • 1,045
1 vote
1 answer
50 views

I am trying to show related services through my single-services.php template. I have used the ACF relationship field. When I print_r the field data, it all works. However, when I try to call specific ...
jayB's user avatar
  • 13
0 votes
2 answers
80 views

I use WP and ACF and have no problem outputting sub fields, but what I can't figure out is how to output the sub field of a sub group. I've tried a lot of different ways with no success. Here's a ...
Alex Harris's user avatar

15 30 50 per page
1
2 3 4 5
304