This plugin let's have some fun! It adds some witty, silly, and thought provoking quips into the content, just to shake up the seriousness of learning code.
It hooks into the event content_adder
event, which is driven by the [content_adder mid=1]
shortcode. Just put this shortcode into the content wherever you want it. And bam, it will deliver one random quip. Yup, it's random. And yup, it inserts right into the content. Awesome goodness.
- Install the Fulcrum, the central custom repository plugin for WordPress.
- Then you can install this plugin.
Installation from GitHub is as simple as cloning the repo onto your local machine. To clone the repo, do the following:
- Using PhpStorm, open your project and navigate to
wp-content/plugins/
. (Or open terminal and navigate there). - Then type:
git clone https://github.com/KnowTheCode/Quips.git
.
Everything is configurable using the configuration files found in the config
folder.
All feedback, bug reports, and pull requests are welcome.