FEATURES Commenting research on single articles

This commit is contained in:
Nonimart 2026-01-12 12:25:52 +01:00
parent c176afd05e
commit cb306ee6b1

View File

@ -12,10 +12,11 @@ $revueID = get_field('related_revue', get_the_ID());
<div class="content-wrapper" data-active-tab="article">
<aside class="sidebar">
<div class="search-field">
// commenting because not needed for articles
<!-- <div class="search-field">
<input type="text" placeholder="Rechercher">
</div>
<button type="button" class="reset-search-button" title="Réinitialiser la recherche"></button>
</div> -->
<?php get_template_part('template-parts/articles/article-tags'); ?>
<?php get_template_part('template-parts/articles/index-panel'); ?>
@ -57,9 +58,5 @@ $revueID = get_field('related_revue', get_the_ID());
<?php endif; ?>
</div>
</article>
</div>
<?php
get_footer();