• Resolved norbertmeyer

    (@norbertmeyer)


    Hello,

    I wanted to ask if it is possible to access the “Post Format” in “Select Post Types”. I would like to filter out only the “Quote Post Formats” so that the user only sees the quotes.

    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Sumit Singh

    (@5um17)

    Hi,

    Post format is not a post type it is a taxonomy. So you can not select the post format in post type.

    You can use the pre_get_posts hook to insert the post format taxonomy query for search results. This should work.
    If you need example, you need to tell me the post format slug for “Quote Post Formats”.

    See https://developer.ww.wp.xz.cn/reference/hooks/pre_get_posts/

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘“Select Post Types” “Post Format”’ is closed to new replies.