WISVCH WordPress Enhancements
Adds custom post types, widgets and user portal.
★ 0stars
0forks
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/wisvch/wisvch-wordpress-plugin/archive/refs/heads/master.zipWordPress plugin for W.I.S.V. 'Christiaan Huygens', carefully crafted by the W3Cie.
Installation
- Install WordPress
- Clone this repository inside
wp-content/plugins - Install dependencies of this repo via
bower install - Log into WordPress, go to
Plugins > Installed Pluginsand activateWISVCH WordPress Enhancements. - Set the following PHP environment variables:
DIENST2_API_URLandDIENST2_API_TOKEN. - Start coding!
Usage
To fully enjoy this plugin, install the accompanying WordPress theme.
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request