• Resolved lezzidan

    (@lezzidan)


    Hi, I’m using maskitto-light 2.1.3 with the child template because I need to make modifications. I cannot find the way to disable the pagination at the end of the posts, I would like to remove it also because it is not working properly, next and prev refer to other categories posts and not to the same category type as I expect.
    Could you please redirect me to a place where I can disable navigation?

    Thanks a lot

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there lezzidan,

    Hope you’re well today ??

    I’ve checked the theme you’re using and I couldn’t find option to remove post navigation from single post pages.

    You could remove it with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    .single .post-navigation {
        display: none;
    }

    If the code doesn’t work please keep it added, post link to your site and let me know so I can take a look ??

    Cheers,
    Bojan

    Thread Starter lezzidan

    (@lezzidan)

    Thanks, I had solved removing the call to the maskitto_light_post_nav() function in single.php, but your solution looks more elegant.

    Cheers
    Daniele

    Hey Daniele,

    Glad the code is working. Also I’d suggest using CSS to remove it since unless you’re using child theme and editing a template from your child theme you’re changes will be lost once you update the theme.

    You can use the plugin I mentioned above and add the CSS in Appearance -> Custom CSS so you can be safe your changes will stay after theme update ??

    Have a nice day!

    Cheers,
    Bojan

    Thread Starter lezzidan

    (@lezzidan)

    Yes I’m using a child theme and I edited its own CSS, thanks again

    Daniele

    Glad I could help ??

    Cheers,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable navigation at bottom of the page’ is closed to new replies.