How to change the WordPress database table prefix

A simple guide, to explain how to change the WordPress database table prefix of your WordPress installation from its ‘wp_’ into something else . It is recommended that you change this because all your login details are stored in this database, making it a popular target for hackers. Changing the prefix will make it harder …

Continue reading ‘How to change the WordPress database table prefix’ »

Changing the font size of the ‘Syntaxhighlighter’ plugin

Alex Gorbatchev’s Syntaxhighlighter is a GREAT plugin for posting code samples on your website. I know because I use it on here. My only minor gripe was in the default size of the actual font itself – it was too large for my own preference. Modifying the size is simple, and I’m going to post …

Continue reading ‘Changing the font size of the ‘Syntaxhighlighter’ plugin’ »