ClassicPress Plugins Available From azurecurve | Development in 2023: Code

ClassicPressIn 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 7th plugin is Code.

Code
Set of shortcodes which can be used for manual syntax highlighting of code:

  • `formatcode` adds pre and span tags
  • `copyright` displays user defined copyright message
  • `highlight` highlights text
  • `sqlblue`
  • `sqlred`
  • `sqlgrey`
  • `sqlgreen`
  • `sqlpink`
  • `phpgrey`
  • `phpblue`
  • `phpgreen`

This plugin is multisite compatible; each site will need settings to be configured in the admin dashboard.

Continue reading “ClassicPress Plugins Available From azurecurve | Development in 2023: Code”