• My users are not familiar with the concept of Permalinks. How do I turn off or toggle off the “permalink” option on P2 posts and posting for individual users.

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    You can hide the permalink with some custom CSS:

    .thepermalink {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘How to Toggle Permalinks OFF’ is closed to new replies.