Tag_id filtering inside Custom Field "Post"

Support MB Term Meta Tag_id filtering inside Custom Field "Post"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29868
    Maria O.Maria O.
    Participant

    Inside wp-admin/term.php?taxonomy=XXXX&tag_ID=YYYY&post_type=ZZZ or otherwise, inside the taxonomy page, I would like to have a custom field "Post" Type and "Select advance" Field Type. I don't want to show all post, but just the ones with a specific tag_id (number) value.

    ¿Is this possible?

    Thanks in advance

    #29871
    Long NguyenLong Nguyen
    Moderator

    Hi,

    Yes, it is possible. You can use the setting query_args of the field post to set some arguments to query posts. Get more details on the documentation
    https://docs.metabox.io/fields/post/#settings
    https://docs.metabox.io/fields/post/#sample-code

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.