Questions tagged [advanced-custom-fields]

Advanced Custom Fields is a free WordPress plugin which acts as a GUI layer for custom fields. Custom fields are native to WP and appear on pages, posts and custom post types, however the native custom field interface is not very user friendly. ACF uses field groups to attach fields to edit screens.

Advanced Custom Fields is a free WordPress plugin which acts as a GUI layer for custom fields. Custom fields are native to WP and appear on pages, posts and custom post types, however, the native custom field interface is not very user-friendly. ACF uses field groups to attach fields to edit screens.

More information and good documentation are available on the official website. The plugin can be downloaded from the WordPress plugin repository or installed from within the WordPress admin.

Useful Links

4522 questions
1
vote
1 answer

Display live preview of page on hover in WP admin using ACF relationship field

Is it possible to adapt the Advanced Custom Fields relationship functionality in WordPress so that instead of just displaying a thumbnail it shows the live page preview on hover? I believe this would require some custom AJAX. Here is the Advanced…
Amesey
  • 822
  • 2
  • 16
  • 33
1
vote
1 answer

How to take custom field value (ACF plugin) to WordPress save_post hook?

I use Advance Custom Fields plugin to create some custom fields. While creating new post or update post, I need to use api (vimeo) to take values to other custom field. Example: 1 field: ID of video 2 field: duration 3 field: plays count I enter…
Andrey Hohlov
  • 43
  • 1
  • 6
1
vote
2 answers

WP Advanced Custom Fields: link images to media file

In my page templates I'm including an image using the image field, like this: '; ?> I'd like to automatically wrap those images…
dadra
  • 153
  • 1
  • 3
  • 15
1
vote
1 answer

Players / Teams / Matches / Seasons

I'm trying to figure out the best way to solve this 'problem' I have 4 Custom Post Types: Players Teams Matches Seasons And i want to connect them to each other somehow so that i can query the results in the frontend. This is how i want them to…
user2093301
  • 367
  • 1
  • 6
  • 17
1
vote
1 answer

WordPress Advanced Custom Fields Get value from Checkbox Within Repeater

I can't figure out how in the world to get the value of a checkbox entered in a repeater field. There is only one choice. Basically if the user ticks the checkbox it should output a class. In the code example I don't have the value in the class yet…
Chris Lee
  • 13
  • 5
1
vote
1 answer

Wordpress ACF - How to show additional information in a field type 'user' dropdown

I created a custom field using advance custom field plugin, and I selected in field type "user", which actually is a dropdown containing all of the users. I then added this field to a custom post. All users have a unique 4 digit number in their…
Bob Lozano
  • 838
  • 2
  • 13
  • 38
1
vote
2 answers

No Results from ACF Repeater Field

I have a WordPress site with the ACF repeater field installed. I have followed the video tutorials down to a t and have tried every version of the template code examples on the site but I can't get anything to display at all, nothing. My repeater…
1
vote
0 answers

Wordpress + Flexslider + ACF Gallery plugin only works in localhost

I have a problem with the Flexslider+ACF Gallery plugin integration in Wordpress. It's only working on localhost but not in the live server http://www.tusenado.com/2014/08/25/prueba-galeria/ If you can see at the code the gallery is generated: …
1
vote
0 answers

Filter posts by custom field taxonomy

I have tried everything I can to filter my posts by a custom field taxonomy. What I have is a custom field with the name of "category" with the field type of "post object", and I am listing all of my pages on my site to choose from. When I am on…
Dylan Cross
  • 5,918
  • 22
  • 77
  • 118
1
vote
0 answers

Advanced Custom Fields form and post_title

This is regarding the Advanced Custom Fields plugin for Wordpress. I'm trying grab a field from a front-end form when it gets submitted and save it as a variable to set the post_title. This post seemed to be pointing in the right direction but I…
Nathan42
  • 11
  • 1
1
vote
0 answers

display advanced custom field image in rss feed

I'm trying to customize my rss feed by displaying an image using a advanced custom field. using my custom code I get the image src but I would like to display the image. the advanced custom field is named "image_rss" and returns the image src. here…
mmdwc
  • 1,095
  • 6
  • 27
  • 53
1
vote
1 answer

get child pages of parent ID and display custom image field with link to page in WordPress

I need to get list of child pages, but i need to exclude the first child. I also need to display a custom image field called'page_icon' with url and page title for each. This will act as a sub menu whic will be displayed on each child page. Each…
Amesey
  • 822
  • 2
  • 16
  • 33
1
vote
1 answer

Wordpress Advanced Custom Fields, Google Map, open only ONE infowindow at a time

I'm using google maps addon of Advanced Custom Fields for WordPress. I have multiple points on the map, some are very close to one another. I can open open them no problem, however I need to have one open at time. So if I open one, it closes the…
RMH
  • 821
  • 2
  • 15
  • 38
1
vote
1 answer

Conditional PHP if and else statements within existing accordion

I am using Advanced Custom Fields plugin in Wordpress and have managed (with very limited PHP knowledge) to use their repeater fields to create an accordion. Everything is working really well except the image field (company_logo). So long as the…
Scott Eldo
  • 473
  • 11
  • 28
1
vote
3 answers

WP advanced custom fields Field Group have limit fields?

I created a layout module 7m (layouts). Each layout has about 15-20 fields (including eating and one repeater with fields). There comes a moment when I can not create more fields. And nothing else is stored. A begins to persist if you remove one…
1 2 3
99
100