Okay adding taxonomy_type=”custom” taxonomy=”term” works in showing me listings of just that taxonomy but I have hundreds of terms and “all” does not seem to work here. I am filtering by keyword fyi and do not need to filter by taxonomy.
How can I show all posts and simply include the new taxonomy in the network ext posts output rather than filter by it.
I am hoping for output that looks like:
– Wrapper has classes category-term and customtaxonomy-term
– Title (permalink to title)
– Category (permalink to category)
– Custom Taxonomy (permalink to custom taxonomy)
My current shortcode is:
[netsposts filter_by_title_keywords=’keyword’ include_link_title=’true’ include_blog=’2,3′ show_categories=’true’ taxonomy_type=”customtaxonomy” taxonomy=”” paginate=’false’ meta_info=’false’ titles_only=’true’ list=’100′]