Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I like mayersdesign's suggestion and have done something similar when posts couldn't be sorted easily by title or a custom field, but another option (assuming you won't need to grow beyond "Platinum", "Gold", and "Silver") would be to simply grab all posts and then loop thru each using an if statement (so that if no Platinum then it skips right to Gold, etc.) and then foreach. If you anticipate adding more levels, this won't hold up well but should be simple to implement. Commented May 3, 2022 at 18:38
  • @Trisha - If you like it, why not upvote it? haha. Thanks Commented May 24, 2022 at 14:57
  • thank you for the reminder, can't believe I missed that. :-) Commented May 25, 2022 at 20:09