Beispiel #1
0
/**
 * Outputs the current template content.
 *
 * @return void
 * @since 1.3
 */
function momtaz_template_content()
{
    ?>

	<section id="primary-content">
		<?php 
    momtaz_context_template('loop');
    ?>
	</section> <!-- #primary-content --><?php 
}
Beispiel #2
0
    ?>
>
				<h1<?php 
    momtaz_atts('entry-title', array('class' => 'entry-title'));
    ?>
><?php 
    esc_html_e('Not found', 'momtaz');
    ?>
</h1>
			</header>

			<div<?php 
    momtaz_atts('entry-content', array('class' => 'entry-content'));
    ?>
>
				<p><?php 
    esc_html_e('Apologies, but the page you requested could not be found. Perhaps searching will help.', 'momtaz');
    ?>
</p>
				<?php 
    get_search_form();
    ?>
			</div>

		</article>

	</section> <!-- #primary-content --><?php 
}
// Load the structure template.
momtaz_context_template('structure');