UCF Post List Shortcode
Provides a shortcode for displaying lists of posts.
by UCF Web Communications · github.com/ucf/ucf-post-list-shortcode
★ 1stars
3forks
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/ucf/ucf-post-list-shortcode/archive/refs/heads/master.zipDeclares an update source (UCF/UCF-Post-List-Shortcode), so updates arrive through the plugin's own updater.
From the readme
UCF Post List Shortcode #
Provides a shortcode for displaying lists of posts.
Description ##
This plugin provides a shortcode for displaying lists of posts. It is written to work out-of-the-box for non-programmers, but is also extensible and customizable for developers.
Support for Advanced Custom Fields relationship fields is also available; e.g. you can query against a list of posts by one or more related posts: [ucf-post-list metakey="yourrelationshipfield" metavalue="related-post-slug-1,related-post-slug-2"]
Installation ##
Manual Installation ###
1. Upload the plugin files (unzipped) to the /wp-content/plugins directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the "Plugins" screen in WordPress
3. Configure plugin settings from the WordPress admin under "Settings UCF Post List".
WP CLI Installation ###
1. $ wp plugin install --activate https://github.com/UCF/UCF-Post-List-Shortcode/archive/master.zip. See WP-CLI Docs for more command options.
2. Configure plugin settings from the WordPress admin under "Settings UCF Post List".
Usage ##
[ucf-post-list]
Generates a basic unordered list of posts, using defaul
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v2.1.2 | Mar 22, 2023 |
| v2.1.1 | Mar 11, 2022 |
| v2.1.0 | Dec 1, 2021 |
| v2.0.8 | Feb 15, 2021 |
| v2.0.7 | Jan 29, 2021 |
| v2.0.6 | Oct 3, 2019 |
| v2.0.5 | Oct 3, 2019 |
| v2.0.4 | Feb 19, 2019 |
| v2.0.3 | Dec 5, 2018 |
| v2.0.2 | Aug 27, 2018 |
| v2.0.1 | Oct 27, 2017 |
| v2.0.0 | Aug 8, 2017 |
| v1.0.0 | Jul 31, 2017 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.