by Jonny Quinn on WordPress.org
Display latest posts, products, or any custom post type with powerful filtering by taxonomy. Lightweight, flexible, and WooCommerce compatible.
Latest Content by Anything is a lightweight yet powerful shortcode plugin that displays your latest content from any post type with flexible taxonomy filtering.
Simply add this shortcode to any page, post, or widget:
[latest_content_by_anything]
Display your latest products with prices:
[latest_content_by_anything post_type="product" num_items="4" layout="horizontal"]
Looking for more? Latest Content by Anything Pro adds:
num_items – Number of items to display (default: 5)post_type – Post type to query: post, page, product, or any CPT (default: post)display_titles – Show post titles: true or false (default: true)excerpt_length – Excerpt length in words, 0 to hide (default: 100)thumbnail_size – WordPress image size: thumbnail, medium, large, full (default: thumbnail)taxonomy – Taxonomy slug to filter by (e.g., category, product_cat)term – Term slug within the taxonomy to filter bylayout – Display layout: vertical, horizontal, or grid (default: vertical)columns – Number of columns for grid layout, 1-6 (default: 3)orderby – Sort by: date, title, modified, rand, menu_order (default: date)order – Sort direction: ASC or DESC (default: DESC)exclude – Comma-separated post IDs to excludeoffset – Skip the first N posts (default: 0)show_date – Display post date: true or false (default: false)show_author – Display author name: true or false (default: false)show_read_more – Add “Read More” link: true or false (default: false)read_more_text – Custom “Read More” text (default: Read More)cache – Enable query caching: true or false (default: true)hide_price – Hide product prices: true or false (default: false)[latest_content_by_anything
num_items="6"
post_type="product"
taxonomy="product_cat"
term="featured"
thumbnail_size="medium"
excerpt_length="20"
display_titles="true"
layout="horizontal"
hide_price="false"
]Additional Resources
* Full Documentation – Detailed guides and examples
* Feature Requests – Suggest new features
* Pro Version – Unlock advanced features