Currently browsing category

Wordpress

wp_stored_proc

WordPress and Stored Procedures

Those of us who despise having MySql (or any other SQL) queries with multi-level (and other ugly variations) of sub-queries in DB interaction code go to some lengths to optimize the said interactions. Occasionally, a stored procedure is the better of available options to achieve an optimal result (see a …

wp2010

More WordPress – make header image clickable

Another common issue seems to be making the header image clickable once you’ve managed to remove that mess of a clickable title that was cramping your style. A whole bunch of solutions are simple enough but require for you to edit the header.php file – which is a pretty bad idea if …