• 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

    https://www.ads-software.com/plugins/multi-column-tag-map/

Viewing 1 replies (of 1 total)
  • Plugin Author tugbucket

    (@tugbucket)

    I’m going to assume you are the same person whom just emailed me so I’ll paste the response here for others.


    Are you defining $authors up at the top of the page?

    When you say: elseif($authors){ if $authors isn’t set, that condition will never == true. So for starters you need to make sure the defaults and arguments for the shortcode are created up at the beginning of the file.

    Just a guess as I’ve never used the wp_list_authors() and since your not supplying the argument.

Viewing 1 replies (of 1 total)
  • The topic ‘alphabetical list of authors’ is closed to new replies.