コード例 #1
0
ファイル: functions.php プロジェクト: riceguitar/onetheme
function one_sharing_all()
{
    if (is_single()) {
        echo '<div class="post-sharing remove-social clearfix">';
    } else {
        echo '<div class="post-sharing clearfix">';
    }
    one_sharing('facebook', 'facebook');
    one_sharing('twitter', 'twitter');
    one_sharing('linkedin', 'linkedin');
    one_sharing('google-plus', 'google-plus');
    one_sharing('email', 'envelope-o');
    one_sharing('print', 'print');
    if (!has_post_format()) {
        echo '<a href="#" class="back-to-top">Top Up</a>';
    }
    echo '</div>';
}
コード例 #2
0
ファイル: content.php プロジェクト: riceguitar/onetheme
		<?php 
    }
    ?>
	</div>
	<?php 
}
?>
	<div class="row">
		<div class="col-md-2 mobile-height">
		<?php 
echo '<div class="post-sharing remove-social clearfix" id="social-block">';
one_sharing('facebook', 'facebook');
one_sharing('twitter', 'twitter');
one_sharing('linkedin', 'linkedin');
one_sharing('google-plus', 'google-plus');
one_sharing('email', 'envelope-o');
one_sharing('print', 'print');
echo '<a href="#" class="back-to-top">Top Up</a>';
echo '</div>';
?>
		</div>
		<div class="col-md-10">
			<div itemprop="articleBody" class="post-body">
				<?php 
the_content();
?>
			</div>
			<div class="post-closer-bar"></div>
		</div>
	</div>
</article>