Jarvis WordPress Theme Styleguide

3.2.1 #elements.entry.header Entry Header

Toggle example guides Toggle HTML markup

A block that can be used throughout the theme. Often found on the single posts/ pages and archives.

Example

Philosophers Stone

It is impossible to live without failing at something, unless you live so cautiously that you might has well not have lived at all, in which case you have failed by default.
Markup
<div class="entry-header">
<div class="entry-meta"><span>Dudley</span> <span><a href="#">Dursley</a></span></div>
<h1 class="entry-title ">Philosophers Stone</h1>
<p class="entry-meta">Chapter 1</p>
<div class="entry-intro">It is impossible to live without failing at something, unless you live so cautiously that you might has well not have lived at all, in which case you have failed by default.</div>
</div>
Source: assets/sass/lib/elements/_entry.scss, line 5