/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<h2>Archives</h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul>