Provides advanced recent posts widget,you can display it with thumbnails, excerpt, date, author, comment count and more.
Due to WordPress 5.8 major update for Widgets, if you want to use this plugin, you must use WordPress 5.8.x
Smart recent posts widget provides flexible and highly customizable recent posts widget. Allows you to display a list of the most recent posts with thumbnail, excerpt, date, author, comment count also you can display it from all or specific or multiple categories or tags, post types and much more!
Using the widget is super easy with clear inline information. It provides a lot of options to fit your needs, need more option? Please ask on Support forum.
There are 3 style you can choose:
Default
This is just a basic style, the posts list style follow your theme stylesheet.
Classic
Classic style is a basic style with some little improvement, it adds a nice border bottom to each list to seperate them and change the font color and size of the post meta and excerpt. This style works with whatever setting you choose, either small thumbnail or big thumbnail with centered position.
Modern
Modern style adds a nice opacity to the thumbnail and display the title on the corner of the thumbnail. This style only works perfectly with some condition, if you want to get the best result please follow below steps:
Please open the Screenshot tab above to see the style design.
Through Dashboard
Installing Via FTP
You can use srpw_default_query_arguments
to filter it. Example:
add_filter( 'srpw_default_query_arguments', 'your_custom_function' ); function your_custom_function( $args ) { $args['posts_per_page'] = 10; // Changing the number of posts to show. return $args; }
Post excerpt now comes with filter to easily dev to change/customize it. apply_filters( 'srpw_excerpt', get_the_excerpt() )
Did you installed any Post or Post Type Order? Please try to deactivate it and try again the ordering.
Your theme needs to support Post Thumbnail, please go to https://codex.wordpress.org/Post_Thumbnails to read more info and how to activate it in your theme.
Default arguments
srpw_default_args
Post excerpt
srpw_excerpt
Post markup
srpw_markup
Post query arguments
srpw_default_query_arguments
Due to WordPress 5.8 major update for Widgets, if you want to (continue) use this plugin, you must use WordPress 5.8.x