• Resolved mrbenn

    (@mrbenn)


    Hi,

    I’ve just upgraded my photoblog from v1.5 to v1.5.2.

    29twelve.com

    I’ve managed to get it all working apart from the previous post link on the front page.

    I’m using the single post per page plugin by Ryan Boren but for some reason it won’t work.

    I’m guessing because some of the coding has changed?

    Thanks.

    Ben

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mrbenn

    (@mrbenn)

    UPDATE!

    My homepage (see above for link) now has the Previous link button on it but it refers to:

    http://www.29twelve.com/blog/index.php/page/2/

    instead of

    http://www.29twelve.com/blog/index.php/20050903/180444/

    The homepage uses index.php to create the page but when I use single.php (for the rest of the pages) it works fine?!

    My permalinks are set to:

    /index.php/%year%%monthnum%%day%/%hour%%minute%%second%/

    I’m hoping one of you guys/girls has a nice simple explanation/fix for me as I can’t figure it out?!

    Thanks.

    Ben

    Thread Starter mrbenn

    (@mrbenn)

    UPDATE 2!

    Apologies everyone, I’ve solved my own problem by removing

    if(! is_single()) {
    return null;
    }

    from the get_previous_post function in template-functions-links.php

    Cheers.

    Ben

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

The topic ‘1.5.2 upgrade question’ is closed to new replies.