Because the problems with the Wordpress Theme Check plugin, I had to remove the post share system. To add it again, follow the steps below. 1 - Add This code to "single.php", just before the tag "
": ID); $text = str_replace('http://cleitonlima.com.br/' , 'cleitonlima.com.br/' , $url); $tiny = get_tiny_url($text); $title = get_the_title($post->ID); $ustr = rawurlencode($title); echo 'Compartilhe: '; echo '
'; echo '
identi.ca share'; echo 'Twitter share'; echo 'Facebook share
'; ?> 2 - Add this code to your "function.php": Done. You now have the post share system.