Forums
(@midweek)
15 years ago
Sussed it by querying the ID of the category “Events” (in my case ID 18):
<?php query_posts(‘cat=18’); ?>
I ended up using: the “WP Pending Post Notifier” plug-in.
Seems to do the job
Thanks