• Could this plugin work with wp_list_categories?

    So in other words I would add

    <?php do_action( 'taxonomy_image_plugin_print_image_html', 'thumbnail' ); ?>

    followed by

    <?php wp_list_categories( ); ?>

    and it would spit out a list of category names with their thumbnails.
    Is this possible?

  • The topic ‘Using with wp_list_categories’ is closed to new replies.