Sometimes I receive some wierd request regarding WordPress blog customization. This time a client wanted to password protected the entire blog and not specific post. Basically, you can use Apache User Authentication but there’s another way to do this in WordPress.
Simply, add the below code in your theme header.php template file before the HTML start [...]
This is a modified version of del.icio.us widget by Automattic. The widget is bundled together with WordPress Widgets plugin.
Some changes that I’ve made:
Using WordPress’s built-in RSS handlers instead of JSON.
Now rendered with Microformat xFolk.
Choose number of item to be displayed using drop down menu.
By default it will display all public items tagged as wordpress [...]
Is it just me or there’s something wrong with Justin’s voice? Anyhoo, it’s worth to check out Sexyback music video. Don’t forget to check the slide show.
I’ve been playing with Sandbox theme and WordPress Widgets this past week. I kind of like the idea where every customization is done without touching the theme code base. By using the available WordPress API hooks, let’s play with Gravatar.
Get our hands dirty
Below is the same code that I use to add Gravatar here. If [...]
I just noticed that Crazy Egg stop collecting my blog stats a while ago. It’s my fault because I switched my theme and forgot to embed the Crazy Egg codes back.
As a result, I’ve made a WordPress plugin so that the codes will be automatically added to my theme. With a condition that the [...]