• Hello, I’ve got a question. I’ve custom post types(A1), which have their custom taxonomy(a1). Also, I’ve regular posts(B1), which have their taxonomy(b1). I want to display posts (B1) on (A1), based on the names of taxonomies. For example, In the post (A1) with “xxx” taxonomy name(a1), I want to display post (B1) with “xxx” taxonomy name(b1). Is it possible to match taxonomies names to do this? I hope you understand what I tried to say, thank you ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter stasonxl

    (@stasonxl)

    I’ll try to clarify my question ?? If the CPT’s taxonomy name contains “xxx” and we have the same RPT’s (Regular post type) taxonomy name “xxx” then display RPT “xxx” in CPT. And do it for all other matched taxonomy names.

    Plugin Author Aldo Latino

    (@aldolat)

    Hello @stasonxl,
    I’m sorry for the late reply!

    Regarding your question, no, that’s not possible. The section “Custom taxonomy query” is used to get posts based on given details, but there is no control when it can be used or not. I want to say that it’s different from the panel “Change the query when on single posts” or “Change the query when on archive page”.

    Thread Starter stasonxl

    (@stasonxl)

    Hi Aldo,
    Thank you for your reply.

    It sounds not good, but still, your plugin is perfect. If it’s possible to do such a feature, I’ll be thankful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Matching taxonomies names’ is closed to new replies.