Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Template Name: Experts List
*/
get_header(); ?>
<div id="content">
<?php while ( have_posts() ) : the_post(); ?>
<article <?php post_class(); ?>>
<header class="page-header">
<h1 class="page-title"><?php the_title(); ?></h1>