• Resolved tmoteo

    (@tmoteo)


    Hello, and first of all: Thank you for your nice plugin and your work.

    I have the following problem after updating from 2.5 do 2.14: When I switch on the manual sorting for a certain category, the REST API link (e. g. https://localhost:8080/wp-json/wp/v2/posts?categories=13) for posts with that category does not work anymore, after switching manual sorting of, everything works as expected again. Do you have any idea? I searched the forum, but could not find any solution here yet.

    Thank you very much in advance. Greets Tmoteo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    for posts with that category does not work anymore, after switching manual sorting of, everything works as expected again.

    Make sure you have a the orderby directive on override for the manual sort to reflect in the return post list. You can either permanently override from the the admin reorder page or you can programmatically do this with a filter hook.

    I found a small mistake in the code which I have fixed with v2.14.1, can you manually upgrade from the github repo and let me know if it works for you.

    Thread Starter tmoteo

    (@tmoteo)

    Thank you so much for your fast help. The?v2.14.1 seems to work perfectly. Thumbs up!!!

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Ok, thanks for the feedback, I will release it today. Do leave a review when you have a moment to spare

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘REST API does not work after Upgrade’ is closed to new replies.