Site logo

[Resolved] Turn off permalinks on post title

Home Forums Support [Resolved] Turn off permalinks on post title

Home Forums Support Turn off permalinks on post title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #807833
    Leo
    Staff
    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 🙂

    #808504
    Keith Messinger

    Thanks Leo. I forgot. That is a feature of WP.

    #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 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.