-
-
Notifications
You must be signed in to change notification settings - Fork 29
webcomic_terms_list__
Display a list of comic terms.
[webcomic_terms_list]
Shortcode content overrides the link
attribute.
Optional weighted list maximum font size.
Optional weighted list minimum font size.
Optional term ID of the current term or terms.
Optional term feed type; one of atom, rss, or rss2.
Optional term feed link text.
Optional flat list format, like before{{join}}after.
Including <select>
or <optgroup>
elements will
convert links to <option>
elements. Using
webcomics_optgroup as a join will replace collection
links with a list of comic <option>
elements
wrapped in an <optgroup>
. When $hierarchical is
true, before and after are mapped to the $start and
$end arguments.
Optional text to append to list items when $hierarchical is true.
Optional text to append to a list level when $hierarchical is true.
Optional text to append to the list when $hierarchical is true.
Optional arguments for term links.
Optional reference post for term links.
Optional post arguments for term links.
Optional link text, like before{{text}}after.
Optional text to prepend to list items when $hierarchical is true.
Optional text to prepend to a list level when $hierarchical is true.
Optional text to prepend to the list when $hierarchical is true.
Optional custom Walker class to use instead of Mgsisk\Webcomic\Taxonomy\Walker\TermLister.
Optional get_webcomics_list() arguments.
Optional depth to list comics at.
Optional collection ID; combined with $type to produce a taxonomy when $type is specified. If no $collection is specified, the requested collection (if any) will be used.
This behavior changes if an integer $object_ids has been specified; in this case, $collections will be determined as follows:
- If $collection is empty, $collection will include all collections.
- If $collection is own, $collection will be the $object_ids collection.
- If $collection is crossover, $collection will be all collections except the $object_ids collection.
Optional taxonomy type, like character or storyline. Specifying a $type overrides any specified $taxonomy; it will be combined with the $collection argument to produce a taxonomy.
Taxonomy name, or array of taxonomies, to which results should be limited.
Whether to hide terms not assigned to any posts.
Optional object ID or an array of object IDs. Results will be limited to terms associated with these objects.
Whether to order terms in ascending or descending order. Accepts 'asc' (ascending) or 'desc' (descending).
Field to order terms by. Accepts term fields ( 'name', 'slug', 'term_group', 'term_id', 'id', 'description', 'parent') and 'count' for term taxonomy count.
The maximum hierarchical depth.