While I was proud of myself for being an early adopter of Custom Post Types when I used them on the Body Connection Spa web site, it annoyed me that I could not get custom columns to work in the admin area. This annoyed me for almost a year when I finally hunted down a solution – changing dashes to underscores in the CPT’s internal name.
Website Development
WooCommerce multi quantity or volume discount
Read how to programmatically apply a coupon/discount code to a WooCommerce shopping cart when a certain quantity of a specific product is added to the shopping cart.
Finally solved a Zeus web server rewrite.script issue
I normally dread the request to get rid of index.php from the url of sites hosted by Register365 on Zeus web server but this time I had some success.
Easily add debug information to your WordPress header
Using a WordPress action you can include PHP global variables in your html without having to modify any theme files.
Adding keywords to your WordPress menu
Yet another WordPress filter provided the ability to use a regular expression to add to the title parameter of the WordPress menus. Potentially good for SEO.
Enhancing Display Posts Shortcode plugin
At Sun Microsystems I enjoyed submitting build fixes to the GNOME community. And I got a nerdy thrill seeing my name in the ChangeLog files. After using the Display Posts Shortcode in the 4tec site, I submitted a patch to enhance that plugin.