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
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