WP Social Bookmarking Light

WP Social Bookmarking Light を入れたのですが、
表示されるのは、個別ページだけ。

トップの記事一覧に表示させる方法を探したところ、

WP Social Bookmarking Lightをもっと便利に使う方法

<?php if (function_exists("wp_social_bookmarking_light_output_e")) {
 wp_social_bookmarking_light_output_e();
 } ?>

を、足せばいいことまでは、わかったのですが、
どのページに足せばいいのかが、不明

だったのですが、

home.php の

 <?php while ( have_posts() ) : the_post(); ?>

★
<?php endwhile; ?>

コンテンツループ内の endwhileの真上の★の位置に置けば、おkでした。

WP Social Bookmarking Light