alphabetical list of authors
-
Hello,
May I have more explanation about the list of authors ?I’ve pasted this code in the mctagmap_functions.php file :
if($taxonomy){
$tags = get_terms($taxonomy, ‘order=ASC&hide_empty=’.$show_empty.”);
} elseif($authors){
$tags = wp_list_authors( $args );
} elseif($show_categories == “yes”){…Then in the page.php :
<?php echo do_shortcode(‘[mctagmap columns=”4″ hide=”yes” num_show=”55″ more=”voir plus ?” toggle=”? less” show_empty=”yes” name_divider=”|” tag_count=”no” exclude=”” descriptions=”no” width=”170″ equal=”yes” manual=”” basic =”no” basic_heading=”no” authors =”yes”]’); ?>
but it is not working… I do not know how to call the authors : authors =”yes” or taxonomy =”author” ????
Thank you
Corinne
- The topic ‘alphabetical list of authors’ is closed to new replies.