I think the “Featured Post Manager” plugin will be closer to what you’re looking for:
http://wordpress.org/extend/plugins/featured-post-manager/screenshots/
The language used is somewhat confusing, and it may not work for custom taxonomies (directories) or custom types (people), BUT you can probably take the code and customize it to work for those classes of things instead, as well as updating the language used on the page.
It’s mostly a single PHP file, so you’d just have to look at the code ( http://plugins.trac.wordpress.org/browser/featured-post-manager/trunk/fpmngr.php ) and change a couple things from “category” to “directory” (line 81), and “post” to “person/people” (line 108), etc.
Related Posts:
- Taxonomy: Why ‘with_front’ => false DOES NOT WORK?
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- Extend walker class with custom post types [closed]
- Exclude from search all custom posts which are NOT in a taxonomy term
- Custom SQL Query on Custom Post Type. Order by Taxonomy?
- Term Checklist Walker – Disable Parent Categories
- Custom taxonomy template not working with simple loop. Multiple CPT using the same taxonomy
- Paginated Taxonomy Term Archive including one post per term
- Insert HTML inside link in a walker
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- Get posts by querying taxonomy and certain terms of the taxonomy?
- Custom post type templating problem
- Custom Post Type Taxonomy Filters
- WordPress loop: Show only a Custom Post Type Taxononmy TERM
- How to conditionally redirect to the post from a taxonomy page?
- How to group posts and get a mixed posts and groups view?
- Use custom walker to add taxonomy terms to main nav menu
- How to list tags from custom post type attachments?
- How to get_term_meta on single custom post?
- Custom Category Walker with Image, Fallback to Most Recent Post in Category Image
- I have custom post type with custom taxonomy. But not found the taxonomy page..
- How to List Custom Post Type Titles Based on Theirs Taxonomy Terms Inside a Nested Loop
- Custom Post type Query by Taxonomy
- Single.php for Custom Post Type > Taxonomy > Term
- How to display posttypes and taxonomy in standard posts, not in a separate label?
- ACF – Retrieve custom taxonomy from a relationship field
- Display Custom Field or Custom Taxonomy in front page /post/product
- WP_Query not using custom taxonomy categories on custom post type
- Showing taxonomies with terms that are attached to custom post
- Getting all custom post taxonomies and exhibiting only part of them
- Error get_posts with Custom Taxonomy and OR relation
- Get list of CPT posts in *current* post’s taxonomy term
- tax_query showing no results
- Linking custom taxonomies and posts
- Storing/querying custom date data
- Navigation won’t update to show full path to single post
- How to build a complex page structure
- Remove admin menu for custom taxonomy attached to custom post type
- How do I list custom taxonomy terms without the links?
- Page not found taxonomy custom post type
- How to list custom taxonomy categories?
- clients list using wordpress
- How to do a custom bookmarks post type?
- Getting taxonomy terms used by custom post type
- associate custom post type with tags with specific pages
- How to customize admin posts based on the user who is logged in
- taxonomy template for custom post type the same as the archive
- Custom taxonomy template for multiple custom post types
- Custom Post Types for Support Ticket plugin?
- Add/Remove current_page_parent class
- Use different taxonomies in different custom post types’ permalinks?
- Query/list all terms and their custom post count
- Get custom taxonomies from multiple posts
- How can I make a custom post type sticky?
- Get Taxonomy Term Title by it’s URL
- How to use terms from the same custom taxonomy in different roles in a custom post type?
- How to have the same url structure for both a CPT and a Taxonomy?
- How to create custom url structure based on custom post type rewrite slug, taxonomy and category slug?
- WP_Query inside foreach loop returning same value for all options when filtered using ajax
- limit value taxonomy based on previous taxonomy value wordpress
- Limit number of custom posts per taxonomy
- Custom permalink with child taxonomy terms
- Display Registered Taxonomies
- Custom Taxonomy Not Showing in Front-End When Outputting a Custom Post Type with WP_Query()
- Pagination Not Working for Custom Taxonomy with Custom Query – 404 Error
- Display custom posts randomly in custom taxonomy archive
- WP_Query parameter conflict
- How to get all posts related to particular category name on button click?
- List all Custom Post Type posts excluding certain Taxnomy term
- Display custom posts for each category from its custom taxonomy
- Get custom category ID of current custom post within the loop
- Can’t pull posts of a Custom Post Type based on the custom taxonomy of the CPT
- Conditional Statements
- Get newest created custom category (get_term_by and variables) (outside Loop)
- Custom Taxonomy Taxonomies of Same Name point to first created URL
- Displaying custom taxonomy menu in custom post type archive
- Taxonomy terms with the same name are updated between separate custom post types
- Custom taxonomy permalink without term, redirection to CPT slug
- Custom post type category link redirecting to 404 page
- Display post count for a specific month
- Create custom post type categories
- Add other all taxonomies as meta boxes to custom post type
- How to get post type archive category title
- Remove CPT Slug with 2 taxonomies and 1 post meta
- URL with Hierarchical Taxonomies and same slug for all terms and sub-terms
- Should I make a taxonomy to organize data like this?
- Display Custom taxonomy, Child terms and posts in a template Under Specific Parent terms
- List all posts from custom post type by taxonomy
- changing post type in loop query
- Taxonomy and Rewrite Structure
- Pagination for a Custom Taxonomy
- Trying to create hierarchy between 3-4 custom post types
- Add custom taxonomies as class names to an archive page of custom post types
- Custom Post Type Base URL
- Only One Post of Custom Post Type Appearing on Template Page
- Same slug for Custom Taxonomy archive and CPT archive – Rewrite rule not working
- Problem with shortcode
- WP Query – Can’t get posts with specific taxonomy
- Custom post type URl Cutomization
- Auto Generate Post Title from 2 ACF Taxonomies [closed]