Generating a Valid RSS Feed From Scratch in Stdlib Python
Generating a Valid RSS Feed From Scratch in Stdlib Python Every static site generator ships a feed plugin. Until yours…
Generating a Valid RSS Feed From Scratch in Stdlib Python Every static site generator ships a feed plugin. Until yours…
Dozens of plug-ins for the widely used open source web blogging software WordPress are now offline after a backdoor was…
Last week, I wrote about catching a supply chain attack on a WordPress plugin called Widget Logic. A trusted name,…
When I started working on my website, theidioms.com, I wanted visitors to discover different content every time they visited. The…
When I started working on my website, theidioms.com, I wanted visitors to discover different content every time they visited. The…
When I started working on my website, theidioms.com, I wanted visitors to discover different content every time they visited. The…
When I started working on my website, theidioms.com, I wanted visitors to discover different content every time they visited. The…
Introducing EmDash — the spiritual successor to WordPress that solves plugin security2026-04-01Matt “TK” TaylorMatt Kane11 min readThe cost of building…
Your Personal Blog Should Have Comments I will say something not popular. Your blog should have comments. Yes, even in…
One of the (many) depressing things about the “AI” future in which we’re living, is that it exposes just how…
Just got word that the court dismissed several of WP Engine and Silver Lake’s most serious claims — antitrust, monopolization,…
Three years of building no-code software for grassroots political organizationsAugust 31, 2025What is no-code? No-code is primarily a type of…
This PHP script may help if WooCommerce Multilingual product variation quantities are getting out of sync. Basically what it does…
To add custom fields under wordpress general settings without hacking core code use this as example. Of course you can…
Just a small example of how to build custom menu output in WordPress. $menu_args = array(‘menu’ => ‘Main menu’, ‘echo’…
To use wordpress update and install plugins without ftp add following line to wp-config.php. define(‘FS_METHOD’, ‘direct’); Read more about proper…
Ever had a situation where you have given admin right to the client? What usally happens is that client will…
MailChimp List Subscribe Form plugin for WordPress. Can be found https://wordpress.org/extend/plugins/mailchimp/
GeoMashup plugin usage in WordPress template files. <?php echo GeoMashup::map(); ?>
Standard solution for developing WordPress header. SEO friendly and can be copied every time new template is created. <!DOCTYPE html…