예제 #1
0
				<?php 
        if ($wdwt_front->get_param('date_enable', $news_magazine_meta, false)) {
            ?>
				<div class="entry-meta">
					  <?php 
            news_magazine_frontend_functions::posted_on_single();
            ?>
				</div>
				<?php 
            news_magazine_frontend_functions::entry_meta_cat();
        }
        ?>
				<?php 
        $wdwt_front->integration_bottom();
        wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Page', "news-magazine") . '</span>', 'after' => '</div>', 'link_before' => '<span class="page-links-number">', 'link_after' => '</span>'));
        news_magazine_frontend_functions::post_nav();
        ?>
				<div class="clear"></div>
				
				<?php 
        $wdwt_front->bottom_advertisment();
        if (comments_open()) {
            ?>
					<div class="comments-template">
						<?php 
            echo comments_template();
            ?>
						<div class="clear"></div>
					</div>
				<?php 
        }