[wp-trac] [WordPress Trac] #24664: Let taxonomy term control CPT archive
WordPress Trac
noreply at wordpress.org
Sun Jun 30 17:42:37 UTC 2013
#24664: Let taxonomy term control CPT archive
-------------------------+-----------------------------
Reporter: ryanve | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Post Types | Version:
Severity: normal | Keywords:
-------------------------+-----------------------------
In [http://codex.wordpress.org/Function_Reference/register_post_type
register_post_type], it would be useful to have the option to use an
existing taxo term as a custom post type archive. Users could then choose
which posts appear in the archive and could easily edit the archive
description via the term. To achieve this, `'has_archive'` could accept an
array of the form `array($taxo, $term)` like `array('category', 'events')`
**or** a separate option called `'use_archive'` could be used.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24664>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list