Hi,
1. gallery pages is template page and the social link are not included. This code is responsible for the social button and author info,
- Code: Select all
<?php if(is_singular()) : ?>
<?php
// variable for the social API HTML output
$social_api_output = gk_social_api(get_the_title(), get_the_ID());
?>
<?php if($social_api_output != '' || gk_author(false, true)): ?>
<footer>
<?php echo $social_api_output; ?>
</footer>
<?php endif; ?>
<?php endif; ?>
you can add it if you want.
2. Generally it's not possible, you should use a 3rd party plugin, BTW our GK News Show Pro separated widget has this feature:
https://github.com/GavickPro/GK-News-Show-Probut you'll have conflict if you are using alerady GK News Show Pro built-in your theme.