Category: Snippets
How to: List of scheduled posts
Just a variation of the wordpress loop for this snippet. Pretty easy to implement. Just paste the following code anywhere in your template, where you want the list to be… read more
Display All Subpages in Sidebar
The cleanest way to display a list of subpages in your theme is the following.
First you have to add a piece of code in the functions.php file of your theme
<?php // past
Setup Wordpress using shell
If you don’t want to wait for your ftp client to upload all these wordpress files, and you have shell access to your web server, then it’s easy and fast to set… read more
How to add Google Buzz Share button
Google Buzz is the new extension of the Gmail platform, allowing users to share photos, status updates, links etc. So as the potential growth of this project is big, due… read more
Exclude Category from Main Loop
It comes a time where we want to have content (in a specific category) that will not be displayed in the main loop of our home page, our archives etc.
The only line you have t… read more
Bulk date change for wordpress posts
There was a time when a client contacted me and asked me if it possible to change the dates of his posts. Before half a year i created for him a registry for product specific… read more
Inside the loop: Style posts differently
In many sites (like this one) we want multiple loops in our home page (mostly). We can achive that easily. But what happens when we want the first post of our loop to become… read more
7 New things coming with Wordpress 3.0
Default Theme
Let’s begin with something that waited to be updated a lot of time. The default theme. Wave goodbye to Kubrick and say hello to 2010. Rumors say that… read more
PollDaddy redesigned
PollDaddy, the polling service that integrates perfectly with Wordpress, and the one that bought by Automatic on October 15th, 2008, has finally redesigned.
Rich re… read more
Wordpress 2.9.2 released
Today, and after an alert about thrashed posts being viewable from logged in users (not post authors), we have a new security update. Webmasters of sites that have untr… read more
Menu Management in Wordpress 3.0
Today, we’ve read from the WPtavern and the wp-ui mailing list, that the next major update of wordpress, will incorporate one killer feature: Menu Management a… read more


