• Resolved delcour

    (@delcour)


    On this website on the right there will be a list of treatments.
    My client wants to place the main 3 treatments on top of the list followed by the rest in alphabetical order.
    Can this be done?
    I’ve tried with taxonomies, but I cannot get it to work.
    Thnx.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    I recommend using two separate shortcodes for that. For the main three, list their post IDs and tell it to sort by that order:

    [display-posts id=”123, 456, 789″ orderby=”post__in”]

    Then for the second list, display all the posts excluding those three:

    [display-posts posts_per_page=”999″ orderby=”title” order=”ASC” exclude=”123, 456, 789″]

Viewing 1 replies (of 1 total)
  • The topic ‘Put 3 posts on top and rest orderby title’ is closed to new replies.