Wordpress Archives


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <h2>Archives</h2>
  2. <ul>
  3. <?php wp_get_archives('type=monthly'); ?>
  4. </ul>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.