Menu

[155d6f]: / post-page.php  Maximize  Restore  History

Download this file

23 lines (17 with data), 789 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div <?php post_class('post page clearfix'); ?> id="post-<?php the_ID(); ?>">
<h2 class="title"><?php the_title(); ?></h2>
<?php if( 'current-user' ) { ?>
<div class="postmeta-primary"><span class="fa fa-edit"><?php edit_post_link(); ?></span></div>
<?php } ?>
<div class="entry clearfix">
<?php
if(has_post_thumbnail()) {
the_post_thumbnail();
}
?>
<?php
the_content('');
wp_link_pages( array( 'before' => '<p><strong>' . __( 'Pages:', 'kciao' ) . '</strong>', 'after' => '</p>' ) );
?>
</div>
</div><!-- Page ID <?php the_ID(); ?> -->
MongoDB Logo MongoDB