Is there any way of making Advanced Custom Fields(ACF) to set a rule = "ALL"? So that this specific group shows up on all page types?
Where Are Advanced Custom Fields Stored? ACF stores the data for post custom fields in the post_meta table. It stores the data for all other custom fields in the options table.
To retrieve a field value as a variable, use the get_field() function. This is the most versatile function which will always return a value for any type of field. To display a field, use the the_field() in a similar fashion.
Page is not equal to x or is equal to x
Just specify that the field should appear on every post other than a particular one or it should appear on that post.
Where it says "Show this field group if" choose "post type", "is equal to" and "page"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With