Have you added sharing services and enabled it to appear on posts and index pages? Does your theme use the_content or the_excerpt to display content? (If you are using Thesis then this doesnt use these functions)
Thread Starter
jessme
(@jessme)
Hi John. Thank you very much for your answer.
1) I use ‘Arras’ theme (http://www.arrastheme.com/), and it does use “the_content”. For instance, within “single.php”:
`
<?php the_content( __('<p>Read the rest of this entry »</p>', 'arras') ); ?>
2) And within the tool Settings (wp-admin/options-general.php?page=sharing) I activated Facebook, Twitter, Email and Print. In fact, I can preview it (but only this Settings section).
Thread Starter
jessme
(@jessme)
BTW, I configured WP in Spanish (I see the blog and the Dashboard in this language).
I don’t know if this fact has something to do with my issue.
No, it’s to do with the way Arras works. I’ll see if a workaround can be put in place in a future version.
John, do you have a solution for this yet? I’m using the Thesis theme, and the plugin also will not display, even if I try to use “echo” in any of the Thesis hooks. If a new version of the plugin isn’t coming out soon to address this, do you have a hack we can custom integrate? Thanks!