WP Manifestindependent plugin directory
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.zip

Code 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

  1. Download zip file or clone project repo to WordPress plugins folder (wp-content/plugins/).
  2. Activate plugin in WP Admin Panel.
  3. Provide a domain address in the Pet Adoption options under the Settings menu (http://pets.codefororlando.com or https://pet-adoption-server.herokuapp.com should work).
  4. Place Shortcode [petadoption] on page, post, etc. to render the plugin.

Development

  • kdev-utils provides easy compilation of javascript, stylus, and pug/jade files.
    • you can can read more about how it works on its github repo
    • gulp --tasks shows a list of all possible tasks, but you'll probably only want to use:
      • gulp build-webpack - bundles and minifies javascript
      • gulp sass - compiles sass to css
      • gulp pug-php - compiles admin/pug/*.pug and public/pug/*.pug files
      • gulp pug-ejs - compiles public/javascript/modules/views/html/*.pug files to .ejs files