This post is a round up of some of useful tutorials and resources I’ve recently found during my wandering around the internet.
Roots WordPress Theme
Roots WordPress Theme – is a good theme for designers to start with that uses HTML5 and CSS3 and is packed to bursting point with extra features.
Beginner’s Guide to WordPress Plugin Development
Beginner’s Guide to WordPress Plugin Development – A really good tutorial for someone who wants to start learning how to make a WordPress plugin.
Crimes Against WordPress
Crimes Against WordPress/ – Really good article with several well thought ‘avoid doing this’ items. I love the title.
10 WordPress Tips to Make Your Blog Look Like a Website (for Beginners)
10 WordPress Tips to Make Your Blog Look Like a Website (for Beginners) – If you are using WordPress to build a static non blog site this article has some great tips.
Huge Compilation of WordPress Code
Huge Compilation of WordPress Code – this page has a load of really handy little “quick wins” of code for WordPress including: Dynamic Title Tags, Display Most Recent Twitter Entry and Display Gravatars (WordPress 2.5+ Only)
Hiding The WordPress Version Number
Hiding The WordPress Version Number – this tutorial covers good ways to hide the WordPress version numbers. My personal opinion is that you should obscure the WP version number. if a hacker knows what version of WordPress you are using it makes it easier for them to research exploits and hacks. Security through Obscurity as some people refer to it. You can’t secure any site 100% but you can do enough, that they go to another easy to hack site.You should of course always keep your WordPress installation updated.
WordPress FTP Data With Constant
WordPress FTP Data With Constant – Fantastic little bit of code which means you don’t have to keep remembering the FTP details. Great if you manage multiple WP sites or you often use internet cafes and don’t want to keep typing in passwords.