git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@20 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
24 lines
697 B
PHP
24 lines
697 B
PHP
<?php require('video-slider.php'); ?>
|
|
|
|
<?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>
|