{"id":50140613,"url":"https://github.com/thisismyurl/easy-recent-posts","last_synced_at":"2026-05-29T03:01:45.962Z","repository":{"id":355729268,"uuid":"1229311968","full_name":"thisismyurl/easy-recent-posts","owner":"thisismyurl","description":"Display recent posts with widget + shortcode. Supports featured images, excerpts, nofollow. WordPress 6.0+, PHP 7.4+.","archived":false,"fork":false,"pushed_at":"2026-05-24T00:08:32.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T01:22:28.458Z","etag":null,"topics":["recent-posts","shortcode","widget","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thisismyurl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-04T23:15:54.000Z","updated_at":"2026-05-24T00:08:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/thisismyurl/easy-recent-posts","commit_stats":null,"previous_names":["thisismyurl/easy-recent-posts"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thisismyurl/easy-recent-posts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-recent-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-recent-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-recent-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-recent-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thisismyurl","download_url":"https://codeload.github.com/thisismyurl/easy-recent-posts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisismyurl%2Feasy-recent-posts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33634611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["recent-posts","shortcode","widget","wordpress","wordpress-plugin"],"created_at":"2026-05-24T01:03:37.721Z","updated_at":"2026-05-29T03:01:45.957Z","avatar_url":"https://github.com/thisismyurl.png","language":"PHP","funding_links":["https://github.com/sponsors/thisismyurl"],"categories":[],"sub_categories":[],"readme":"# This Is My URL - Easy Recent Posts\n\n[![WordPress](https://img.shields.io/badge/WordPress-6.0%2B-blue)](https://wordpress.org/plugins/easy-recent-posts/) [![License](https://img.shields.io/badge/License-GPL--2.0-blue)](LICENSE)\n\nDisplay your most recent posts with a widget or shortcode. Supports featured images, excerpts, and `rel=\"nofollow\"`. No external services required.\n\n## Features\n\n- Widget and `[thisismyurl_easy_recent_posts]` shortcode\n- Optional featured images, excerpts, and `rel=\"nofollow\"` support\n- Multilingual: English, German, French (France), and French (Canada)\n- No external API calls\n\n## Requirements\n\n- WordPress 6.0 or higher\n- PHP 7.4 or higher\n\n## Installation\n\n1. Upload to `/wp-content/plugins/easy-recent-posts/`.\n2. Activate through **Plugins › Installed Plugins**.\n3. Add the **Easy Recent Posts** widget to a sidebar, or use the shortcode in any post or page.\n\n## Shortcode\n\n```\n[thisismyurl_easy_recent_posts]\n```\n\n## Architecture\n\nThe plugin registers its lifecycle hooks directly in the main class and no longer relies on the legacy `thisismyurl-common.php` inheritance layer.\n\n## Template tag\n\n```php\n\u003c?php thisismyurl_easy_recent_posts(); ?\u003e\n```\n\n## Changelog\n\nSee [releases](../../releases) or [readme.txt](readme.txt).\n\n---\n\n## Support and donations\n\nI 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.\n\nIf one of them saves you time, here are the genuine ways to help:\n\n- **Sponsor the work.** [GitHub Sponsors](https://github.com/sponsors/thisismyurl) 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.\n- **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](CONTRIBUTING.md) to get started.\n- **Share it.** A note on [WordPress.org](https://profiles.wordpress.org/thisismyurl/), [GitHub](https://github.com/thisismyurl), or [LinkedIn](https://linkedin.com/in/thisismyurl) helps other people find work that might save them the same afternoon.\n\n### Report issues and questions\n\n- **Found a bug or want a feature?** Open an issue on the [Issues](../../issues) tab. Include your WordPress and PHP versions and the steps to reproduce it.\n- **Have a question?** Start a thread on the [Discussions](../../discussions) tab.\n\n### Contributing code\n\nCode contributions are welcome. The short version:\n\n1. Fork the repository and clone your fork.\n2. Create a branch with a clear name, like `feature/short-descriptive-name`.\n3. Make your change and test it against the edge cases.\n4. Run the coding-standards check before you open the pull request.\n5. Open a pull request that explains what changed and why.\n\nThe full workflow and standards live in [CONTRIBUTING.md](CONTRIBUTING.md). Contributing is never required, but it is always appreciated.\n\n## About This Is My URL\n\nThis plugin is built and maintained by [This Is My URL](https://thisismyurl.com/), 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.\n\n### My background\n\n- On the web since 1996, and in WordPress since 2007\n- WordPress.org plugin developer with 19 plugins published since 2009\n- Technical SEO practitioner focused on performance, security, and search visibility\n- Lead instructor and curriculum architect at the M.L. Campbell Training Center, the Sherwin-Williams® international training facility for its industrial wood division\n\n### Ways to connect\n\n- **Website:** [thisismyurl.com](https://thisismyurl.com/)\n- **WordPress.org:** [profiles.wordpress.org/thisismyurl](https://profiles.wordpress.org/thisismyurl/)\n- **GitHub:** [github.com/thisismyurl](https://github.com/thisismyurl)\n- **LinkedIn:** [linkedin.com/in/thisismyurl](https://linkedin.com/in/thisismyurl)\n\n## Contributors\n\n- **Christopher Ross** ([@thisismyurl](https://github.com/thisismyurl)) — author and maintainer\n- Thanks to everyone who has reported issues, tested edge cases, and contributed code\n\n## License\n\nGPL-2.0-or-later — see [LICENSE](LICENSE) or [gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html).\n\n---\n*This project follows the [10 Core Pillars](PILLARS.md). Support quality work [here](https://github.com/sponsors/thisismyurl).*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisismyurl%2Feasy-recent-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisismyurl%2Feasy-recent-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisismyurl%2Feasy-recent-posts/lists"}