We'll create fresh WordPress site with Simple News and Slider installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Simple News List and Slider for show news archives, news slider and thumbnails.
Its work with Gutenberg shortcode block also.
Please make sure that Permalink link should not be “/news” Otherwise all your news will go to archive page. You can give it other name like “/ournews, /latestnews etc”**
As this pluign is created with custom post type, you can now add Gutenberg editor support for the plugin for writing the news post. For that we have added apply_filters. For more details please check plugin FAQ section.
apply_filters( 'nwowls_news_registered_post_type_args', $news_args );
Now you can Display news post with the help of short code :
[news_slider ]
Display News with Grid:
[news_slider type="list"]
Display News with Slider:
[news_slider type="slider"]
Also you can Display the news post with Multiple categories wise
Demo news :
[news_slider category="category_id"]
Test news
[news_slider category="category_id"]
Setting for slider and news list
Comments for the news
Template code :
<?php echo do_shortcode('[news_slider]'); ?>
The plugin adds a News tab to your admin menu, which allows you to enter news items just as you would regular posts.
If you are getting any kind of problum with news page means your are not able to see all news items then please remodify your permalinks Structure for example
first select “Default” and save then again select “Custom Structure ” and save.
[news_slider]
or [news_slider type="list"]
and Slider [news_slider type="slider"]
Sports news [news_slider category="category_id"]