> <span class="category enigma-icon" data-icon="" aria-hidden="true"></span> <div class="modifyme"> <h2><?php _e('Couldn\'t find any articles!', 'enigma-2015'); ?> </h2> </div> </article> <?php } ?> <?php global $wp_query; if ($wp_query->max_num_pages > 1) { ?> <span class="category pagebar-category enigma-icon" data-icon=""></span><div class="pagebar"> <?php previous_posts_link(); \enigma\Content::Pagebar(); next_posts_link(); ?> </div> <?php } ?> <?php get_sidebar(); get_footer();
<?php the_post(); get_header(); ?> <?php $format = get_post_format(); $post_vars = \enigma\Content::get_post_vars($format); ?> <article <?php post_class(); ?> <?php echo $post_vars['css']; ?> > <div> <?php echo $post_vars['headline']; ?> <?php echo wp_get_attachment_image($post->ID, 'full'); ?> <?php echo apply_filters('the_content', $post_vars['content']); ?> </div> </article> <?php