Admin bar not showing

I am developing a new theme from scratch.  Came across an issue where the black admin bar (runs along the top of a site for Administrators) was not displaying.  Turned out that I had wp_head() called from within my header.php file, but did not have wp_footer() called...

How to perform a regex using PHP

Regular expressions are generally not intuitive. Regular expressions in PHP are especially not intuitive. In short, there are some special rules to writing regular expressions using PHP.  Here are some differences: Delimiters // Traditional – no delimiters...

Quick impressions of web editors

See the update in the Recommendation section at the bottom of this article. I have installed and/or used a number of IDEs when editing web-languages, like PHP.  This article lists out what I have tried and my quick thoughts on each.  At the end, I make a current...

Help! My WordPress is corrupted?!

If you ever find yourself in a situation where your website appears hacked, corrupt, or odd – do not despair!  Here are some ideas that you could try to repair, troubleshoot, etc.  Good luck! Repair Database WordPress offers a repair utility, but it is typically...