OwlCyberSecurity - MANAGER
Edit File: meta-loop.php
<?php /** * Post metadata template * * @package vamtam/bijoux */ ?> <?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:', 'bijoux' ) . '</strong> ', ', ', '' ); ?> </div> </nav> </div> <?php endif; ?>