Grant Hutchinson
Grant Hutchinson
Also according to the [WordPress Theme Check Guidelines](http://make.wordpress.org/themes/guidelines/guidelines-theme-check/), inclusion of the `body_class()` call inside the `` tag is required. In previous releases of Tersus, we opted to remove the call...
Cool. Check it … 41103722a3cd6f55b9bca42a5d694f59e9008270
I’ve updated the labels for this issue to reflect that it requires documentation. Case in point, I’d like to add a section to the read me which lists which core...
I’m not opposed to supporting two sidebars. We should add some logic to the theme so if a widget area is empty, the sidebar is not inserted into the template....
After looking at the way we have `sidebar.php` put together, it appears the our custom sidebar elements only appear if the widget plugin is disabled or there are no widgets...
By default, WordPress wraps the comments in ` […] ` element. We removed that from the Tersus theme because it’s just extra cruftiness that isn’t required to style the individual...
Here’s a couple of takes on the subject. - [The Semantics of HTML5 Structural Elements](http://catcubed.com/2009/10/15/the-semantics-of-html5-structural-elements/) by Colin Fahrion - [Designing a Blog with HTML5](http://html5doctor.com/designing-a-blog-with-html5/) by Bruce Lawson I’m leaning towards...
Short answer, yes.
It’s a great start. The list of child categories feels like it should only appear once on the page. Specifically, in relation to the parent category name and description at...
I’ve found a bug with the current category views. Pagination is missing, so the page only displays the first ten posts in the category. I haven’t tested tag archives, as...