[Support request] Change the post navigation order…

Home Forums Support [Support request] Change the post navigation order…

Home Forums Support Change the post navigation order…

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #1162382
    Yannick

    Thanks Tom. I saw that URL and it doesn’t work.
    Seems like my only solution will be to add a leading zero and have it parsed before being displayed…

    #1163132
    Tom
    Lead Developer
    Lead Developer

    It may be worth asking over on https://wordpress.stackexchange.com just in case someone else has a solution.

    #1163188
    Yannick

    I installed Query Monitor to have a look at the get_adjacent_post() query, and what seems to be the issue, is that WP queries the database with a WHERE clause based on the date. So it’s looking for a post with a greater or lesser date than the current post, and limits it to 1 (which is the logical way of doing it).

    In my case, I need to change the WHERE query to find the previous or next post in the DB, based on the title. I see how I can change it and can technically check if p.post_title > $post->post_title, but again, it won’t work with natural sorting…

    Arghhhh, haha!

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.