featured posts order

It sounds like you want to use the ‘sticky’ functionality as a replacement for a tag or a category.

Why not just put all the posts you want in a ‘tab’ category, then call your query for that category. You can use orderby in fancy ways (such as by post_meta($tab = get_posts(‘category=tab&orderby=date’);