15/05/2010: Added dropdown list with link to any taxonomy term.
Add the term meta form
By the Web Warlock, Sunday, 9/May/2010 19:14
Add the term meta form (widgets section) for the ZYX Kitten Tag Cloud widget.
Features of the ZYX Classical Circular Clock
By the Web Warlock, Monday, 24/May/2010 19:43
Description of the index of features of the ZYX Classical Circular Clock plugin.
Fully localized, includes a sidebar widget, a template tag and a shortcode.
get_all_meta_children
By the Web Warlock, Friday, 14/May/2010 13:11
Description of the function get_all_meta_children, located in the file wp-content/plugins/zyx-term-meta/includes / parentage.php of the plugin ZYX Term Meta. Uses the functions get_term_meta_children_from_cache, get_term_query_vars and wp_cache_set, and the methods $wpdb->prepare and $wpdb->get_results and the property $wpdb->prefix of the global object $wpdb.
<?php get_all_meta_children( $term_id = NULL , $add_parent = true , $field = '_parent' , $depth = -1 , $cur_depth = 0 , $use_cache = true ); ?>
get_all_meta_children parameters
By the Web Warlock, Friday, 14/May/2010 13:14
term_id add_parent field depth Default: -1 (all levels). cur_depth Used for recursive control. use_cache Wheter use the term parentage cache or not. Default: true
get_all_meta_children: Source code
By the Web Warlock, Friday, 14/May/2010 13:08
source code of the function in the file parentage.php of the wp-content/plugins/zyx-term-meta/includes folder ZYX Term Meta get_all_meta_children
Source code of the function get_all_meta_children, located in the file wp-content/plugins/zyx-term-meta/includes/parentage.php of the ZYX Term Meta plugin.
get_term_meta: Source code
By the Web Warlock, Sunday, 23/May/2010 0:41
source code of the function in the file functions.php of the wp-content/plugins/zyx-term-meta/includes folder ZYX Term Meta get_term_meta
Source code of get_term_meta, located in wp-content/plugins/zyx-term-meta/includes/functions.php.
Hello world!
By the Web Warlock, Saturday, 1/May/2010 18:20
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
How to add a background to the ZYX Analog Clock
By the Web Warlock, Tuesday, 25/May/2010 15:35
You can add any background to the ZYX Analog Clock. For instance, you could create an image with numbers and nice clock sphere in wooden frame, and set it as a background. Or just use your own logo. Here we tell you how.
How to display multiple parentage in a category template
By the Web Warlock, Friday, 14/May/2010 9:44
Example of the Multiple term parentage feature with the get_all_meta_children function for Category templates.
To display all the posts that belong to a category and include multiple parentage (that is, display also the posts that belong to a meta-children term), we'll have to redo a bit the query of The Loop. What we'll do is retrieve all the children of the queried term, and use the list of ids [...]
init_term_meta_cache
By the Web Warlock, Sunday, 9/May/2010 21:48
Description of the function init_term_meta_cache located in the file wp-content/plugins/zyx-term-meta/includes / term-meta-cache.php of the plugin ZYX Term Meta. Uses the plugins_loaded hook, the wp_cache_get, wp_cache_set and wp_parse_args functions, the methods $wpdb->get_results and $wpdb->prepare, and the $wpdb->prefix property of object $wpdb, mapping to fields term_id, meta_key and meta_value. Calls add_action at priority 1.
<?php init_term_meta_cache(); ?>
init_term_meta_cache: Source code
By the Web Warlock, Sunday, 9/May/2010 22:23
Source code of the function init_term_meta_cache located in the file term-meta-cache.php of the wp-content/plugins/zyx-term-meta/includes folder of the plugin ZYX Term Meta.
Source code of init_term_meta_cache, located in the file wp-content/plugins/zyx-term-meta/includes/term-meta-cache.php of the ZYX Term Meta plugin.
Multiple term parentage
By the Web Warlock, Friday, 14/May/2010 9:25
Description of the Multiple term parentage feature of the ZYX Term Meta plugin.
The ZYX Term Meta plugin allows any term (either category, post tag or any other) to have any number of parent terms, even if the term belongs to a non-hierarchical taxonomy.
Quantum description
By the Web Warlock, Wednesday, 19/May/2010 22:17
Description of the Quantum description feature of the ZYX Term Meta plugin.
A term can display different descriptions when listed from different relative terms (either parent or children).
Quantum name
By the Web Warlock, Wednesday, 19/May/2010 21:48
Description of the Quantum name feature of the ZYX Term Meta plugin.
A term can display different names when listed from different parent terms.
Quantum order
By the Web Warlock, Wednesday, 19/May/2010 20:32
Description of the Quantum order feature of the ZYX Term Meta plugin.
A term can use different custom orders when listed from different terms.
634 queries. 1.176 seconds. Powered by WordPress
Code is magic