Hello,
I have a custom page which I am using as a business listing page.
All the actual business listing posts have numerous tags, and I'm trying to figure out a way to sort them in the loop.
I want all posts that are tagged with "basic" to always be listed at the bottom of all the other posts in the loop, and be styled differently in html.
Here's a crude example:
- Business Listing Post
- Business Listing Post
- Business Listing Post
- Business Listing Post
- (Basic) Business Listing Post
- (Basic) Business Listing Post
- (Basic) Business Listing Post
Is this possible?