• Resolved gabriellajp

    (@gabriellajp)


    Como fa?o para remover os links previous (anterior) e next (próximo) das postagens do tema?

    How do I remove the previous link (above) and next (next) the theme of posts?

Viewing 1 replies (of 1 total)
  • hi…

    it is very simple. change your custom css:

    /* no show of previous, next */
    .nav-previous, .nav-next {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘remove previous and next’ is closed to new replies.