Example #1
0
" /></a>
												<?php 
            }
            echo '</div>';
            echo '</div>';
        }
        ?>
			
					
						<?php 
    }
    ?>
	
					
						        <?php 
    joints_page_navi();
    ?>
	
					
					    <?php 
} else {
    ?>
					
    					    <article id="post-not-found" class="hentry clearfix">
    					    	<header class="article-header">
    					    		<h1>Sorry, No Results.</h1>
    					    	</header>
    					    	<section class="entry-content">
    					    		<p>Try your search again.</p>
    					    	</section>
    					    	<section class="search">
Example #2
0
		<div id="inner-content" class="row">
	
		    <main id="main" class="large-24 medium-24 columns" role="main">
			    
		    	<header>
		    		<h1 class="page-title"><?php the_archive_title();?></h1>
					<?php the_archive_description('<div class="taxonomy-description">', '</div>');?>
		    	</header>
		
		    	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			 
					<!-- To see additional archive styles, visit the /parts directory -->
					<?php get_template_part( 'parts/loop', 'archive' ); ?>
				    
				<?php endwhile; ?>	

					<?php joints_page_navi(); ?>
					
				<?php else : ?>
											
					<?php get_template_part( 'parts/content', 'missing' ); ?>
						
				<?php endif; ?>
		
			</main> <!-- end #main -->
	    
	    </div> <!-- end #inner-content -->
	    
	</div> <!-- end #content -->

<?php get_footer(); ?>