Jump to content
Sign in to follow this  
lbhat

Archives page

Recommended Posts

lbhat

How do I get the Archives to show up on a separate page without using plugins?

Share this post


Link to post
Share on other sites
Andrew

You could create a page template and use the `<?php wp_get_archives( $args ); ?>` function. Or create an archive.php page. Why don't you want to use a plugin?

Share this post


Link to post
Share on other sites
lbhat

I already have an Archives page. Do i simply paste the above code in the page under WP Admin?

Share this post


Link to post
Share on other sites
Andrew

no its not that easy, but you can try it. try this: ` <?php get_header(); ?> ...CONTENT... (code) <?php get_footer(); ?> `

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×