Rats in a cage.

Power corrupts. Absolute power corrupts absolutely. We know these ideas, but rarely see them in action. When we have a genuine social problem, Covid, power needs to be used. Action has to be taken, and people need to be managed.  There is a new truism that we...

Left and Right Margins

There is a weakness to the Twenty Seventeen Theme that we will address here. Generally, there is a lot of wasted space on Posts and Page in the left and right margins. In this example from my website https://opensourcegathering.net.nz/07-pacific-link/, you can see...

Divi: Posts & Cateogories

Creating a Category Theme Template. Section -> Full Width HeaderSection -> Row -> Column -> Text (as a header) & Blog (for a category) [Edit as needed] Useful Code. Blog Preview on Large Screens Had an issue using “Blog Settings”, where I naturally had...

Divi: Code Snippets

All these snippets go in to the Dashboard -> Appearance -> Customize -> Additional CSS. Greater gap between Menu Items .et-l–header .et-menu-nav>ul>li { padding: 0 30px!important; } Adjust the 30px to what you want. Make Post Section Transparent...

cPanel CLI

If you are ever using a cPanel server, here are some one-liners for the Command Line Interface. Over Use of CPUs Too many php-fpm requests sudo netstat -an|grep :443|cut -d”:” -f2|sort|uniq -c or sudo netstat -an|grep :80|cut -d”:”...