Revision: 23466
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 8, 2010 10:36 by hstothard
Initial Code
<?php $categories = get_categories( $args ); ?>
<?php $args = array(
'type' => 'post',
'child_of' => 0,
'orderby' => 'name',
'order' => 'ASC',
'hide_empty' => true,
'include_last_update_time' => false,
'hierarchical' => 1,
'exclude' => ,
'include' => ,
'number' => ,
'pad_counts' => false );?>
Initial URL
Initial Description
Initial Title
Wordpress - Categories
Initial Tags
wordpress
Initial Language
PHP