News Block
WordPress Block for embedding COM and UCF Health news articles.
by Stephen Schrauger · github.com/schrauger/news-block · website
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/schrauger/news-block/archive/refs/heads/master.zipReadme
news-block
Adds a Gutenberg block to WordPress that will pull in posts from multiple internal sources.
Once all posts are loaded, it sorts them by date. The resulting block will contain a subset of the posts.
Example: You want to pull in all posts with a specific term from your primary network site, all posts from a second network site within your WordPress multisite, and all posts from a third source via an external rss feed. Add all three sources, then select the number of posts you want to ultimately display. You can also specify a date range.
Development
To modify the plugin, you'll need to install npm on your machine, then run npm install to get all the dependencies. Then run npm run dev, which will run a program that constantly watches the directory for changes and compiles the files when you change the code.
If you modify the scss files, you'll need to use an scss compiler to create the correct css output.
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 1.6.2 | Mar 8, 2024 |
| 1.6.1 | Aug 9, 2023 |
| 1.6.0 | May 31, 2023 |
| 1.5.4 | Nov 21, 2022 |
| 1.5.3 | Nov 21, 2022 |
| 1.5.2 | Nov 17, 2022 |
| 1.5.1 | May 2, 2022 |
| 1.5.0 | Dec 3, 2020 |
| 1.4.6 | Dec 3, 2020 |
| 1.4.5 | Oct 27, 2020 |
| 1.4.4 | Oct 27, 2020 |
| 1.4.3 | Sep 29, 2020 |
| 1.4.2 | Aug 31, 2020 |
| 1.4.1 | Aug 17, 2020 |
| 1.4.0 | Aug 17, 2020 |
| 1.3.1 | Mar 18, 2020 |
| 1.3.0 | Mar 16, 2020 |
| 1.2.2 | Feb 19, 2020 |
| 1.2.1 | Feb 19, 2020 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.