Blog code and general code release note system

February 22nd, 2025 – 8:19 pm
Tagged as: Computing Notes

Today’s site updates including removing the RSS feed links. Kinsta provided source code.1  The code for functions.php to remove it is: remove_action( ‘wp_head’, ‘feed_links_extra’, 3 ); remove_action( ‘wp_head’, ‘feed_links’, 2 ); Kinsta also provided another very useful function2 and that was one that removed the various update notifications in the dashboard. function kinsta_hide_update_nag() { remove_action( [...]

Simon Says and use Mojeek

June 26th, 2024 – 4:16 am
Tagged as: History notes

The Simon Says blog has been online for a long time. Here is an entry from 2008 about ripping CDs on a Mac.  In a way this site shows what is wrong with the web.  Twenty years ago blogs and websites had favorites and blog rolls.  Through this people discovered many great sites.  Around 2012 [...]