Example #1
0
get_header();
?>
<div class="mdl-grid">
	
	<?php 
if (have_posts()) {
    while (have_posts()) {
        the_post();
        tst_org_card($post);
    }
}
?>
	
</div>

<?php 
$p = tst_paging_nav();
if (!empty($p)) {
    ?>
	<div class="mdl-grid">
		<div class="mdl-cell mdl-cell--12-col"><?php 
    echo $p;
    ?>
</div>
	</div>
<?php 
}
?>

<?php 
get_footer();
Example #2
0
					<h4><a href="<?php 
        the_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h4>				
					<cite class="mdl-typography--caption"><?php 
        the_permalink();
        ?>
</cite>		
				</header>
			
				<div class="search-summary"><?php 
        the_excerpt();
        ?>
</div>
			</article>
		<?php 
    }
    //endwhile
} else {
    get_template_part('partials/content', 'none');
}
echo tst_paging_nav();
?>
	</div>
	<div class="mdl-cell mdl-cell--3-col mdl-cell--hide-phone mdl-cell--hide-tablet"></div>
</div>
<?php 
get_footer();