Archived topic
GB Block & Parent Listing Page
18 replies · Started by Ian on September 21, 2020
Thanks Leo. I see the filter to sort but unfortunately, here is what I see.
Order I entered into Posts ID field: 4034,4026,3801,4010
Leaving setting = No Order and posting as [wp_show_posts id="123"], I get this: 3801,4010,4026,4034
Leaving setting = No Order and posting as [wp_show_posts id="123" settings="orderby=menu_order"], I get 4026 4034 3801 4010.
I cannot see any relevance between the 2 but using Menu Order did not display the post ID's as entered.
Then I realized I had entered Parent Attributes for these pages to see if they worked. I changed all to Order 0 and got this: 4010,4026,4034,3801.
I cannot seem to find a pattern to make this work. What am I missing?
Strange, what if you use orderby=post__in instead of orderby=menu_order?
Tom, that worked! Thanks for helping me text. Let me see if the client wants to go the WP Show Post Pro route!
Awesome, glad I could help! :)