Remove Sharing options and related posts from download page

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
Aug 7, 2017 at 2:07 pm
#61419

hey,
Today i try this plugin and found this is useful but i face some problems. can you please help me to delete Post Sharing options and related posts from download pages also resume option not work is there some thing wrong with my plugin. Thank you in advance

Aug 8, 2017 at 6:32 am
#61443
Moderator
Shahriar
Staff

Hi,

Share buttons and related posts are coming from your theme’s single.php template. You have to remove those from there. If you want to remove those only from download page then add following condition before those sections,

if ( get_post_type( get_the_ID() ) != 'wpdmpro' ) {
// share buttons
}

Thanks.

Aug 8, 2017 at 9:10 am
#61456
This reply has been marked as private.
Aug 13, 2017 at 7:02 pm
#61699
Moderator
Shahriar
Staff

You have to edit your theme’s single.php again for that. Do not load sidebar layout if you are on download page using the code above. Also, make the content area full page. Your theme provider can help you about this.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic "Remove Sharing options and related posts from download page" is closed to new replies.