Remove link in post-title Posted in : Read WP urueggParticipant 2 December 2013 at 12:35 #10461 Hello. I would like to remove the link in a post-title. Which file do I need to edit in this case? Thanks for the help. Cheers Mehmet S.Keymaster 2 December 2013 at 21:58 #10467 Hi, use this in your External JS field: <script> jQuery(document).ready(function($) { $( '.entry-title' ).each(function() { var postTitle = $( this ).find( 'a' ).html(); $( this ).html( postTitle ); }); }); </script> urueggParticipant 3 December 2013 at 12:00 #10477 thanks, works perfectly. solved. Mehmet S.Keymaster 3 December 2013 at 15:47 #10481 You are welcome. Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register