/elderjs-plugin-wp

Just a proof of concept, not maintained currently. Collaborators,maintainers are welcome.

Primary LanguageJavaScriptMIT LicenseMIT

npm

Elder.js Plugin: Wordpress Plugin

This plugin provides an easy wordpress integration for Elder.js using the WP-API npm package.

Install

npm i -s elderjs-plugin-wp
yarn add elderjs-plugin-wp

Config

Once installed, open your elder.config.js and configure the plugin by adding 'elder-plugin-wp' to your plugin object.

plugins: {

  'elderjs-plugin-wp': {
    ... your plugin options
  },

}