Merged in feature/MAW-846-sharethis (pull request #52)
Feature/MAW-846 sharethis * MAW-846: ShareThis social button plugin * MAW-846: ShareThis social buttons update * Merged develop into feature/MAW-846-sharethis
This commit is contained in:
@@ -16,10 +16,14 @@
|
||||
<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'thbusiness' ), __( '1 Comment', 'thbusiness' ), __( '% Comments', 'thbusiness' ) ); ?></span>
|
||||
<?php endif; ?>
|
||||
</div><!-- .entry-meta -->
|
||||
|
||||
</header><!-- .entry-header -->
|
||||
<?php thbusiness_featured_image(); ?>
|
||||
<!-- Social Media Share buttons -->
|
||||
<div id="sharethis" style="margin-bottom:27px;"><?php echo sharethis_inline_buttons(); ?></div>
|
||||
<div class="entry-content">
|
||||
<?php the_content(); ?>
|
||||
|
||||
<?php
|
||||
wp_link_pages( array(
|
||||
'before' => '<div class="page-links">' . __( 'Pages:', 'thbusiness' ),
|
||||
|
||||
@@ -30,6 +30,7 @@ get_header(); ?>
|
||||
</div><!-- #primary -->
|
||||
|
||||
</div><!-- .col-xs-12 col-sm-6 col-md-8 -->
|
||||
|
||||
<div class="col-xl-8 col-md-9 col-xs-9" style="margin:0px auto;">
|
||||
|
||||
</div><!-- .col-xs-12 .col-sm-6 .col-md-4 -->
|
||||
|
||||
Reference in New Issue
Block a user