Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioanerao committed Apr 7, 2023
2 parents 3a01aae + c5b085c commit 7810c81
Show file tree
Hide file tree
Showing 8 changed files with 2,000 additions and 1,262 deletions.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if (has_custom_logo()) {
the_custom_logo();
} else {
echo '<a class="navbar-brand" href=" '. get_bloginfo('home') .' ">' . get_bloginfo( "name" ) . '</a>';
echo '<a class="navbar-brand" href=" '. get_bloginfo('url') .' ">' . get_bloginfo( "name" ) . '</a>';
}
?>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-single.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<?php the_content(); ?>
<hr>
<?php is_active_sidebar('pesquisar-post'){dynamic_sidebar('pesquisar-post')} ?>
<?php is_active_sidebar('pesquisar-post') ? dynamic_sidebar('pesquisar-post') : '' ?>
<hr>
<p>
<b>Categorias: </b><?php the_category(', '); ?> <br>
Expand Down
Loading

0 comments on commit 7810c81

Please sign in to comment.