search removed from sidebar
This commit is contained in:
parent
e3eec05078
commit
45c7eabedf
|
@ -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'); ?>
|
||||
|
|
|
@ -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(); ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue