Reply To: Turn off permalinks on post title

Home Forums Support Turn off permalinks on post title Reply To: Turn off permalinks on post title

Home Forums Support Turn off permalinks on post title Reply To: Turn off permalinks on post title

#808550
Tom
Lead 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 🙂