• Resolved elidaalexandre

    (@elidaalexandre)


    I’m using the template Ignite and would like to remove the pagination, those links that appear on each post page prompting the visitor to the next post or previous post.

    These links are not useful for my project and I wish they would not show.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Ignite!

    This can be easily accomplished with some additional CSS. The following code will hide the prev/next links at the end of your posts:

    .further-reading {
      display: none !Important;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter elidaalexandre

    (@elidaalexandre)

    Thank you for helping.
    🙂

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Removing the paging Ignite’ is closed to new replies.