Skip to content

Commit

Permalink
Fix prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Kolář committed Aug 18, 2023
1 parent 928e70d commit e027b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/post/content-excerpt.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>

<div class="entry-more">
<a href="<?php the_permalink(); ?>" class="btn btn-secondary" id="article~<?php get_the_ID() ?>"><?php _e('Read all', 'shoptet') ?></a>
<a href="<?php the_permalink(); ?>" class="btn btn-secondary" id="article~<?php the_ID() ?>"><?php _e('Read all', 'shoptet') ?></a>
</div>

<?php if ( get_the_post_thumbnail() !== '' && ! is_single() ) : ?>
Expand Down

0 comments on commit e027b47

Please sign in to comment.