manifest / integrations / dpa-wordpress-plugin
dpa-presseportal-to-wordpress
📖 Parse the press releases from the presseportal.de API and display them in your Wordpress blog automatically
by Johannes Pahle · github.com/itegs/dpa-wordpress-plugin · website
★ 1stars
12release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/itegs/dpa-wordpress-plugin/releases/download/v1.0/dpa-wordpress-plugin.zipFrom the readme
DPA Wordpress plugin
Parse the press releases from the presseportal.de and display them in your Wordpress blog automatically.
frequently read and set:
- title
- content
- date
- tags
- image
- short url
Installation
1. Upload the plugin using the Wordpress plugin uploader
2. Activate the plugin
3. Go to Settings Presseportal Importer
4. Set the following settings:
- Endpoint URL (e.g. https://api.presseportal.de/api/v2/stories/police)
- Key
- set the number of posts per fetch (default: 10)
- set the fetch interval (default: 60 minutes)
- set the article status (default: publish)
- set the author-id (default: 1)
- set activate
5. Save the settings
Based on the dpa-digitalwires-wireq-wordpress-plugin by dpa-newslab.
Read the full README on GitHub →