As I embark on my journey to create my very first Wordpress theme for my personal blog, I have a few questions regarding the layout. Should I use Grid960? Also, should I put the articles in one section or the opposite? Here is the layout structure I am considering. Can you please let me know if it is correct?
<body class="container_12">
<nav>
</nav>
<article 1>
<h2></h2>
<p</p>
<a href="#"> Show More</a>
</article>
<article 2>
<h2></h2>
<p</p>
<a href="#"> Show More</a>
</article>
<aside>
<section>
<h4></h4>
</section>
<section>
<h4></h4>
</section>
</aside>
<footer>
</footer>
</body>