socials at attachment.php

Posted in: Newspaper
Post count: 24

i am trying ta add socials to attachment.php, but it is not working.

i am adding the following code under the title

<?php echo $td_mod_single->get_social_sharing_top();?>

can you help me to add this?

Post count: 23312

Hello boruxk,

If you want to add the sharing top to your attachment page, please notice that you will have to add the following snippet of the code in order to achieve as you wish because it is not enough only this PHP code, like this -> http://screencast.com/t/9Ns8nABX3
-> $td_mod_single = new td_module_single($post);
-> <?php echo $td_mod_single->get_social_sharing_top();?>

Thanks for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.