ce5e3bb472
The previous WP_Query with meta_query required agent_order to exist, which excluded agents that hadn't been edited since the field was added. Changed to simpler approach: fetch all published agents with get_posts(), filter disabled in PHP, sort by order (defaulting to 10) then alphabetically. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>