Skip to content

Commit

Permalink
added action hook for author bio
Browse files Browse the repository at this point in the history
  • Loading branch information
Netzberufler committed Aug 12, 2017
1 parent 463c337 commit d14c000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions style.css
Expand Up @@ -1397,16 +1397,12 @@ textarea {
margin: 0 0 0.5em;
}

.entry-content p:last-child {
margin-bottom: 0;
}

.sticky {}

/* Read more Link */
.more-link {
display: inline-block;
margin: 1.5em 0 0;
margin: 0;
padding: 0.6em 1em;
background: #dd5533;
color: #fff;
Expand All @@ -1429,8 +1425,8 @@ textarea {

/* Page Links | wp_link_pages() */
.page-links {
margin: 0;
word-spacing: 1em;
margin: 0 0 1.5em;
word-spacing: 0.75em;
font-weight: bold;
}

Expand Down
1 change: 1 addition & 0 deletions template-parts/content-single.php
Expand Up @@ -33,6 +33,7 @@
<footer class="entry-footer">

<?php tortuga_entry_tags(); ?>
<?php do_action( 'tortuga_author_bio' ); ?>
<?php tortuga_post_navigation(); ?>

</footer><!-- .entry-footer -->
Expand Down

0 comments on commit d14c000

Please sign in to comment.