Junaid
Junaid

Reputation: 1300

Archive Page in Wordpress?

I want to know how to make an archive page like instantshift has made.. link below..

http://www.instantshift.com/archive/

I have made everything but don't know the query to specify the orderly archives listing

Upvotes: 0

Views: 179

Answers (1)

AAA
AAA

Reputation: 2032

I use Viper Bond's Clean Archives for a similar effect: http://www.viper007bond.com/wordpress-plugins/clean-archives-reloaded. I like that the jQuery effect only shows when you activate the plugin in a page.

You could also use <?php wp_get_archives( $args ); ?> as found here: http://codex.wordpress.org/Function_Reference/wp_get_archives

Don't forget to not leave wordpress.stackexchange.com lonely too!

Upvotes: 1

Related Questions