• Resolved hkdenovo

    (@hkdenovo)


    I’m a little stuck here.

    I want to create a shortcode that displays properties with the status of sold, and the property type of bungalow. How do I do that?

    I tried this:
    [listings taxonomy=”status” term=”sold” taxonomy=”property-types” term=”bungalow” limit=”10″ columns=”3″]

    but it doesn’t work..

    https://wordpress.org/plugins/wp-listings/

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

    (@agentevolution)

    The shortcode doesn’t allow for multiple taxonomies/terms because of the nature of wp_query. Your best option is to perform a search, where you can query multiple taxonomies/terms, and link to that search result page.

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