Development

When testing and doing developing of the plugin, we suggest you do this locally and do not hook up a subscription. Instead sync news items and they will appear in the wp_posts table of the database. This should give you enough examples to work with when designing the public facing view.

Tags

All news items comes with tags of our taxonomy, which ends up in wp_terms. The tags are equivalent to the tags information found under Models > News Item > Properties section.

Last updated