• Hi,

    How do i use this code if i want it on the right in this part ?

    This is the code from the theme, i want the code at the buttom in there

    // Add social bookmarking buttons
        $postbar .= '<li><a href="http://digg.com/submit?phase=2&url=' . get_permalink
    
    () . '&title=' . get_the_title() . '">' . __('Digg it!', 'arras') . '</a></li>';
        $postbar .= '<li><a href="http://www.facebook.com/share.php?u=' . get_permalink() .
    
    '&t=' . get_the_title() . '">' . __('Facebook', 'arras') . '</a></li>n';

    and i want this code to be to the right

    <?php if (function_exists('akpc_the_popularity')) { akpc_the_popularity(); } ?>

  • The topic ‘How to use this code ?’ is closed to new replies.