While developing my website I frequently got warnings. When WordPress tries to access the property slug of an object that doesn’t exist (is null), it throws the following (or similar) warning: This usually happens when a menu, a snippet or other piece of code references a category that no longer exist. This means somewhere in […]
Add action button in WordPress code editor toolbar
Most of my website posts that include code use syntaxhighlighter to nicely format code. Unfortunately, you have to manually tag the piece of text as code. I thought it would be nice to have one or more buttons in the classical editor toolbar that will automatically surround the code with needed tags to be displayed […]
Home improvements
I’ve been quite busy the past few weeks doing improvements to this blog. I have used the twenty-ten WordPress theme that I was never very happy with. Not a big deal, anyway. The content is much more important. But the biggest complaint that I had was with an endless list of plugins that I installed […]
Using arrays of checkboxes to store and retrieve WordPress options
I am into a complex task: for some time I’ve wanted to update the theme of this site and make it more versatile. Despite my obvious lack of time, the content is increasing steadily, so is the number of visitors, and I feel more and more often the need to structure better all these posts […]
Redesigning the blog
I decided a need a new theme for this blog. Rolled my sleeves and started to work.