As you can see above, I've created a Sticky Posts Hack for WP. It involves three steps:
- Download sticky.phps and save it in you WP root directory as sticky.php
- Create a category called "Sticky"
- add the following to your index.php
< ?php if (empty($_GET) ) { include('sticky.php'); } ?>for it to appear only on the main page or< ?php include('sticky.php'); ?>if you want it on all pages.
Now the most recent post that you've put in the category "sticky" will stay at the top of your blog.










very nice. thanx for this hack. chris