Generally new to WordPress & php but very excited about it!
Good with XHTML/CSS.
Trying to make an announcement section on the homepage more dynamic. I created a category called "announcements" and I want a small section on the homepage to be updated with the 1 most recent post under "announcements" category.
Currently I just have:
<?php include(TEMPLATEPATH.'/announcement.txt'); ?>
That's work for now but I want to give my client the control to update it. I don't know how to get it to do what I want it to. I have searched the forums/codex but I'm not looking for the right keywords I think.
Here's the site (under development)
http://www.achildssong.com/2010/
This is my first theme and I've built it with Kubric as a starting point.
Can someone point me in the right direction?? Is there a plugin that will work for this?
Is there a way to do this?