search removed from sidebar

This commit is contained in:
ed barz 2023-03-27 21:21:29 +02:00
parent e3eec05078
commit 45c7eabedf
2 changed files with 0 additions and 22 deletions

View File

@ -1,9 +1,5 @@
<section id="sidedroit" class="widget-area col col-lg-4 col-md-3 col-sm-4 col-xs-12">
<form action="/" method="get">
<input type="text" class="search-bar" placeholder="Rechercher" name="s" id="search" value="" />
</form>
<?php get_template_part('template-parts/tag-cloud'); ?>
<?php //get_template_part('template-parts/cat-cloud'); ?>

View File

@ -41,26 +41,8 @@ foreach( $tags as $tag ) {
</div>
</footer>
</article>
<br>
<section>
<?php if( comments_open() ) : ?>
<?php
$current_post_ID = get_the_ID();
set_query_var('current_post_ID', $current_post_ID);
comments_template('/comments.php');
//comments_template('/comments-old.php');
?>
<?php endif; ?>
</section>
<?php get_footer(); ?>