register_term_group

By the Web Warlock, Sunday, 23/May/2010 16:37

<?php register_term_group( $name , $args = array( 'nicename' => NULL , 'description' => NULL ,
		'parents' => array() , 'children' => array() , 'post_type' => array( 'post' ) ,
		'add_meta_box' => false , 'restrict_meta_box' => false ,
		'meta_box_context' => 'normal' , 'meta_box_priority' => 'high' ,
		'meta_box_hook_priority' => 10 ,
		'show_checktable' => true , 'checktable_cols' => 5 ,
		'checktable_nicename' => NULL ,
		'checktable_lock' => false , 'checktable_read_only' => false,
		'use_thumbnail' => false ,
		'checktable_taxonomy' => 'category' , 'checktable_unique' => false ,
		'hide_checktable_for' => array() , 'hide_in_list_for' => array() ,
		'show_title' => true , 'show_empty_title' => false , 'error_message_none' => NULL ,
		'show_new_term' => true , 'show_empty_new_term' => true ,
		'is_folder' => false , 'template' => NULL ,
		'custom_fields' => array(),
		/* array of arrays with props key, nicename, description,
			form_function, save_function, value_function */
		'tag_function' => NULL , 'tag_function_args' => NULL , 'tag_format' => '%s' ,
		/* separators for terms of the group */
		'tag_sep' => __( ' ' ) , 'tag_last_sep' => __( ' ' ) ,
		/* separators for children of the group */
		'sep' => __( ', ' , 'zyx-term-meta' ) ,
		'last_sep' => __( ' and ' , 'zyx-term-meta' ) ,
		'tag_class' => NULL ,
		'children_before_depth' => array() , 'children_after_depth' => array() ) ); ?>

register_term_group: Source code

By the Web Warlock, Tuesday, 18/May/2010 16:21

Source code of the function register_term_group, located in the file wp-content/plugins/zyx-term-meta/includes/term-groups.php of the ZYX Term Meta plugin.

Single template by term

By the Web Warlock, Wednesday, 19/May/2010 22:28

You can select a single template to be assigned by default to all posts belonging to a term.

Term groups

By the Web Warlock, Wednesday, 19/May/2010 13:07

We could say that term groups resemble WordPress custom taxonomies, but there are lots of differences, and term groups are more flexible (and complex).
Term groups are hierarchical and allow for multiple parentage. This means that any term group can be parent or children of any number of other term groups.
A term can belong to any number of term groups, and a term can serve as index of a term group, meaning that the term will act as representation of the term group: the link to the term group will be that of the term.
Term groups may have term group checktables, special meta boxes with the terms of the term group (including or not those of the children term groups), with many features of their own: Checktables can use thumbnails if available, terms may be hidden for a given checktable —rendering them unselectable—, may have preselected terms, have different hooks, may be read only or displayed only if certain term is selected, &c.). Also, term groups can use the same custom template for all terms in the term group, automatically add custom fields, & even more.

Termmeta Text

By the Web Warlock, Tuesday, 25/May/2010 2:42

of the featured in the plugin. (Pending .)

The Termmeta Text is a replacement for the default Text widget which can be configured by custom settings per term.

the_clocked_time

By the Web Warlock, Monday, 24/May/2010 20:11

<?php the_clocked_time( $width = '16' , $height = '16' , $echo = true , $args = NULL ); ?>

the_clocked_time: Source code

By the Web Warlock, Saturday, 29/May/2010 23:20

Source code of the template tag the_clocked_time located in the file wp-content/plugins/zyx-analog-clock/includes/functions.php.

ZYX Analog Clock widget

By the Web Warlock, Monday, 24/May/2010 19:54

of the featured in the plugin. (Pending .)

This widget display a classical circular analog clock, with the user current time. (Right now, it doesn't allow to display "server time"). You can configure pretty much anything you want that you see in the widget.

ZYX Classical Circular Clock

By the Web Warlock, Sunday, 23/May/2010 2:16

The ZYX Classical Circular Clock is a plugin that allows for a widget, template tag and shortcode to display a Flash analog clock, extremely lightweight and configurable.

ZYX Classical Circular Clock: Download

By the Web Warlock, Saturday, 29/May/2010 1:05

Click to download the ZYX Classical Circular Clock 1.0

ZYX Precise Places Plugin

By the Web Warlock, Wednesday, 26/May/2010 0:50

The ZYX Precise Places Plugin is a plugin based in the ZYX Term Meta framework (currently under development) which manages geographical and place-related terms.

ZYX Term Meta

By the Web Warlock, Thursday, 6/May/2010 10:07

The ZYX Term Meta plugin/framework adds a term metadata table and puts it to good use with a zillion features.

ZYX Term Meta feature list

By the Web Warlock, Friday, 14/May/2010 11:09

The full (and still growing) list of features of the ZYX Term Meta plugin/framework.

zyx_Hixie_flash

By the Web Warlock, Thursday, 27/May/2010 22:38

<?php zyx_Hixie_flash( $src , $width = '100%' , $height = '100%' , $args = NULL , $id = 'flash_movie' ); ?>

zyx_Hixie_flash: Source code

By the Web Warlock, Thursday, 27/May/2010 3:49

Source code of the function zyx_Hixie_flash, located in the file wp-content/plugins/zyx-analog-clock/includes/mark-flash.php of the ZYX Classical Circular Clock plugin.

zyx_join_flashvars

By the Web Warlock, Thursday, 27/May/2010 1:41

<?php zyx_join_flashvars( $args = array( 'foo' => 'foo_value' , 'bar' => 'bar_value' ); ?>
« Newer PostsOlder Posts »