[wp-trac] [WordPress Trac] #27238: Add parameters to the_taxonomies() and get_the_taxonomies() to deselect linking
WordPress Trac
noreply at wordpress.org
Fri Feb 28 16:39:34 UTC 2014
#27238: Add parameters to the_taxonomies() and get_the_taxonomies() to deselect
linking
---------------------------+------------------------------
Reporter: davidjlaietta | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses:
---------------------------+------------------------------
Comment (by hereswhatidid):
This can already be accomplished with the 'template' argument. You would
just call the function like so:
{{{
$args = array(
'template' => '%s'
);
$taxonomy_list = get_the_taxonomies( null, $args );
}}}
then $taxonomy_list would contain an array of just the term names.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27238#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list