Custom wp_get_archives()
-
Hello !
I’m using the
wp_get_archives()
function on my website, I have one question regarding that.I need to exclude some categories of this request, I read the Codex about this function and I couldn’t find the tips.
I’m using :
<?php wp_get_archives('type=postbypost&limit=6&format=custom&before=<li>&after=</li>'); ?>
So, could you please tell how can I exclude some categories ID of this list ?
Thx !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom wp_get_archives()’ is closed to new replies.