30 Creative and Neglected Ways to Increase Traffic to Your WordPress Site

Are you like me and always have one eye on your website’s traffic stats? Whether your site is personal or for business, more traffic leads to more exposure. And that means more revenue. So it’s understandable why I’m obsessed with my site’s stats, right? In fact, I’m sure you’ve already realized how important it is to have a consistent flow of …

Introducing… The Academy!

Say g’day to the all new Academy, where expert entrepreneurs, developers, educators and authors will provide our members with intensive, illuminating and top quality courses in all things WordPress. Enrol in The Academy for FREE today >> Oh, and it’s completely free for WPMU DEV members too!!! You know, I’ve wanted to have this on the site for absolutely ages so …

An Introduction to Object-Oriented Code for WordPress Plugins

Object-oriented programming can be difficult to wrap your head around but is important to learn and understand if you want to grow your skills in plugin development. Last year, I wrote about using object-oriented programming (OOP) in plugins through a specific example. Since that article contained a lot of advanced code, I thought it would be a good idea to write …

Hacked? How to Get Back Into the WordPress Admin

So your website has been hacked and you can’t log in, no matter what username and password combination you try. Fortunately, you’re not completely screwed – your database offers a convenient backdoor to help you regain access. If you find that your site has been hacked, or you’ve simply forgotten your password and the admin email for your account is …

Is Replacing Default WordPress Scripts Like jQuery a Good Idea? (and How to Do It)

WordPress comes with a whole bunch of default scripts out-of-the-box that you can take advantage of to power your themes and plugins. jQuery is one commonly used script, as is TinyMCE. But what if you want to replace a built-in script with your own? We recently looked at how to add jQuery scripts properly to your install. WordPress uses the same mechanism …