• Resolved Dave

    (@dcutri500)


    I need a feed that will show posts from more than one custom taxonomy, such as:

    &csrp_tax_name=mailing_list&csrp_tax_term_id=Weekly&csrp_tax_name=issue&csrp_tax_term_id=Summer 2018

    I can do one or the other, but I need to combine two, three, or sometimes four different names and values (these are custom taxonomies)

    If I could do this with Advanced Custom Fields (not regular WordPress custom fields), that would be even better. But I would need to combine more than one.

    Any help would be greatly appreciated. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Dave

    (@dcutri500)

    I don’t understand. Shouldn’t anything between the dataset tags be available as a URL parameter?

    <dc:dataset><_edit_lock><![CDATA[1535628602:1]]></_edit_lock><_edit_last><![CDATA[1]]></_edit_last><show_on_front_page><![CDATA[0]]></show_on_front_page><_show_on_front_page><![CDATA[field_5b8573024e96c]]></_show_on_front_page><announcement_category><![CDATA[a:1:{i:0;s:4:”News”;}]]></announcement_category><_announcement_category><![CDATA[field_5b87c2dd34076]]></_announcement_category><mailing_list><![CDATA[a:1:{i:0;s:9:”Bi-annual”;}]]></mailing_list><_mailing_list><![CDATA[field_5b87c3578741d]]></_mailing_list><issue><![CDATA[a:1:{i:0;s:9:”Fall 2012″;}]]></issue><_issue><![CDATA[field_5b87c3838741e]]></_issue><position><![CDATA[5]]></position><_position><![CDATA[field_5b87c41b87420]]></_position></dc:dataset>

    Shouldn’t I be able to access these with csrp_meta_key and csrp_meta_value?

    The only one that works is position:

    &csrp_meta_key=position&csrp_meta_value=2

    None of the others work, such as:

    &csrp_meta_key=issue&csrp_meta_value=Fall 2012

    or

    &csrp_meta_key=announcement_category&csrp_meta_value=News

    What am I doing wrong?

    And as I said in my first question, would I be able to combine fields like:

    “show all posts in the News category that have a mailing_list of Weekly and a position of 1”

    • This reply was modified 6 years, 6 months ago by Dave.
    Thread Starter Dave

    (@dcutri500)

    This was all I needed, in case anyone else is interested:

    https://premium.wpmudev.org/blog/building-customized-urls-wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple custom taxonomies?’ is closed to new replies.