manifest / integrations / petadoption-wordpress
Pet Adoption Orlando
This is a short description of what the plugin does. It's displayed in the WordPress admin area.
by Louis · github.com/cforlando/petadoption-wordpress · website
★ 6stars
5forks
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/cforlando/petadoption-wordpress/archive/refs/heads/master.zipCode for Orlando - Pet Adoption Wordpress Plugin
How to install WordPress
Straight from the horse's mouth: The Famous 5-Minute Install
How to install the plugin
- Download zip file or clone project repo to WordPress plugins folder (
wp-content/plugins/). - Activate plugin in WP Admin Panel.
- Provide a domain address in the Pet Adoption options under the Settings menu (
http://pets.codefororlando.comorhttps://pet-adoption-server.herokuapp.comshould work). - Place Shortcode
[petadoption]on page, post, etc. to render the plugin.
Development
kdev-utilsprovides easy compilation of javascript, stylus, and pug/jade files.- you can can read more about how it works on its github repo
gulp --tasksshows a list of all possible tasks, but you'll probably only want to use:gulp build-webpack- bundles and minifies javascriptgulp sass- compiles sass to cssgulp pug-php- compilesadmin/pug/*.pugandpublic/pug/*.pugfilesgulp pug-ejs- compilespublic/javascript/modules/views/html/*.pugfiles to.ejsfiles