Title: Removing hyperlink
Last modified: August 21, 2016

---

# Removing hyperlink

 *  Resolved [Arjun S Kumar](https://wordpress.org/support/users/arjunskumar/)
 * (@arjunskumar)
 * [12 years ago](https://wordpress.org/support/topic/removing-hyperlink/)
 * I use the following code to display my post on a page.
    `[catlist id=6 title_class
   ="entry-title" tag=h2 numberposts=1 content=yes]`
 * Is there some possible way by which I can remove the hyperlink of the title of
   the post?
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

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

 *  [krkowallis](https://wordpress.org/support/users/krkowallis/)
 * (@krkowallis)
 * [12 years ago](https://wordpress.org/support/topic/removing-hyperlink/#post-4737543)
 * I have the same question. I’d like to be able to remove both hyperlinks that 
   show.
 *  [osckar](https://wordpress.org/support/users/osckar/)
 * (@osckar)
 * [12 years ago](https://wordpress.org/support/topic/removing-hyperlink/#post-4737583)
 * Hi:
 * Add this class to your css file:
 *     ```
       .no_link {
       cursor: default !important;
       pointer-events: none;
       }
       ```
   
 * and add the class to the shortcode: `title_class=no_link`
 * Regards
 * PS: Tested on Firefox and BlackBerry 10 mobile browser, not sure if it works 
   on other browsers.
 *  [CaiusMartius](https://wordpress.org/support/users/caiusmartius/)
 * (@caiusmartius)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/removing-hyperlink/#post-4737654)
 * This was a nice fix, thanks Osckar.
 * For those who may already have a title_class in their code you can simply add
   the following:
 *     ```
       cursor: default !important;
       pointer-events: none;
       ```
   
 * to your current title_class style and it will accomplish the same thing.
 * Michael
 *  [AnotherUID](https://wordpress.org/support/users/anotheruid/)
 * (@anotheruid)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/removing-hyperlink/#post-4737662)
 * osckar and CaiusMartius,
 * Thanks for that tip – worked beautifully (and much better than my unexpert tinkering
   with php code!)
 * Can confirm works on Firefox, Chrome, Andriod and iOS.
 * Cheers.
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/removing-hyperlink/#post-4737667)
 * Thanks everyone for helping out with this issue. I’m adding your answers to the
   [FAQ](https://github.com/picandocodigo/List-Category-Posts/blob/master/doc/FAQ.md#frequently-asked-questions).
   I’m also marking this issue as resolved.
 * Thanks!
 *  [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * (@memdesigns)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/removing-hyperlink/#post-4737692)
 * Oh my gosh, I’ve been looking for this answer for two days! Thank you, it worked
   perfectly!

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

The topic ‘Removing hyperlink’ is closed to new replies.

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

 * 6 replies
 * 7 participants
 * Last reply from: [memdesigns](https://wordpress.org/support/users/memdesigns/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/removing-hyperlink/#post-4737692)
 * Status: resolved