custom_taxonomy_dropdown
custom_taxonomy_dropdown
mla_after_setup_theme_action
mla_custom_terms_list
mla_insert_social_tags
mla_paginated_term_gallery
mla_tag_gallery
mla_taxonomy_terms_list
mla_wp_title_filter
custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none) : void
since | 1.00 |
---|
string
Taxonomy slug
string
Order by field
string
Sort order
string
Not used
string
HTML name= value
mixed
NULL/"Select All" label
mixed
NULL/"Select None" label
custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none, integer $selected) : void
since | 1.00 |
---|
string
Taxonomy slug
string
Order by field
string
Sort order
string
Not used
string
HTML name= value
mixed
NULL/"Select All" label
mixed
NULL/"Select None" label
integer
Index of the inital selection
mla_after_setup_theme_action() : void
mla_custom_terms_list(integer $ID, array $attr) : void
integer
ID of the post/page to generate terms for
array
Attributes of the function: site_url, page_url, taxonomy
mla_paginated_term_gallery(array $attr) : integer
This function uses $wpdb functions for efficiency.
array
Attributes of the function: page, taxonomy, term, post_mime_type, posts_per_page, current_page
mla_tag_gallery(array $attr) : void
array
Attributes of the function: taxonomy, term
mla_taxonomy_terms_list(array $attr) : string
Best used with the Collapse-O-Matic plugin, which uses the [expand] shortcode to display an "accordian-style" list.
array
Attributes of the function: taxonomy
mla_wp_title_filter(string $title, string $sep, string $seplocation) : string
string
The default page title
string
How to separate the various items within the page title
string
Optional. Direction to display title, 'right'.
string
updated title value