forked from friendica/friendica-wp-theme
Move up
This commit is contained in:
parent
e2f611c223
commit
a469aa9ae5
64 changed files with 0 additions and 0 deletions
13
single.php
Normal file
13
single.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php get_header(); ?>
|
||||
<div class="row">
|
||||
<div class="8u 12u$(medium)">
|
||||
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
||||
<?php get_template_part( 'entry' ); ?>
|
||||
<?php if ( ! post_password_required() ) comments_template( '', true ); ?>
|
||||
<?php endwhile; endif; ?>
|
||||
<?php get_template_part( 'nav', 'below-single' ); ?>
|
||||
</div>
|
||||
<?php get_sidebar(); ?>
|
||||
</div>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Add table
Add a link
Reference in a new issue