Home › Forums › Support › Turn off permalinks on post title This topic has 3 replies, 3 voices, and was last updated 7 years, 1 month ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 11, 2019 at 2:03 pm #807721 Keith Messinger Hello. I would like to turn off the permalinks on the post titles. Can I use the child theme for that? I am using 2.2.2 Thanks, Keith February 11, 2019 at 4:40 pm #807833 LeoStaff Customer Support Hi there, Not quite sure if I understand. The theme itself doesn’t actually handle permalinks. It’s all handled by WordPress: https://codex.wordpress.org/Settings_Permalinks_Screen Let me know if this helps 🙂 February 12, 2019 at 9:20 am #808504 Keith Messinger Thanks Leo. I forgot. That is a feature of WP. February 12, 2019 at 9:50 am #808550 TomLead Developer Lead Developer Your blog post titles link to the single post, which is done by GP. To remove that, you would need a child theme. An easy workaround is to do something like this though: h2.entry-title a { pointer-events: none; } Not perfect, as the link still exists, but it will prevent people from clicking it. If you need help with the child theme just let me know 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In