wp_get_archives
-
I want to have a list of all the articles.
I can use :
<p><?php wp_get_archives(‘type=postbypost&limit=500’); ?></p>
It seem that I can not get more than than 500 items. If I dont limit it at 500 it dont work. Why?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘wp_get_archives’ is closed to new replies.