• Resolved moodyrain

    (@moodyrain)


    Hello, I am using the Canard theme, is there a way to remove huge previous/next buttons at bottom of posts?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter moodyrain

    (@moodyrain)

    Sorry, similarly, how do I remove date & author from posts of same theme?
    Thanks

    Thread Starter moodyrain

    (@moodyrain)

    figured it out ??

    Moderator Kathryn Presner

    (@zoonini)

    Glad you figured it out. Feel free to post your code here in case it helps others in the future.

    Hi,

    Can you please explain how you removed the previous & next from posts?

    Alternatively, can you explain how to exclude specific posts categories so they don’t show up in the previous & next buttons?

    I’m not a coder so please also add instructions to where exactly should i add the code…

    Thanks!

    Moderator Kathryn Presner

    (@zoonini)

    Can you please explain how you removed the previous & next from posts?

    You can remove post navigation on single posts with this custom CSS:

    .single .nav-links {
      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.

    Alternatively, can you explain how to exclude specific posts categories so they don’t show up in the previous & next buttons?

    This is much more complicated so for a non-coder I’d recommend simply removing the post navigation. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove previous & next from posts’ is closed to new replies.