updated inc directory

This commit is contained in:
Kenneth John Odle 2021-08-01 13:46:46 -04:00
parent dccf26c3ba
commit 13c0fa1920
7 changed files with 33 additions and 33 deletions

View File

@ -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>

View File

@ -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 -->

View File

@ -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' ); ?>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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' ); ?>