updated inc directory
This commit is contained in:
parent
dccf26c3ba
commit
13c0fa1920
@ -1,14 +1,14 @@
|
||||
<div class="clear"></div>
|
||||
<div id="post-meta">
|
||||
<?php do_action( 'atticus_finch_before_post_meta' ); ?>
|
||||
<?php do_action( 'portage_before_post_meta' ); ?>
|
||||
<div class="list-pub">
|
||||
<?php atticus_finch_pub(); ?>
|
||||
<?php portage_pub(); ?>
|
||||
</div>
|
||||
<div class="list-cat">
|
||||
<?php atticus_finch_cat(); ?>
|
||||
<?php portage_cat(); ?>
|
||||
</div>
|
||||
<div class="list-tags">
|
||||
<?php atticus_finch_tags(); ?>
|
||||
<?php portage_tags(); ?>
|
||||
</div>
|
||||
<?php do_action( 'atticus_finch_after_post_meta' ); ?>
|
||||
<?php do_action( 'portage_after_post_meta' ); ?>
|
||||
</div>
|
||||
|
@ -2,29 +2,29 @@
|
||||
|
||||
<div class="post-content post-content-<?php echo get_post_format(); ?>">
|
||||
|
||||
<?php do_action( 'atticus_finch_post_top' ); ?>
|
||||
<?php do_action( 'portage_post_top' ); ?>
|
||||
|
||||
<?php the_content(); ?>
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php do_action( 'atticus_finch_post_bottom' ); ?>
|
||||
<?php do_action( 'portage_post_bottom' ); ?>
|
||||
|
||||
<?php atticus_finch_print_options() ?>
|
||||
<?php portage_print_options() ?>
|
||||
|
||||
</div><!-- end post content -->
|
||||
|
||||
<?php do_action( 'atticus_finch_after_post_content' ); ?>
|
||||
<?php do_action( 'portage_after_post_content' ); ?>
|
||||
|
||||
<?php atticus_finch_link_pages(); ?>
|
||||
<?php portage_link_pages(); ?>
|
||||
|
||||
<?php do_action( 'atticus_finch_before_post_meta' ); ?>
|
||||
<?php do_action( 'portage_before_post_meta' ); ?>
|
||||
|
||||
<?php get_template_part( 'inc/content', 'entry-meta' ); ?>
|
||||
|
||||
<?php do_action( 'atticus_finch_after_post_meta' ); ?>
|
||||
<?php do_action( 'portage_after_post_meta' ); ?>
|
||||
|
||||
<?php get_template_part( 'inc/content', 'post-nav' ); ?>
|
||||
|
||||
<?php atticus_finch_comment_display(); ?>
|
||||
<?php portage_comment_display(); ?>
|
||||
|
||||
</div><!-- end post -->
|
||||
|
@ -4,25 +4,25 @@
|
||||
|
||||
<div class="post-content">
|
||||
|
||||
<?php do_action( 'atticus_finch_post_top' ); ?>
|
||||
<?php do_action( 'portage_post_top' ); ?>
|
||||
|
||||
<?php the_content(); ?>
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php do_action( 'atticus_finch_post_bottom' ); ?>
|
||||
<?php do_action( 'portage_post_bottom' ); ?>
|
||||
|
||||
<?php atticus_finch_print_options() ?>
|
||||
<?php portage_print_options() ?>
|
||||
|
||||
</div><!-- end post content -->
|
||||
|
||||
<?php atticus_finch_post_top_link(); ?>
|
||||
<?php portage_post_top_link(); ?>
|
||||
|
||||
<?php atticus_finch_link_pages(); ?>
|
||||
<?php portage_link_pages(); ?>
|
||||
|
||||
<?php get_template_part( 'inc/content', 'post-nav' ); ?>
|
||||
|
||||
<?php atticus_finch_comment_display(); ?>
|
||||
<?php portage_comment_display(); ?>
|
||||
|
||||
</div><!-- end post -->
|
||||
|
||||
<?php do_action( 'atticus_finch_after_post_content' ); ?>
|
||||
<?php do_action( 'portage_after_post_content' ); ?>
|
||||
|
@ -1,9 +1,9 @@
|
||||
<div id="post-series">
|
||||
<div class="post-next">
|
||||
<?php atticus_finch_next_post_link(); ?>
|
||||
<?php portage_next_post_link(); ?>
|
||||
</div>
|
||||
<div class="post-prev">
|
||||
<?php atticus_finch_prev_post_link(); ?>
|
||||
<?php portage_prev_post_link(); ?>
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<div class="entry-meta">
|
||||
<p><?php atticus_finch_pub(); ?></p>
|
||||
<p><?php atticus_finch_cat(); ?></p>
|
||||
<p><?php atticus_finch_tags(); ?></p>
|
||||
<p><?php portage_pub(); ?></p>
|
||||
<p><?php portage_cat(); ?></p>
|
||||
<p><?php portage_tags(); ?></p>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div class="aside-meta">
|
||||
<?php
|
||||
printf(__( 'Published on %1$s at %2$s', 'atticus-finch'), atticus_finch_date(), get_the_time() );
|
||||
printf(__( 'Published on %1$s at %2$s', 'atticus-finch'), portage_date(), get_the_time() );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
<div class="post-content">
|
||||
|
||||
<?php do_action( 'atticus_finch_post_top' ); ?>
|
||||
<?php do_action( 'portage_post_top' ); ?>
|
||||
|
||||
<?php the_content(); ?>
|
||||
<div class="clear"></div>
|
||||
|
||||
<?php do_action( 'atticus_finch_post_bottom' ); ?>
|
||||
<?php do_action( 'portage_post_bottom' ); ?>
|
||||
|
||||
<div id="page-info">
|
||||
<p>
|
||||
@ -24,13 +24,13 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<?php atticus_finch_print_options() ?>
|
||||
<?php portage_print_options() ?>
|
||||
|
||||
</div><!-- end post content -->
|
||||
|
||||
|
||||
<?php atticus_finch_comment_display(); ?>
|
||||
<?php portage_comment_display(); ?>
|
||||
|
||||
|
||||
<?php do_action( 'atticus_finch_after_post_content' ); ?>
|
||||
<?php do_action( 'portage_after_post_content' ); ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user