/** * The home page template * **/ get_header(); ?> <?php if (have_posts()) { ?> <?php while (have_posts()) { the_post(); $page = new ACFPost($post); ?> <article class="home page" itemscope itemtype="http://schema.org/WebPage"> <?php tpl_wrapper_header_open(); ?> <header> <h1 itemprop="headline" class="title"><?php echo $page->post_title; ?> </h1>
/** * The login page template * **/ get_header(); ?> <?php if (have_posts()) { ?> <?php while (have_posts()) { the_post(); $page = new ACFPost($post); ?> <article class="reset-password page" itemscope itemtype="http://schema.org/WebPage"> <?php tpl_wrapper_header_open(); ?> <header> <h1 itemprop="headline" class="title"><?php echo $page->post_title; ?> </h1>