Group settings
Group settings
Since the query for extracting post IDs used to show the fields is heavily cached, if you don't see the fields on the back end go to the settings page and clear the cache.
The group settings panel looks like this:
General settings
group label - the group label
group name - the group name (only alphanumeric characters allowed)
display - every group can
Location rules
Each rule defines a specific condition and is made up of three elements:
location - allowed values:
POST TYPE
POST
POST CATEGORY
POST TAXONOMY
POST TEMPLATE
TAXONOMY
TERM
ATTACHMENT
OPTION PAGE
ALL COMMENTS
ALL USER
SPECIFIC USER
operator - allowed values:
EQUALS
NOT EQUAL
IN
NOT IN
value - a single or multiple values (depending on the operator)
Every condition can be concatenated with an AND
or OR
operator and they are considered in the order they are added.
EXAMPLE
Consider these conditions:
post_type
EQUALS
postOR
post_type
EQUALS
page
This means the group will be displayed in post and page custom post types.
If you try to change the operator OR
for an AND
The group will not be displayed anywhere, because a post type cannot be page AND post simultaneously.
You can change the group location at any time.
It's time to create your first group.
Last updated