I use Jetpack share buttons with a custom theme (Tyler theme from ShowThemes). The share buttons appears on all pages except the home page. If I set the homepage to static (theme options) the share buttons work. But I need to put the homepage in the "dynamic mode" in order to display content based on the theme settings, and in this mode the buttons doesn't work.
Since I am not familiar with WP and filters, what should I do in order to display the share butons on this page ?
I tried do add the following code in the index.php (this is the home page) but it does not work :
<?php echo sharing_display() ?>
Thanx