Work at the moment seems to be all about WordPress. And when you start using wp as the CMS of the site and not just the blog platform it gets a bit more complicated. Before I use to take the default theme, tweak it a bit and get pretty much what I wanted. But befoore what I wanted was very, very, very…simple.
Now that I’ve tasted at the core of WordPress more deeply I start to get new exciting ideas. But with ideas come problems. How do I do this? What the hell is this function supposed to return? What I’ve learn as well is to stop googleling for what I want to do but rather search it on the Codex.
The codex for those who don’t know yet is a vast knowledge base, built around a wiki, about WordPress. You will find there functions references, examples, descriptions and all sort of weird things like triple loops and others.
I am not saying google sucks, but with the current development speed in WordPress you usually end up reading articles outdated using deprecated functions and obsolete methods. My advice is try the codex first and then if you’re unlucky ask your best friend Google.












Thank you for this information.