Daan - Posts By Tag
Use the posts-by-tag shortcode to display a list of posts with a defined tag.
★ 0stars
8release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/dan0sz/posts-by-tag/releases/download/v1.0.1/daan-posts-by-tag.zipDeclares an update source (Dan0sz/posts-by-tag), so updates arrive through the plugin's own updater.
Readme
Posts By Tag for WordPress
This is a simple plugin, inspired by the original Posts By Tag by Sudar Muthu, but much simpler.
It uses the same shortcode (posts-by-tag) and has the same configurable parameters, but it has no settings screen and no other configurational options.
Usage
[posts-by-tag order_by="date" order="asc" count="5" tag="electronics"]
order_by: can contain any valid value used in theWP_Queryorderbyparameter.order: eitherASCorDESC.count: the number of posts to show.tag: the tag to show posts for.
Read the full README on GitHub →