Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other [WordPress] HTML5 theme structure Re: [WordPress] HTML5 theme structure

#96788

This is what I had in mind:

<section>
<h1>Recent Articles</h1>
<article>
article content
</article>
<article>
article content
</article>
<article>
article content
</article>
<article>
article content
</article>
<article>
article content
</article>
</section>