Need to remove a particular tag from published single post pages

Single posts show tag or tags after content on my website. I need to remove a particular tag making it hidden from the page. Actually I have redirected a link to this so cannot delete. I googled but cannot find any function as everywhere codes for exclusion of a tag from cloud is available.

Topic support tags Wordpress

Category Web


thanks for the response, leymannx. the code of the single page for showing tag/tags is as follow (swift is the theme name) -

    <?php if (has_tag()): ?>
        <div class="tags">
            <?php echo __('Tagged with', 'swift') . '&nbsp;'; ?>
            <h6>
                <?php the_tags('', ' ', ' '); ?>
            </h6>
        </div>

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.