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
- Set relationship between custom_post_types
- wp_get_object_terms(): count relative to passed IDs?
- Add/overwrite a parameter on an existing post type/taxonomy
- Get the ‘slug’ of a custom taxonomy
- Custom Metabox with Taxonomy Dropdown – Saving Issue
- Custom Post Type / Taxonomy Slug / Post Title with post type archive
- Show certain terms from custom taxonomy but exclude ‘parent’ terms?
- Limiting number of custom posts shown on taxonomy page
- Custom Taxonomy conditionals
- How to create archive page for taxonomy terms within custom post type
- How do I provide a “show all posts” link in a paginated term archive?
- List terms from Custom Taxonomy
- Set object terms not working on plugin activation
- Display only post types that are direct children of the current taxonomy
- custom taxonomy relationship
- Parent & Child Taxonomy slugs in custom post permalink
- Custom Taxonomy Invalid in REST API
- How to use the post_title of custom post type as taxonomy
- Custom Post Type Archive Page Filtering
- Custom Post Type With Categories
- Missing Posts in Custom Taxonomy List
- Custom Taxonomy back-end customizations
- How do I change the custom taxonomy slug to be the same as the custom post type slug?
- Permalinks /country/city/cpt/postname/
- Seamless permalinks between Custom Taxonomy and Custom Posts
- browse by category and tags?
- Taxonomy structure help
- Create more category hierarchical depth for custom post type/taxonomy plugin (widget)
- Show custom post type inside a custom post type
- How to add and clear custom post types and taxonomies in a plugin? Considerations for existing data
- How to check if post/page or taxonomy post is published by admin
- Custom taxonomy or custom page templates?
- Permalink problems with custom post type and custom taxonomy
- Get terms of a post but only if they’re also the child of a specific term
- Custom Post Type Categories URL not displaying posts
- Custom order of Taxonomy Terms
- Custom Post Type Advanced Slug
- Custom post type subtaxonomy template
- tax_query (if the terms are empty)
- Getting only one post per category
- Should putting custom code in functions.php or created the plugins [duplicate]
- Get posts by category name
- How to Implement Search Functionality?
- How to implement very unusual wordpress routing structure?
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Changing permalink of default Post with custom post
- get_queried_object not work in taxonomy page
- wp_insert_post deleting previous post custom meta
- Change custom post taxonomy values from front-end
- Pages of my taxonomy terms are showing all posts
- Is there a way to re-order the Custom Taxonomy drop-down on a Custom Post listing page?
- How to get all posts related to a taxonomy?
- Custom post types not displaying per category
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- predefined custom field on registration page
- Displaying taxonomy icon outside archive page
- Why won’t this rewrite rule work?
- Archive.php is not displaying tags
- How to not have the items of the subtaxonomy within the parent taxonomy
- How to save an integer as taxonomy term?
- Tags and Taxonomy links not working for Custom Post Types
- Get custom post type parent category
- How can i change url structure of cpt like this?
- Taxonomy Archive URL + Template