Skip to content

Instantly share code, notes, and snippets.

@themeblvd
Created August 8, 2014 02:14
Show Gist options
  • Save themeblvd/136750e71fbffb1a9e7b to your computer and use it in GitHub Desktop.
Save themeblvd/136750e71fbffb1a9e7b to your computer and use it in GitHub Desktop.
Add sub meta to content.php (single post output) after the_content()
<?php if ( themeblvd_get_att( 'show_sub_meta' ) ) : ?>
<div class="sub-meta-wrapper">
<?php themeblvd_blog_sub_meta(); ?>
</div><!-- .sub-meta-wrapper (end) -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment