• Resolved jreister

    (@jreister)


    Hey guys, I have a issue with the pagination on my website. I have it set to show 10 articles on the main page and afterwards I’d like to offer the option to go to page 2,3,4,etc. Instead, right now, it just shows an button for “Older Posts”, which by the way isn’t working cause it isn’t loading any posts.

    So, therefore:
    1. How do I make it show actual pages and not a Older Posts button?
    2. If that’s not possible with my current theme, how do I make the button work? (though I’d prefer to just show pages).

    Thank you,
    jreister

    EDIT: I have managed to get pagination by implemeting the following code on my index.php page:
    <?php wordpress_numeric_post_nav(); ?>

    The only issue left is that now I get this black bar when scrolling on my website:
    https://prntscr.com/j6xwqr

    How do I fix that? Thank you.

    • This topic was modified 6 years, 11 months ago by jreister.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jreister,

    It has the body background set to black.
    If you make this transparent you won’t see this anymore.

    You can find body {background: #1a1a1a;} on line 465, change this to body {background: transparent;}

    Thread Starter jreister

    (@jreister)

    Hello @helldog2018, it worked and it also looks a lot cleaner now. Your help was greatly appreciated. Thank you a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with pagination’ is closed to new replies.