Current File : /home/kelaby89/jrncommunityhousing.charity/wp-content/themes/caridad/templates/post/meta-loop.php
<?php
/**
 * Post metadata template
 *
 * @package vamtam/caridad
 */

?>
<?php $tags = get_the_tags(); ?>
<?php if ( $tags ) : ?>
	<div class="post-meta">
		<nav>
			<div class="the-tags vamtam-meta-tax">
				<?php the_tags( '<strong>' . esc_html__( 'Tags:', 'caridad' ) . '</strong> ', ', ', '' ); ?>
			</div>
		</nav>
	</div>
<?php endif; ?>
Page not found – Hello World !