WordPress tips 29 Apr 2023 Custom CSS to individual blocks in the Gutenberg editor Gutenberg is the WordPress editor that was introduced in WordPress 5.0. It is a block-based editor that enables users to create content using blocks s… Read More
WordPress tips 13 Feb 2018 WordPress code highlighting // Crayon C++ #include <iostream> using namespace std; int main() { int a; cout << "1,2 or 3" << endl; cin >> a; } // Enlighte… Read More