Title: WP-Function for author links
Last modified: August 20, 2016

---

# WP-Function for author links

 *  Resolved [Garrett Reiniggen](https://wordpress.org/support/users/reiniggen/)
 * (@reiniggen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wp-function-for-author-links/)
 * Hi,
 * please use get_author_posts_url($author_id) instead of:
 *     ```
       $url = trailingslashit( site_url() ) . NGFB_AUTHOR_SUBDIR .
       '/' . get_the_author_meta( 'user_login', $author_id ) . '/';
       ```
   
 * Thank you very much!
 * [http://wordpress.org/extend/plugins/nextgen-facebook/](http://wordpress.org/extend/plugins/nextgen-facebook/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * (@jsmoriss)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/wp-function-for-author-links/#post-3507387)
 * Excellent idea – can’t believe I missed that. 😉
 * You can grab v3.5.1 with thsi change from [http://downloads.wordpress.org/plugin/nextgen-facebook.zip](http://downloads.wordpress.org/plugin/nextgen-facebook.zip).
 * Thanks,
 * js.

Viewing 1 replies (of 1 total)

The topic ‘WP-Function for author links’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/nextgen-facebook_f2c17e.svg)
 * [NextGEN Facebook](https://wordpress.org/plugins/nextgen-facebook/)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-facebook/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [JS Morisset](https://wordpress.org/support/users/jsmoriss/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/wp-function-for-author-links/#post-3507387)
 * Status: resolved