Browse Source

updated inc directory

main
Kenneth John Odle 3 years ago
parent
commit
13c0fa1920
  1. 10
      inc/content-entry-meta.php
  2. 16
      inc/content-excerpt.php
  3. 14
      inc/content-main.php
  4. 6
      inc/content-post-nav.php
  5. 6
      inc/excerpt-entry-meta.php
  6. 4
      inc/excerpt-short-meta.php
  7. 10
      inc/page-main.php

10
inc/content-entry-meta.php

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

16
inc/content-excerpt.php

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

14
inc/content-main.php

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

6
inc/content-post-nav.php

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

6
inc/excerpt-entry-meta.php

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

4
inc/excerpt-short-meta.php

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

10
inc/page-main.php

@ -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…
Cancel
Save