Search code examples
wordpress-themingadvanced-custom-fields

ACF Page Field group incorrectly appearing on Default Wordpress Posts page


I have some text fields I have added to a field group which I intend to show on pages only.

Screenshots on Field group Settings

But they are showing on the standard block editor within posts edit page. Any idea why this may be?

Thanks!

I tried Post Type is not equal to Post but its still showing


Solution

  • You can solve this by adding a validation to each of the rules by pressing the "and" button and adding a validation of "Post Type is equal to page". So the field group will only appear on the post type of pages.