Display your most recent posts with a widget or shortcode. Supports featured images, excerpts, and rel="nofollow". No external services required.
- Widget and
[thisismyurl_easy_recent_posts]shortcode - Optional featured images, excerpts, and
rel="nofollow"support - Multilingual: English, German, French (France), and French (Canada)
- No external API calls
- WordPress 6.0 or higher
- PHP 7.4 or higher
- Upload to
/wp-content/plugins/easy-recent-posts/. - Activate through Plugins › Installed Plugins.
- Add the Easy Recent Posts widget to a sidebar, or use the shortcode in any post or page.
[thisismyurl_easy_recent_posts]
The plugin registers its lifecycle hooks directly in the main class and no longer relies on the legacy thisismyurl-common.php inheritance layer.
<?php thisismyurl_easy_recent_posts(); ?>See releases or readme.txt.
I build these tools because WordPress sites in the wild keep hitting the same problems, and a small, focused plugin is usually the right fix. They're free to use, with no tracking and no ads.
If one of them saves you time, here are the genuine ways to help:
- Sponsor the work. GitHub Sponsors is the simplest way, and the Sponsor button at the top of this repo lists it alongside Bitcoin, Dogecoin, PayPal, and Interac e-transfer. Any amount helps, and none of it is expected.
- Contribute code or ideas. A pull request, a bug report, or a tested edge case is worth as much as a donation. See CONTRIBUTING.md to get started.
- Share it. A note on WordPress.org, GitHub, or LinkedIn helps other people find work that might save them the same afternoon.
- Found a bug or want a feature? Open an issue on the Issues tab. Include your WordPress and PHP versions and the steps to reproduce it.
- Have a question? Start a thread on the Discussions tab.
Code contributions are welcome. The short version:
- Fork the repository and clone your fork.
- Create a branch with a clear name, like
feature/short-descriptive-name. - Make your change and test it against the edge cases.
- Run the coding-standards check before you open the pull request.
- Open a pull request that explains what changed and why.
The full workflow and standards live in CONTRIBUTING.md. Contributing is never required, but it is always appreciated.
This plugin is built and maintained by This Is My URL, the WordPress development and technical SEO practice of Christopher Ross. I help teams build WordPress sites that stay secure, fast, and maintainable, and I write small, focused plugins like this one for the problems those sites keep running into.
- On the web since 1996, and in WordPress since 2007
- WordPress.org plugin developer with 19 plugins published since 2009
- Technical SEO practitioner focused on performance, security, and search visibility
- Lead instructor and curriculum architect at the M.L. Campbell Training Center, the Sherwin-Williams® international training facility for its industrial wood division
- Website: thisismyurl.com
- WordPress.org: profiles.wordpress.org/thisismyurl
- GitHub: github.com/thisismyurl
- LinkedIn: linkedin.com/in/thisismyurl
- Christopher Ross (@thisismyurl) — author and maintainer
- Thanks to everyone who has reported issues, tested edge cases, and contributed code
GPL-2.0-or-later — see LICENSE or gnu.org/licenses/gpl-2.0.html.
This project follows the 10 Core Pillars. Support quality work here.