Plugins

get_term_meta_from_cache

By the Web Warlock, Wednesday, 4/Aug/2010 10:31

<?php get_term_meta_from_cache( $term_id , $key ); ?>

get_term_meta_from_cache: Source code

By the Web Warlock, Wednesday, 4/Aug/2010 9:52

Source code of the WordPress function get_term_meta_from_cache, located in the file wp-content/plugins/zyx-term-meta/includes/term-meta-cache.php.

Link term to Page

By the Web Warlock, Thursday, 10/Jun/2010 1:53

You can link any term to a Page. This means that the link to the term will point to the URL of the Page, allowing you total freedom with the prettiest Permalinks ever. The Page "knows" the term it links to via a custom field, normally _query_cat.

edit_term_meta

By the Web Warlock, Wednesday, 9/Jun/2010 6:15

<?php do_action( 'edit_term_meta' , $term_id , $taxonomy );?>