Archived topic
Image turn off clickable link
3 replies · Started by nomadiceman on August 9, 2021
I’d like to make the front page list of posts no have a clickable image. The only link is in the text
How can I go that? I’m issuing WPSP pro
Hi there,
this is really a question for WP Show Posts support - but Tom provided the coder required here:
https://github.com/tomusborne/wp-show-posts/issues/9#issuecomment-355468250
You can remove this line ( as it disables the title link ):
add_filter( 'wpsp_disable_title_link', 'tu_disable_links', 10, 2 );
Ah yeah sorry about that, I forgot there was a separate support area for wpsp.
Thanks for replying and sharing the code. It worked perfect 🙏
Glad to hear that!