Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeherve/posts-on-this-day
WordPress plugin to display a list of posts published "on this day" in years past, in a widget. A good little bit of nostalgia for your blog.
https://github.com/jeherve/posts-on-this-day
wordpress wordpress-plugin
Last synced: 4 months ago
JSON representation
WordPress plugin to display a list of posts published "on this day" in years past, in a widget. A good little bit of nostalgia for your blog.
- Host: GitHub
- URL: https://github.com/jeherve/posts-on-this-day
- Owner: jeherve
- License: other
- Created: 2021-03-07T13:27:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T07:40:03.000Z (4 months ago)
- Last Synced: 2024-10-17T22:58:31.866Z (4 months ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/posts-on-this-day/
- Size: 1.64 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![]()
Posts On This Day
WordPress plugin to display a list of posts published "on this day" in years past, in a widget. A good little bit of nostalgia for your blog.
If you're familiar with services like Google Photos, TimeHop, or even Facebook Memories, you most likely enjoyed getting little reminders of what happened in your life in years past. This little widget brings this feature to your WordPRess site.
This plugin is also what you could call "a feat of over-engineering". :) As you'll see if you browse this GitHub repository, you'll find that this simple widget uses dependencies that would not typically be needed for a simple widget. That's mostly because this plugin is als a playground for me, it allows me to play with tools I want to experiment with. So... It works well, but don't be surprised that there is so much under the hood for a simple widget. :)
## Install
You can get that plugin on your WordPress site by going to Plugins > Add New and searching for "Posts On This Day". You can also [find the plugin in the WordPress.org plugin directory](https://wordpress.org/plugins/posts-on-this-day/).
To install it from this GitHub repo, clone the repo in your plugin's directory (usually `wp-content/plugins`), and build it with `composer install`.
## Contribute
I'll be super happy to see any PRs and suggestions for improvements! [Check the contributing guide here](.github/CONTRIBUTING.md) to send in your first contribution.
## Translate
Since the plugin lives in the WordPress.org plugin directory, you can [submit translations for your own language here](https://translate.wordpress.org/projects/wp-plugins/posts-on-this-day/).
## Screenshots
### Widget Settings
![Widget Settings](.wordpress-org/screenshot-1.png)
## Built with
- [Jetpack Autoloader](https://github.com/Automattic/Jetpack-autoloader) - A custom autoloader for Composer.
- [Jetpack Coding Standards](https://github.com/Automattic/Jetpack-codesniffer) - phpcs sniffs based off WP Core and some additions used by the Jetpack plugin.
- [WorDBless](https://github.com/automattic/wordbless) - use WordPress core functions in your PHPUnit tests without having to set up a database and the whole WordPress environment.
- Banner image - [rirri01](https://unsplash.com/@rirri01).And more. See `composer.json` to find out more.
## License
Jetpack is licensed under [GNU General Public License v2 (or later)](./license.txt).