Odpowiedź forum utworzona

Viewing 1 replies (of 1 total)
  • Forum: Motywy
    W odpowiedzi na: Jak dodać lubię to do strony

    Zrób tak

    <?php /* The loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>
    <div id="fb-root"></div>
    <script src="http://connect.facebook.net/pl_PL/all.js#xfbml=1"></script>
    <? echo '<a class="fb" href="http://www.facebook.com/sharer.php?u='.the_permalink().'&t='.the_title().'target="blank">Udostępnij na Facebooku</a></span><br>'; ?>
    <?php get_template_part( 'content', get_post_format() ); ?>
    <?php twentythirteen_post_nav(); ?>
    <?php comments_template(); ?>

Viewing 1 replies (of 1 total)