Пример #1
0
		<?php 
        the_content();
        ?>
		
		<?php 
        sw_include('post_details');
        ?>

		<?php 
        sw_include('add_comment');
        ?>
				
		<?php 
        comments_template();
        ?>
		<?php 
    }
} else {
    // If nothing to show, include ui/not_found.php
    sw_include('not_found');
}
?>
	</div>
	<hr />

	<?php 
get_sidebar();
?>
	
<?php 
get_footer();
Пример #2
0
/**
 * Post item - used inside the loop
 */
?>
			<li>
				<h2><a href="<?php 
the_permalink();
?>
" rel="bookmark" title="<?php 
_e('Read more ');
?>
"><?php 
the_title();
?>
</a></h2>
				
				<?php 
sw_include('post_meta');
?>
				
				<div class="summary">
					<?php 
the_content('Read the rest of this entry &raquo;');
?>
				</div>

				<?php 
sw_include('post_details');
?>
			</li>