Title: HTML5 Archives
Last modified: August 20, 2016

---

# HTML5 Archives

 *  [jasondrey13](https://wordpress.org/support/users/jasondrey13/)
 * (@jasondrey13)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/html5-archives/)
 * I’m trying to output all past posts in a sort of archive widget, and I’d like
   the resulting code to look something like this:
 *     ```
       <time datetime="2012">
       	    	<span>2012:</span>
       	    <ul>
       	    	<li><a href="#"><time datetime="2012-01">Jan</time></a></li>
       	    	<li><a href="#"><time datetime="2012-02">Feb</time></a></li>
       	    	<li><a href="#"><time datetime="2012-03">Mar</time></a></li>
       	    	<li><a href="#"><time datetime="2012-04">Apr</time></a></li>
       	    	<li><a href="#"><time datetime="2012-05">May</time></a></li>
       	    	<li><a href="#"><time datetime="2012-06">June</time></a></li>
       	    </ul>
       	    </time>
       ```
   
 * Is there a good way to do this built in? Or any ideas on how I could structure
   a query to do this for each year?
 * Thank you!

Viewing 1 replies (of 1 total)

 *  [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * (@songdogtech)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/html5-archives/#post-2754283)
 * Use the functon wp_get_archives in a php widget with the html markup you need.
   See [http://codex.wordpress.org/Function_Reference/wp_get_archives](http://codex.wordpress.org/Function_Reference/wp_get_archives)
   and [WordPress › PHP Code Widget « WordPress Plugins](http://wordpress.org/extend/plugins/php-code-widget/)

Viewing 1 replies (of 1 total)

The topic ‘HTML5 Archives’ is closed to new replies.

## Tags

 * [html5](https://wordpress.org/support/topic-tag/html5/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Mark Ratledge](https://wordpress.org/support/users/songdogtech/)
 * Last activity: [13 years, 12 months ago](https://wordpress.org/support/topic/html5-archives/#post-2754283)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
