Title: Remove Links
Last modified: May 29, 2019

---

# Remove Links

 *  Resolved [hhuesca](https://wordpress.org/support/users/hhuesca/)
 * (@hhuesca)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/)
 * Hi;
 * Congratulations on your plugin, it’s fantastic. I have a question, Is there away
   to remove the link from the posts? I want only to show the post title but not
   link to the actual post.
 * Thank you for your response.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-links-10%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11586518)
 * Hi,
 * Add the following code to the end of your theme’s functions.php file:
 *     ```
       add_filter( 'spt_post_custom_redir_link', function() {
           return '';
       });
       ```
   
 * Hope it works. Thanks!
 *  Thread Starter [hhuesca](https://wordpress.org/support/users/hhuesca/)
 * (@hhuesca)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11588814)
 * Thank you for your response; it removes de link but it still clickable, Is there
   a way for not being clickable, or removing the undrline?
 * Thank you again!
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11589025)
 * Hi,
 * You can use CSS:
 *     ```
       .spt-link {
           pointer-events: none;
           text-decoration: none;
       }
       ```
   
 * Screenshot: [http://prntscr.com/nvhuqq](http://prntscr.com/nvhuqq)
 * Thanks!
 *  Thread Starter [hhuesca](https://wordpress.org/support/users/hhuesca/)
 * (@hhuesca)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11589305)
 * Thank you worked like a charm. Last question and sorry to bother. Is there a 
   way to remove the post number limitation of 20? I’m using the plugin for this:
 * [http://spyral-ag.com/cimatelecom_beta/](http://spyral-ag.com/cimatelecom_beta/)
 * But I have almost 55 items.
 * Thank you again for your help.
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11589401)
 * Hi,
 * Use shortcode this way:
 * `[spt-posts-ticker num_posts="55"]`
 * Thanks!
 *  Plugin Author [Sayan Datta](https://wordpress.org/support/users/infosatech/)
 * (@infosatech)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11589416)
 * If you want to show all items you can use this way:
 * `[spt-posts-ticker num_posts="-1"]`
 * Thanks!
 *  Thread Starter [hhuesca](https://wordpress.org/support/users/hhuesca/)
 * (@hhuesca)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11589765)
 * Awesome! Thank you for your kindness. I promise this is the last question, is
   there away to avoid the stop on hover?
 *  [iamsayan](https://wordpress.org/support/users/iamsayan/)
 * (@iamsayan)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11590798)
 * Hi,
 * For now, this is not possible. I will try to implement this in the upcoming version
   of this plugin.
 * Thanks!
 *  [iamsayan](https://wordpress.org/support/users/iamsayan/)
 * (@iamsayan)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11593357)
 * Hi [@hhuesca](https://wordpress.org/support/users/hhuesca/)
 * Plase update this plugin to the latest version and set this option ([http://prntscr.com/nw0cjb](http://prntscr.com/nw0cjb))
   to yes and save plugin settings.
 * Thanks!

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

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

 * ![](https://ps.w.org/simple-posts-ticker/assets/icon-256x256.png?rev=2961877)
 * [Simple Posts Ticker - Easy, Lightweight & Flexible](https://wordpress.org/plugins/simple-posts-ticker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-posts-ticker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-posts-ticker/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-posts-ticker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-posts-ticker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-posts-ticker/reviews/)

## Tags

 * [links](https://wordpress.org/support/topic-tag/links/)

 * 9 replies
 * 3 participants
 * Last reply from: [iamsayan](https://wordpress.org/support/users/iamsayan/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/remove-links-10/#post-11593357)
 * Status: resolved