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

read more


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