the_ID(); ?> " <?php post_class(); ?> > <?php if (has_post_format('link')) { ?> <header class="entry-header"> <h2 class="entry-title"> <a class="entry-title" title="<?php printf(esc_attr__('Link to %s', 'alienship'), the_title_attribute('echo=0')); ?> " rel="bookmark" href="<?php echo alienship_link_format_helper('link'); ?> "> <?php the_title(); ?> → </a> </h2> </header><!-- .entry-header --> <?php } else { get_template_part('/templates/parts/content-entry-header'); } ?> <div class="entry-content">
<a class="entry-title" title="<?php printf(esc_attr__('Link to %s', 'alienship'), the_title_attribute('echo=0')); ?> " rel="bookmark" href="<?php echo esc_url(alienship_link_format_helper('link')); ?> "> <?php the_title(); ?> → </a> </h2> </header><!-- .entry-header --> <div class="entry-content"> <?php echo alienship_link_format_helper('post_content'); // displays post content without the link. See inc/template-tags.php. wp_link_pages(); ?> </div><!-- .entry-content --> <?php get_template_part('/templates/parts/content-entry-footer'); ?> </article><!-- #post-<?php the_ID(); ?> -->