As you can see above, I've created a Sticky Posts Hack for WP. It involves three steps:
< ?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.
Leave a Comment
Before leaving a comment, please ensure you have read and understand my comments policy and my privacy policy. Any comment that does not abide by the comment policy will be deleted immediately.