Jarvis WordPress Theme Styleguide

2.2 #components.entry-author Author Summary

Toggle example guides Toggle HTML markup

Used on contributor custom template and blog post page when enabled by the user.

Example
Markup
<section class="entry-author">
<img src="https://picsum.photos/250/250" class="avatar" height="250" width="250">
<div class="entry">
<h2 class="author">Harry Potter</h2>
<p>Harry defeated the dark lord, and is best friends with Ron and Hermione. He's married to Ginny and has some children. When he's not busy fighting evil he likes to snuggle up and watch Quidditch.</p>
<p><a class="contributor-posts-link" href="http://localhost/wordpress-themes/author/sixhours/">68 Articles</a></p>
</div>
</section>
Source: assets/sass/lib/elements/_entry.scss, line 147