The Rpi Newsletter Plugin is designed for the RPI Newsletter Mainserver. It provides functionality for importing and managing newsletter posts within a WordPress site.
- Download the plugin from the GitHub repository.
- Upload the plugin files to the
/wp-content/plugins/rpi-newsletter
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
Once activated, the plugin will:
- Add custom columns to the newsletter post types.
- Automatically import posts from specified API URLs during a cron job.
- Redirect posts to their original source if a specific meta field is present.
To import posts from external sources, you need to configure the API URLs in the plugin settings. Each instance of the newsletter should have its own set of API URLs.
The plugin adds custom columns to the post types instanz
and newsletter-post
. These columns display specific terms associated with each post.
Posts can be redirected to their original source by setting the import_link
meta field.
We welcome contributions to the Rpi Newsletter Plugin! To contribute:
- Fork the repository on GitHub.
- Create a new branch from
main
for your feature or bug fix. - Commit your changes with clear descriptions.
- Create a pull request to merge your changes back into the
main
branch.
This plugin is licensed under the GPL-2.0-or-later license. For more information, see the LICENSE
file.
For more details and advanced configurations, refer to the plugin documentation.