• Hello,
    what is the way, to display the list within a page/post?
    I don’t understand:
    Insert the function <?php if( function_exists( 'taxonomy_list_widget' ) ) echo taxonomy_list_widget( $args, $id ); ?> where the list should appear, specifying $args as an array of arguments and, optionally, $id as a string uniquely identifying this list.

    Do I have to copy this code into the funktion.php or into the content.php, or…? : <?php if( function_exists( ‘taxonomy_list_widget’ ) ) echo taxonomy_list_widget( $args, $id ); ?>

    And what do I have to write in the page/post to get the list displayed?

    Sorry – but I am a dummy

    Best regards
    Reiner

    http://wordpress.org/plugins/tag-list-widget/

  • The topic ‘Display list within a page/post’ is closed to new replies.