Description
Let’s face it: WordPress’ default Recent Posts widget does the job as promised but it’s not very flexible. Things like excluding certain entries from the list or displaying recent posts by category can’t be done with the stock Recent Posts widget. Therefore, let me introduce Recently.
Recently is a WordPress widget that displays your site’s most recent posts. And it doesn’t stop there:
Main Features
- Thumbnails support! (see the FAQ section for technical requirements).
- Use your own layout! Control how your recent posts are shown on your theme.
- Custom Post-type support. Wanna show other stuff than just posts and pages?
- Categories, tags, and custom taxonomies support!
- WordPress Popular Posts / WP-PostViews / Top 10 support: display the number of page views of your posts!
- Polylang/WPML support!
- WP-PostRatings support. Show your visitors how your readers are rating your posts!
- WordPress Multisite support!
Installation
Please make sure your site meets the minimum requirements before proceeding.
Automatic installation
- Log in into your WordPress dashboard.
- Go to Plugins > Add New.
- In the “Search Plugins” field, type in Recently and hit Enter.
- Find the plugin in the search results list and click on the “Install Now” button.
Manual installation
- Download the plugin and extract its contents.
- Upload the
recently
folder to the/wp-content/plugins/
directory. - Activate the Recently plugin through the “Plugins” menu in WordPress.
Done! What’s next?
- Go to Appearance > Widgets, drag the Recently widget onto your sidebar, configure it, and when you’re done click on Save.
- If you have a caching plugin installed on your site, flush its cache now. Then, go to Settings > Recently and enable the Ajaxify widget feature.
That’s it!
FAQ
The FAQ section has been moved here.
Reviews
Contributors & Developers
“Recently” is open source software. The following people have contributed to this plugin.
Contributors“Recently” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Recently” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.1.0
If you’re using a caching plugin, flushing its cache after installing/upgrading to this version is highly recommended.
- Recently will fetch its ajaxified widgets via the REST API now for faster performance.
- Adds filter hook to customize query args per widget instance:
recently_pre_get_posts
(documentation) - Adds filter hook to parse custom Content Tags:
recently_parse_custom_content_tags
(documentation). - Improves compatibility with Cloudflare’s Rocket Loader.
- Drops included language files in favor for language packs downloaded automatically by WordPress.
- Minor bug fixes and improvements.
See the Release Notes for more details.