Example #1
0
<?php

/**
 * The template for displaying a video archives.
 *
 * @package Huesos
 * @since 1.0.0
 */
get_header();
?>

<main id="primary" <?php 
audiotheme_archive_class(array('content-area', 'archive-video'));
?>
 role="main" itemprop="mainContentOfPage">

	<?php 
if (have_posts()) {
    ?>

		<header class="page-header">
			<?php 
    the_audiotheme_archive_title('<h1 class="page-title" itemprop="headline">', '</h1>');
    ?>
		</header>

		<?php 
    the_audiotheme_archive_description('<div class="page-content" itemprop="text">', '</div>');
    ?>

		<?php 
<?php

/**
 * The template for displaying a record archives.
 *
 * @package Huesos
 * @since 1.0.0
 */
get_header();
?>

<main id="primary" <?php 
audiotheme_archive_class(array('content-area', 'archive-record'));
?>
 role="main" itemprop="mainContentOfPage">

	<?php 
if (have_posts()) {
    ?>

		<header class="page-header">
			<?php 
    the_audiotheme_archive_title('<h1 class="page-title" itemprop="headline">', '</h1>');
    ?>
		</header>

		<?php 
    the_audiotheme_archive_description('<div class="page-content" itemprop="text">', '</div>');
    ?>

		<?php