Latest Content by Anything

plugin banner

Display latest content by any taxonomy with shortcode.

Author:Jonny Quinn (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.5.3
Plugin version:1.0.13
Added to WordPress repository:08-05-2024
Last updated:10-05-2024
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:75
plugin download
Click to start download

This plugin allows you to display any content (posts, products, or custom post types) by any taxonomy using a simple shortcode.

This works with ANY Custom Post Type, Standard Posts or Woo Products.

Shortcode Options

  • num_items: Number of items to display (default: 5).
  • post_type: Type of content to display (default: post).
  • taxonomy: Taxonomy to filter content by (optional).
  • term: Term within taxonomy to filter content by (optional).
  • thumbnail_size: Thumbnail size (default: thumbnail).
  • excerpt_length: Excerpt length in words (default: 100).
  • display_titles: Display titles (default: true).
  • layout: Layout (default: vertical).
  • hide_price : Hide or display price (true | false)

Example :

[latest_content_by_anything post_type="post" num_posts=5]

Complete Example :

[latest_content_by_anything 
    num_items="5" 
    post_type="post" 
    taxonomy="category" 
    term="news" 
    thumbnail_size="thumbnail" 
    excerpt_length="100" 
    display_titles="true" 
    layout="vertical" 
    hide_price="false"
]

Full Documentation


FAQ
ChangeLog