It’s been a while since we have had any time to sit down and blog about anything, but we have found a little bit of time this friday morning to take a look back at some of or favourite articles from the past week, as well as a little musical treat at the end to [...]
How to stop WordPress removing line breaks
We’ve all had these problems working with WordPress as designers where you are trying to format an article or something for a client and have everything lined up perfectly, publish the article, only to find out that WordPress has removed all your manual line-breaks! Fortunately there is a pretty simple fix, I had to edit [...]
Find & Replace in MySQL
Somewhere between the backing-up and restoration of a clients MySQL WordPress database we picked up some strange characters. Rather than having to go through by hand to edit them out, we used a nice SQL snippet to do a full-database search and replace. update [table_name] set [field_name] = replace([field_name],’[string_to_find]‘,’[string_to_replace]‘); So in this case, to get [...]


