Hello!
Can you help me, please?
I have a wordpress site (vgolovanov.ru). I have addthis plugin installed. How can I add "action words" (e.g.: "Like the post? Share with friends!") below the post but BEFORE the row of addthis buttons?
Because when I add to the wp theme the following code:
<div class="sharepost"><p>P.S. Понравилось? Нажмите на кнопки ниже и расскажите друзьям.</p></div>
right after this:
<div class="article"><?php the_content('Continue Reading »'); ?></div>
addthis plugin seems doesn't care much and put the row of buttons ABOVE the my action words.
I don't know php, but if I add:
echo "P.S. Понравилось? Нажмите на кнопки ниже и расскажите друзьям.";
to the 'addthis_social_widget.php' file (right after <?php ), it displays nothing.
Please help me.
Thank you.
This question is closed to new answers.