FEATURES Commenting research on single articles
This commit is contained in:
parent
c176afd05e
commit
cb306ee6b1
|
|
@ -12,10 +12,11 @@ $revueID = get_field('related_revue', get_the_ID());
|
||||||
|
|
||||||
<div class="content-wrapper" data-active-tab="article">
|
<div class="content-wrapper" data-active-tab="article">
|
||||||
<aside class="sidebar">
|
<aside class="sidebar">
|
||||||
<div class="search-field">
|
// commenting because not needed for articles
|
||||||
|
<!-- <div class="search-field">
|
||||||
<input type="text" placeholder="Rechercher">
|
<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/article-tags'); ?>
|
||||||
<?php get_template_part('template-parts/articles/index-panel'); ?>
|
<?php get_template_part('template-parts/articles/index-panel'); ?>
|
||||||
|
|
@ -57,9 +58,5 @@ $revueID = get_field('related_revue', get_the_ID());
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</article>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
<?php
|
<?php
|
||||||
get_footer();
|
get_footer();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user