An updated theme (based on Atticus Finch) for ClassicPress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
661 B

<!-- Post title info -->
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php portage_edit_post(); ?>
<?php do_action( 'portage_before_post_title' ); ?>
<?php if ( get_theme_mod( 'portage_quote_title') == '1' ) { ?>
<h2 id="post-<?php the_ID(); ?>" class="post-title">
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">
<span class="fa fa-quote-left"></span>
<?php the_title(); ?>
<span class="fa fa-quote-right"></span>
</a>
</h2>
<?php } else { ?>
<h2><span class="fa fa-quote-left notitle"></span></h2>
<?php } ?>
<?php get_template_part( 'inc/content', 'main' ); ?>