Skip to content

Commit

Permalink
Single site: Update link to taxonomy page
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Sep 20, 2023
1 parent fe8c2c5 commit 05483f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<!-- /wp:group -->

<!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}},"className":"has-link-no-underline"} -->
<p class="has-link-no-underline" style="margin-top:var(--wp--preset--spacing--30)"><a href="<?php echo esc_url( home_url( '/tags/' ) ); ?>"><?php _e( 'View all tags', 'wporg' ); ?></a></p>
<p class="has-link-no-underline" style="margin-top:var(--wp--preset--spacing--30)"><a href="<?php echo esc_url( home_url( '/browse/' ) ); ?>"><?php _e( 'View all tags', 'wporg' ); ?></a></p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:column -->
Expand Down

0 comments on commit 05483f7

Please sign in to comment.