Skip to content

Commit

Permalink
fix: replace slug in posts query loop
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Nov 16, 2023
1 parent 10fc68d commit 89d46d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/patterns/posts-query-loop.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- wp:post-date {"fontSize":"small"} /-->
<!-- wp:post-title /-->
<!-- wp:post-terms {"term":"category","fontSize":"small"} /-->
<!-- wp:post-excerpt {"moreText":"\u003cstrong\u003e' . esc_html( $strings['button'] ) . '\u003c/strong\u003e","style":{"elements":{"link":{"color":{"text":"var:preset|color|raft-accent"}}}}} /-->
<!-- wp:post-excerpt {"moreText":"\u003cstrong\u003e' . esc_html( $strings['button'] ) . '\u003c/strong\u003e","style":{"elements":{"link":{"color":{"text":"var:preset|color|ti-accent"}}}}} /-->
<!-- wp:spacer {"height":"64px"} -->
<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>
Expand Down

0 comments on commit 89d46d4

Please sign in to comment.