20 lines
659 B
PHP
20 lines
659 B
PHP
<div id="slider-wrapper">
|
|
<?php if($gp_settings['title'] == "Show") { ?><h1><?php the_title(); ?></h1><?php } ?>
|
|
|
|
<?php require_once('post-meta.php'); ?>
|
|
|
|
<?php require_once('videoplayer.php'); ?>
|
|
</div>
|
|
<div id="content">
|
|
|
|
<?php /*the_content();*/ ?>
|
|
|
|
<?php wp_link_pages('before=<div class="clear"></div><div class="wp-pagenavi post-navi">&pagelink=<span>%</span>&after=</div>'); ?>
|
|
|
|
<?php if($gp_settings['author_info'] == "0") { ?><div class="clear"></div><?php echo do_shortcode('[author]'); } ?>
|
|
|
|
<?php if($gp_settings['related_items'] == "0") { require('related-items.php'); } ?>
|
|
|
|
<?php comments_template(); ?>
|
|
|
|
</div>
|