Skip to content

Commit

Permalink
Resolvido erro para abrir paginas de tags e categorias
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioanerao committed Apr 8, 2024
1 parent a34daf1 commit 5559c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Main Content -->
<div class="container">
<div class="row">
<?php is_active_sidebar('pesquisar-tags-categorias'){dynamic_sidebar('pesquisar-tags-categorias')} ?>
<?php if(is_active_sidebar('pesquisar-tags-categorias')) { dynamic_sidebar('pesquisar-tags-categorias'); } ?>
<div class="col-lg-8 col-md-10 mx-auto">
<?php
if ( have_posts() ) :
Expand Down Expand Up @@ -49,4 +49,4 @@

<hr>

<?php get_footer(); ?>
<?php get_footer(); ?>

0 comments on commit 5559c9e

Please sign in to comment.