| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Engineering/V1/iimec/wp-content/themes/graphene/ |
Upload File : |
<?php
/**
* The tag archive template file
*
* @package Graphene
* @since Graphene 1.1.5
*/
get_header();
?>
<h1 class="page-title archive-title">
<?php
printf(__('Tag Archive: <span>%s</span>', 'graphene'), single_tag_title('', false));
?>
</h1>
<?php
/* Run the loop for the tag archive to output the posts
* If you want to overload this in a child theme then include a file
* called loop-tag.php and that will be used instead.
*/
while ( have_posts() ) {
the_post();
get_template_part( 'loop', 'tag' );
}
/* Posts navigation. */
graphene_posts_nav();
?>
<?php get_footer(); ?>