Good evening DavidBorrink – I have looked into this issue and really like your solution unfortunately I cannot seem to get it to work. I have created a post, then created a category (homeblock1), and assigned the post to that category. Then in my custom template I have a “banner box” where I want the content from said post to display. Maybe I mistyped something? Syntax error? The code from my template is below. Any help appreciated in advance!
‘<div class=”grid_4″ id=”bucket_green”>
<?php $posts = get_posts( “category=homeblock1&numberposts=1” ); ?>
</div>’
Thanks-Sunny