Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix sort by latest/newest posts in getposts function inside post controller #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 25, 2024

  1. fix sort by latest/newest posts in getposts function inside post cont…

    …roller
    
    You might have noticed that the sort by latest/newest doesn't work in our search page. It is due to a small typo in the post controller getposts function. Instead of "order" we are actually passing "sort" from our search page.
    ShhmonDai authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2284d3c View commit details
    Browse the repository at this point in the history