older/newer posts

  • Unknown's avatar

    How could I put tabs for older/newer posts like in this blog:

    http://runlonglivestrong.wordpress.com/page/3/

    I need links to direct to older and newer posts. Now what I have is a tab which just adds the older posts and the main pages becomes should be scrawled and scrawled and scrawled which is quite inconvinient.

    10x for the assistance and the fast reply!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You can change the links so they do longer, full page loads instead of scrolling using CSS like this:

    #infinite-handle {
    	display: none;
    }
    .infinite-scroll #nav-below {
    	display: block;
    }

    But note that if the feature ever needs to be updated in the future, this workaround may not work any more and you will be responsible to update the CSS again at that point.

    We’ve worked to try to make the scrolling feature better by updating the URLs to include the page value and we also have some new updates planned that should make it so the content loads more fluidly without loading all the content in one big stretch. So I would recommend keeping the scrolling feature instead of making a change like this if you’re willing.

  • The topic ‘older/newer posts’ is closed to new replies.