Simple News free WordPress plugin
Description
Simple News free WordPress plugin
A very simple news plugin that output news.
(img, title, date, excerpt and link)
News are order by pub date.
A post type “NEWS” is added.
On the options page (WP Settings Menu -> “Simple News”) you can change the image size, and deselect the use of the plugin archive.php (news-archive.php).
Two new Widget areas (Top and Bottom) a printed on the /news page.
A widget that will show your defined number of latest news. Options to filter results by category id and post id.
Shortcodes
Shortcodes
All shortcodes can combines!
* [news]
Number:
* [news number=2]
Offset:
* [news offset=3]
Order:
* [news order=desc] – default
* [news order=asc]
Categories:
* [news cat=1]
* [news cat=1,2,4]
Columns / grid (CSS grid styling):
* [news col=2]
* …
* [news col=5]
* Related (Print this shortcode on the single news sidebar, and it shows news in the same category):
* [news type=related]
Shortcode page design examples
* 2 – 4 grid:
* [news number=2 col=2] [news col=4 offset=2]
2 – 4 grid (only category 3) :
* [news number=2 col=2 cat=3] [news col=4 offset=2 cat=3]