• The next previous arrows/links do not appear. I can see that the code for them is there, but they don’t appear on the site. Any ideas on what I need to fix?

    Germaine

Viewing 7 replies - 1 through 7 (of 7 total)
  • How many posts are on your main page? How many do you have it set to show before it displays the next and previous links?

    Thread Starter countercultureprodco

    (@countercultureprodco)

    I originally had it set to show 10. I upped it to 20 and then 40 so that a reasonable amount could be seen. The arrows also don’t show when you click a category or a date archive. You can see the first page that it pulls up but nothing else. I’m sure I’ve done something stupid, but can’t figure it out.

    https://www.countercultureprodco.com/blog

    Thanks,
    Germaine

    I have to say I’m a little perplexed. The previous link is in the source code but doesn’t show on the page. I’m sure it must be something simple and my tired brain just isn’t catching it.

    Does it work with another theme?
    If yes, compare the two code snippets in the themes.

    (not much willingness to browse the source code of a 40 posts long-long page, sorry)

    Got it. Your stylesheet is screwing things up. Change

    div.navigation
    {
    display:none;
    }

    to

    div.navigation
    {
    
    display:block;
    }

    and that will fix it ??

    PS: It’s none of my business but 40 posts is a bit much. You might want to cut it in half at least if not more.

    Thread Starter countercultureprodco

    (@countercultureprodco)

    Thanks so much! Right-I hate the 40 posts too. It goes back to 10 as soon as I fix it! I just put it at 40 because people couldn’t see the poasts they wanted in categories. 40 is ridiculous and takes forever on slower connections!

    Thanks so much for the help!

    Your welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Previous<>Next Missing?’ is closed to new replies.