Skip to content

Commit

Permalink
Update "See All News" links on project pages
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Oct 16, 2024
1 parent d815bec commit 4a6e2fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class="wp-block-spacer is-style-20-40"></div>
<div class="wp-block-column is-vertically-aligned-bottom"
style="flex-basis:20%">
<p class="has-text-align-right is-style-link-cta"><a
href="<?php echo esc_url( '/?post_type=post&s=' . $project_slug ); ?>">See all news</a></p>
href="<?php echo esc_url( '/blog?_sft_lf-project=' . $project_slug ); ?>">See all news</a></p>
</div>
</div>
<div style="height:40px" aria-hidden="true"
Expand Down

0 comments on commit 4a6e2fd

Please sign in to comment.