• Dear WPKube,
    is it possible to list user with custom taxonomy?

    I have custom post type with custom taxonomy.
    That i want is to list user/users with custom taxonomy.

    Here is example:
    Courses (Custom post type)
    Academic topic (Custom Taxonomy)

    • Isolation (Custom Category related to Academic topic)
    • Surgery (Custom Category related to Academic topic)
    • Communication (Custom Category related to Academic topic)
    • Laser (Custom Category related to Academic topic)
    • Occlusion (Custom Category related to Academic topic)
    • Plastic (Custom Category related to Academic topic)

    I tried something like this but it doesn’t work.
    [authors_list post_types=”courses” taxonomy=”academic_topic” categories=”201″]
    [authors_list post_types=”courses” taxonomy=”academic_topic” categories=”Isolation”]

    I only can list [authors_list post_types=”courses”]

    Do you have any solution?

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @dzemaln

    You’ll need to use the combination of the parameters taxonomy and terms

    taxonomy is where you set the name of the taxonomy.

    terms is where you set which taxonomy terms (numeric IDs) you want to be included.

    So the shortcode should be something like:

    [authors_list post_types="courses" taxonomy="academic_topic" terms="10,15,20"]

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Taxonomy’ is closed to new replies.