15 lines
400 B
PHP
15 lines
400 B
PHP
<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'); ?>
|
|
|
|
<?php dynamic_sidebar( 'dyn-side-right' ); ?>
|
|
|
|
</section>
|
|
|