Search Results for: wordpress
How to Add Widgets to your WordPress Themes
Adding widgets to a WordPress theme is a fantastic way to make things really easy to customise for the people ...
Just Added Twitters @Anywhere to Binary Moon
Thanks to some pointers from Matt at Webmaster Source I now have Twitter @Anywhere functionality on Binary Moon.
If you post a comment ...
How to Build the Perfect WordPress Sitemap
I was recently asked how I built the sitemap on Binary Moon so I thought I would share the code. The sitemap layout is actually one of the many ...
Using cURL to Read the Contents of a Web Page
Recently I wrote about how to use the Yahoo! weather api with WordPress and in the comments I was asked how to use it without relying on WordPress. The ...
WordPress Caching, Part 1: The Basics
Caching (on the internet) is the act of storing computationally expensive calculations in a way that can be recovered very quickly with the smallest possible impact on the server.
Or, in ...
10 WordPress query_posts tips you probably don’t know
I have written a really brief query_post tutorial before, and it did quite well, but both WordPress and my own skills, have advanced considerably since then. So I ...
Quick and Easy Popular Posts for Your WordPress Blog – in Only 1 Line of Code
Adding a list of popular posts to your website is a great way to increase user engagement on your site. It shows your readers what people are reading and interacting ...
Using the Yahoo Weather API (in your WordPress themes)
When developing our Hyperlocal WordPress theme called The Local Darren came up with the idea of adding the local weather to the themes header. After a bit of research ...