Rpi Newsletter
RPI Newsletter Plugin for Newsletter Mainserver
by reintanz · github.com/rpi-virtuell/rpi-newsletter · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/rpi-virtuell/rpi-newsletter/archive/refs/heads/main.zipReadme
Rpi Newsletter Plugin
Description
The Rpi Newsletter Plugin is designed for the RPI Newsletter Mainserver. It provides functionality for importing and managing newsletter posts within a WordPress site.
Table of Contents
Installation
- Download the plugin from the GitHub repository.
- Upload the plugin files to the
/wp-content/plugins/rpi-newsletterdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the 'Plugins' screen in WordPress.
Usage
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.
Configuration
Setting up API URLs
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.
Adding Custom Columns
The plugin adds custom columns to the post types instanz and newsletter-post. These columns display specific terms associated with each post.
Redirecting Posts
Posts can be redirected to their original source by setting the import_link meta field.
Contributing
We welcome contributions to the Rpi Newsletter Plugin! To contribute:
- Fork the repository on GitHub.
- Create a new branch from
mainfor your feature or bug fix. - Commit your changes with clear descriptions.
- Create a pull request to merge your changes back into the
mainbranch.
License
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.