Title: Change &#8220;View Posts&#8221;
Last modified: July 30, 2020

---

# Change “View Posts”

 *  Resolved [graememyburgh](https://wordpress.org/support/users/graememyburgh/)
 * (@graememyburgh)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-view-posts/)
 * Hi there. I absolutely LOVE this plugin. I’ve left a review 🙂
 * I have a bit of a strange requirement. I want to change the “View Posts ->” link
   to “View Curations ->”
 * Is this possible with a little bit of code?
 * Thanks again for an awesome plugin.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fchange-view-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-view-posts/#post-13189147)
 * Hi [@graememyburgh](https://wordpress.org/support/users/graememyburgh/)
 * Thank you 🙂
 * There is a CSS trick to achieve that:
 *     ```
       .authors-list-item-link {
           font-size: 0;
       }
       .authors-list-item-link::after {
           content: "View Curations \2192";
           font-size: 16px;
       }
       ```
   
 *  Thread Starter [graememyburgh](https://wordpress.org/support/users/graememyburgh/)
 * (@graememyburgh)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-view-posts/#post-13200021)
 * Wonderful, thank you!
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/change-view-posts/#post-13202922)
 * You’re welcome [@graememyburgh](https://wordpress.org/support/users/graememyburgh/)

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

The topic ‘Change “View Posts”’ 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, 8 months ago](https://wordpress.org/support/topic/change-view-posts/#post-13202922)
 * Status: resolved