Title: Remove link
Last modified: August 21, 2016

---

# Remove link

 *  [nessler](https://wordpress.org/support/users/nessler/)
 * (@nessler)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-link-3/)
 * Hi,
 * I have the plugin up and running on the frontpage of this site.
    [http://www.fortherestless.com](http://www.fortherestless.com)
 * However, I would like to remove the link from the post title so it is no longer
   clickable, and also would like to style as the text “the latest news” it but 
   can’t find just how.
 * thanks for any hints or advice
 * [http://wordpress.org/extend/plugins/network-latest-posts/](http://wordpress.org/extend/plugins/network-latest-posts/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * (@iluminatus)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/remove-link-3/#post-3660443)
 * Hi nessler,
 * Sorry for the late response, in order to remove links from titles there’s something
   you could do using jQuery (until this feature is available), just unwrap titles.
   Below I’ll explain how you can do it:
 * First create a JavaScript file called **_unwrap-nlptitles.js_** and save it into
   your active WordPress theme folder, copy & paste this:
 *     ```
       <script type="text/javascript">
            jQuery(".nlposts-ulist-title a").contents().unwrap();​
       </script>
       ```
   
 * Then to your _functions.php_ file add this at the end before **?>**:
 *     ```
       wp_enqueue_script('unwrapjs',get_stylesheet_directory_uri().'/unwrap-nlptitles.js';
       ```
   
 * That’s it! The text style looks like the rest of the header titles in your site
   so I think you solved that one.
 * Please let me know if it works.
 * Cheers.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/network-latest-posts_61c601.svg)
 * [Network Latest Posts](https://wordpress.org/plugins/network-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/network-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/network-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/network-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-latest-posts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jose Luis SAYAGO](https://wordpress.org/support/users/iluminatus/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/remove-link-3/#post-3660443)
 * Status: not resolved