pulling an archive list by category name
-
Hiya,
I was just wondering if someone could tell me what I’m doing wrong here. I’d like to pull a limited list of posts from a category by name. This is being displayed on a static front page in a little 3 column bottom item:
<?php wp_get_archives('title_li=&type=postbypost&category_name=video&limit=5'); ?>
I figured category_name would work, as it works for a loop query…but apparently not. ??
Suggestions? I’m sure i’m just missing something obvious.
Thanks!
_n
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘pulling an archive list by category name’ is closed to new replies.