Post Table Shortcode archived
Provides a Wordpress shortcode for including a simple table of posts
by vena · github.com/cumulus-digital/wp-post-table-shortcode · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/cumulus-digital/wp-post-table-shortcode/archive/refs/heads/main.zipDeclares an update source (https://github.com/cumulus-digital/wp-post-table-shortcode), so updates arrive through the plugin's own updater.
Readme
ARCHIVED. Now part of 00-wp-cumulus-tools.
Provides a shortcode for inserting a simple table of posts.
Attributes:
- category - category slug to include posts from
- tag - tag slug to include posts from
- order - order direction
- orderby - order attribute
- before - date query before
- after - date query after
- max - maximum posts to load, default -1
- date_format - display format for pub dates
- add_class - add a custom class to the figure wrapper
See WP_Query for attribute details.