How to move social share icons from bottom of page to top and how to get theme be vissible in category and tag and author view after any post - inside readmore key?
[img]http://sport.mamywas.pl/wp-content/uploads/2013/02/Namnlös.png[/img]
<?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 != ''): ?>
<footer>
<?php echo $social_api_output; ?>
</footer>
<?php endif; ?>
<?php endif; ?>
<?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 != ''): ?>
<?php echo $social_api_output; ?>
<?php endif; ?>
<?php endif; ?>
<?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 != ''): ?>
<?php echo $social_api_output; ?>
<?php endif; ?>
<?php endif; ?>
<?php
/**
*
* The template fragment to show post header
*
**/
// disable direct access to the file
defined('GAVERN_WP') or die('Access denied');
global $tpl;
?>
<?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 != ''): ?>
<?php echo $social_api_output; ?>
<?php endif; ?>
<?php endif; ?>
<?php if(get_the_title() != '') : ?>
<h<?php echo (is_single()) ? '1' : '2'; ?>>
<?php if(!is_singular()) : ?>
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', GKTPLNAME ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
<?php endif; ?>
<?php the_title(); ?>
<?php if(!is_singular()) : ?>
</a>
<?php endif; ?>
<?php if(is_sticky()) : ?>
<sup>
<?php _e( 'Featured', GKTPLNAME ); ?>
</sup>
<?php endif; ?>
</h><?php echo (is_single()) ? '1' : '2'; ?>>
<?php endif; ?>
<?php if((!is_page_template('template.fullwidth.php') && ('post' == get_post_type() || 'page' == get_post_type())) && get_the_title() != '') : ?>
<?php if(!(is_page() && get_option($tpl->name . '_template_show_details_on_pages', 'Y') == 'N')) : ?>
<?php gk_post_meta(); ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action('gavernwp_before_post_content'); ?>
</h><?php echo (is_single()) ? '1' : '2'; ?>>
</h<?php echo (is_single()) ? '1' : '2'; ?>>
<?php
/**
*
* The template fragment to show post header
*
**/
// disable direct access to the file
defined('GAVERN_WP') or die('Access denied');
global $tpl;
?>
<?php if(get_the_title() != '') : ?>
<h<?php echo (is_single()) ? '1' : '2'; ?>>
<?php if(!is_singular()) : ?>
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', GKTPLNAME ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark">
<?php endif; ?>
<?php the_title(); ?>
<?php if(!is_singular()) : ?>
</a>
<?php endif; ?>
<?php if(is_sticky()) : ?>
<sup>
<?php _e( 'Featured', GKTPLNAME ); ?>
</sup>
<?php endif; ?>
</h><?php echo (is_single()) ? '1' : '2'; ?>>
<?php endif; ?>
<?php if((!is_page_template('template.fullwidth.php') && ('post' == get_post_type() || 'page' == get_post_type())) && get_the_title() != '') : ?>
<?php if(!(is_page() && get_option($tpl->name . '_template_show_details_on_pages', 'Y') == 'N')) : ?>
<?php gk_post_meta(); ?>
<?php endif; ?>
<?php endif; ?>
<?php do_action('gavernwp_before_post_content'); ?>