deep link to story on why-i-left template
This commit is contained in:
parent
7d05742213
commit
263f9ea634
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
|
|
Loading…
Reference in a new issue