The7 WordPress theme share buttons on single post or custom post type.
Having problem on The7 WordPress theme share buttons on single post or custom post type? You can display a share buttons anywhere using this codes below. Mostly needed in custom post type that does not support this feature.
$share_buttons = presscore_display_share_buttons_for_post( 'post', array('echo' => false)); if ( $share_buttons ) { printf( '<div class="post-meta wf-mobile-collapsed">%s</div>', $post_tags . $share_buttons ); }