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 22nd plugin is Images.
Shortcode to display image in post; add width, alt, caption or error attributes.
Example shortcode:
[image image="http://www.example.com/hello.png" width="550px" alt="Hello World!"]
This plugin is multisite compatible.
Continue reading “ClassicPress Plugins Available From azurecurve | Development in 2023: Images”