I want to link all posts in the sidebar, *oldest post first.* is there a parameter for the wp_get_archives() function that will reverse the order from the default (newest first)?
I want to link all posts in the sidebar, *oldest post first.* is there a parameter for the wp_get_archives() function that will reverse the order from the default (newest first)?
Might need a plugin for that...Recent Posts seems to give that ability:
http://wordpress.org/extend/plugins/recent-posts-plugin/
You need the Post Plugin Library for that: http://wordpress.org/extend/plugins/post-plugin-library/
A plugin would be OK I guess. Is there some reference document for standard wp functions (like wp_get_archives) that lists their available parameters? And in what file the source code is? I can't seem to find that one.
wp_get_archives() article in Codex.
Related:
Category:Functions
Category:Template_Tags
Found it, thanks!
You must log in to post.