Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed May 25, 2022
1 parent 610bdde commit ce2273f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# TMS (Tampere Multisite) WordPress Plugin Boilerplate
# TMS (Tampere Multisite) WordPress Plugin News importer

This WordPress plugin fetches and imports news from tampere.fi. It creates a new Cron instance on init and calls it's hooks for scheduling news import twice a day. News are imported first to the main site of the network by WP Oopi plugin. After that news are imported or updated on their defined target sites.

## Prerequisites/requirements

* [OOPI WordPress plugin](https://github.com/devgeniem/wp-oopi)

## Manually fetch and import news


With the WP-CLI:

```
wp news import
```

0 comments on commit ce2273f

Please sign in to comment.