Title: accessibility issue
Last modified: April 5, 2021

---

# accessibility issue

 *  [rscano](https://wordpress.org/support/users/rscano/)
 * (@rscano)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/accessibility-issue-16/)
 * Hi, the generated code create accessibility issue for people with screen reader
   that find every link as “View posts ->.
 * `<a href="https://www.sitename.com/author/XXX/" class="authors-list-item-link"
   >View Posts →</a>`
 * should be
 * `<a href="https://www.sitename.com/author/XXX/" aria-label="View XXX's Posts"
   class="authors-list-item-link">View Posts →</a>`
    -  This topic was modified 5 years, 1 month ago by [rscano](https://wordpress.org/support/users/rscano/).
    -  This topic was modified 5 years, 1 month ago by [rscano](https://wordpress.org/support/users/rscano/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/accessibility-issue-16/#post-14281776)
 * Hi [@rscano](https://wordpress.org/support/users/rscano/)
 * Thanks for letting us know, we’ll get that sorted out in the next update, should
   be released by the end of this week.
 *  Thread Starter [rscano](https://wordpress.org/support/users/rscano/)
 * (@rscano)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/accessibility-issue-16/#post-14292111)
 * Thank you! Actually I’ve solved with this solution that don’t need to change 
   translation.
 *     ```
       <?php if ( $settings['show_link'] == 'yes' ) : ?>
                                   <a href="<?php echo $posts_url; ?>" class="authors-list-item-link" aria-label="<?php echo esc_attr( $name ) ?> - <?php esc_html_e( 'View Posts &rarr;', 'authors-list' ); ?>"><?php esc_html_e( 'View Posts &rarr;', 'authors-list' ); ?></a>
                               <?php endif; ?>
       ```
   
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/accessibility-issue-16/#post-14294863)
 * You’re welcome and thank you for sharing the code.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘accessibility issue’ is closed to new replies.

 * ![](https://ps.w.org/authors-list/assets/icon-256x256.png?rev=2062262)
 * [Authors List](https://wordpress.org/plugins/authors-list/)
 * [Support Threads](https://wordpress.org/support/plugin/authors-list/)
 * [Active Topics](https://wordpress.org/support/plugin/authors-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/authors-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/authors-list/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [WPKube](https://wordpress.org/support/users/wpkube/)
 * Last activity: [5 years, 1 month ago](https://wordpress.org/support/topic/accessibility-issue-16/#post-14294863)
 * Status: not resolved