Skip to content

HTML5 markup of posts

Karin Taliga edited this page Apr 7, 2014 · 1 revision

This is the generated markup of the posts

<article id="post-#" {post_class}>
			
	<header class="entry-header">
		<h1 class="entry-title">{thematic_postheader_posttitle}</h1>
		<div class="entry-meta">
			{thematic_postmeta_authorlink}
			{thematic_postmeta_entrydate}
			{thematic_postmeta_editlink}
		</div>
	</header>
	
	<div class="entry-content">
		{thematic_content}
	</div>
	
	<footer class="entry-utility">
		{thematic_postfooter}
	</footer>
		
</article>
Clone this wiki locally