Skip to content

Commit

Permalink
Problema visualizzazione card correlati con thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Bottazzo committed Sep 11, 2023
1 parent 4fd1577 commit 5460123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/single/card-vertical-thumb.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

?><div class="card card-bg card-vertical-thumb bg-white card-thumb-rounded">
<div class="card-body">
<div class="card-content">
<div class="card-content flex-grow-1">
<h3 class="h5"><a href="<?php echo get_permalink($post); ?>"><?php echo get_the_title($post); ?></a></h3>

<?php
Expand Down

0 comments on commit 5460123

Please sign in to comment.