Simple Function Using wp_remote_get()
There isn’t a good amount of information on wp_remote_get() in the codex so here’s a simple function to explain how it works.
There isn’t a good amount of information on wp_remote_get() in the codex so here’s a simple function to explain how it works.
If you have ever done a search on a WordPress site you have probably noticed that the URL ends up looking something like this: http://your-site.com/?s=searchterm Even if you have set…
I spent a lot of time discussing WordPress 3.1 at last night’s Montreal developer_meetup(), and someone brought up a great point about the new internal linking feature. As it stands,…
When it comes to programming and designing web sites we should all aspire to create sites that conform to current W3C standards. Luckily enough, there is a great tool available…
When WordPress 2.7 came out, there were a lot of new features, most of which probably passed by under your radar. I know I missed a bunch and thankfully, I…