deep link to story on why-i-left template

This commit is contained in:
Evan Mullins 2024-06-10 18:16:19 -04:00
parent 7d05742213
commit 263f9ea634

View file

@ -59,7 +59,7 @@ get_header();
) {
$username = esc_html( $user->nickname );
$the_answers .= '<cite>';
$the_answers .= '<a class="person person-' . esc_attr( $userid ) . '" href="' . get_author_posts_url( $userid ) . '">';
$the_answers .= '<a class="person person-' . esc_attr( $userid ) . '" href="' . get_author_posts_url( $userid ) . '#why-i-left">';
$the_answers .= '<span class="directory-img">';
$the_answers .= wasmo_get_user_image( $userid );
$the_answers .= '</span>';