In this series of articles, I am going to introduce each of the plugins I have developed for ClassicPress, a hard-fork of WordPress, which was originally created to provide an alternative, yet compatible, CMS without the Gutenberg block editor.
The 23rd plugin is Insult Generator.
Uses shortcodes which allow a modern or medieval insult to be generated.
This plugin works by providing three shortcodes which can be positioned on a post, page or widget:
moderninsult
when clicked will generate a modern insult displayed using the displayinsult shortcode.medievalinsult
when clicked will generate a medieval insult displayed using the displayinsult shortcode.displayinsult
is used to position the insult generated by one of the insult shortcodes.
This plugin is multisite compatible.
Download
The current release of the plugin can be downloaded from GitHub
More information
More information on this plugin can be found on the azurecurve | Development page for the plugin.