<?php 
        wolf_discography_get_template_part('content', 'release');
        ?>
			
			<?php 
    }
    ?>
		
		<?php 
    wolf_discography_loop_end();
    ?>


		<?php 
    wolf_release_page_nav($loop);
    ?>
		
		<?php 
} else {
    ?>

			<?php 
    wolf_discography_get_template('loop/no-releases-found.php');
    ?>

		<?php 
}
?>

	<?php 
Exemplo n.º 2
0
        ?>
				
					<?php 
        wolf_discography_get_template_part('content', 'release');
        ?>
				
				<?php 
    }
    ?>
			
			<?php 
    wolf_discography_loop_end();
    ?>
		
			<?php 
    wolf_release_page_nav();
    ?>
		
		<?php 
} else {
    ?>

			<?php 
    wolf_discography_get_template('loop/no-releases-found.php');
    ?>

		<?php 
}
?>

	<?php