Title: link Author
Last modified: August 30, 2016

---

# link Author

 *  Resolved [pikamo](https://wordpress.org/support/users/pikamo/)
 * (@pikamo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/link-author/)
 * Hi
    I want to remove the link href of the author so i want to use only the nickname(
   not the login name ) without the link ?
 * With setting wordpress , i have put a nickname => good with wpdiscuz
    but the
   link ? How can ‘i removed ? with css display none => all the div will be removed!!
 * [https://wordpress.org/plugins/wpdiscuz/](https://wordpress.org/plugins/wpdiscuz/)

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

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/link-author/#post-6590144)
 * Hi pikamo,
    You can do that using jQuery small code. Put this in footer.php of
   your active theme, before `<?php wp_footer(); ?>` template tag like this:
 *     ```
       <script>
       jQuery(document).ready(function(){
       	jQuery(".wc-comment-left a").contents().unwrap(); //removes avatar link
       	jQuery(".wc-comment-author a").contents().unwrap(); //removes username link
       });
       </script>
       <?php wp_footer(); ?>
       ```
   
 *  Thread Starter [pikamo](https://wordpress.org/support/users/pikamo/)
 * (@pikamo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/link-author/#post-6590180)
 * thanks

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

The topic ‘link Author’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [display](https://wordpress.org/support/topic-tag/display/)
 * [link](https://wordpress.org/support/topic-tag/link/)

 * 2 replies
 * 2 participants
 * Last reply from: [pikamo](https://wordpress.org/support/users/pikamo/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/link-author/#post-6590180)
 * Status: resolved