• Resolved marcussatherstrom

    (@marcussatherstrom)


    Hi,

    I have 5 authors on my Blog. Is it any way to just load the same authors posts, or will it always load the next post in time order?

    Thanks,
    Marcus

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Sébastien Dumont

    (@sebd86)

    Hi @marcussatherstrom

    Auto Load Next Post uses the post navigation to decide which post to load next in decending order so you would have to use the get_previous_post_where filter to sort by the same author.

    Filter reference: https://codex.www.ads-software.com/Plugin_API/Filter_Reference

    in function get_previous_post (which finds the post before the currently-displayed post), applied to the SQL WHERE clause (which normally looks for the previous dated published post). Filter function arguments: WHERE clause, stay in same category (true/false), list of excluded categories.

    regards,

    Sébastien.

Viewing 1 replies (of 1 total)
  • The topic ‘Multiple Authors’ is closed to new replies.