[cpt_list post_type="movies" taxonomy="red" slug="movies" show_thumb="true" excerpt_only="true"]
Using excerpt-only simply will replace the content with the excerpt. Sorry for the tag being a bit confusing.
Sorry looks like your code is off a bit. show_thumb should be show_thumbs
[cpt_list post_type="movies" taxonomy="red" slug="movies" show_thumbs="true" excerpt_only="true"]
Thanks Justin – that work fine – if i wanted to add another taxonomy of “actess” and another tax_term of “jane-smith” is it possible.
[display-posts post_type="movies" taxonomy="actors" tax_term="peter-smith" image_size="thumbnail" include_excerpt="true"]
Currently the plugin will does a single sort by with taxonomy. If in the future we can figure out a way that would make the plugin simpler to use then we could add the feature to future versions.
Note: The code you are providing is from a completely different plugin.
Oh sorry Justin got mixed up I couldnt get your to work so I tried another one that worked – thanks for your time it’s much appreciated.