Hello there!
I am trying to make a "Recent Articles" section on my website, http://www.izzerg.net.
I'm using the following code:
- <?php get_archives('postbypost','4','custom','
- ',' '); ?>
It works just fine, but I don't want it to display certain categories. Is there a way to do this?
Thanks in advanced!
-Matt