Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Justin Greer

    (@justingreerbbi)

    [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.

    Plugin Contributor Justin Greer

    (@justingreerbbi)

    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"]

    Thread Starter Mark Shirley

    (@ravalde)

    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"]

    Plugin Contributor Justin Greer

    (@justingreerbbi)

    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.

    Thread Starter Mark Shirley

    (@ravalde)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Custom Post Type List Shortcode] featured image and excerpt’ is closed to new replies.