Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter boluo33

    (@boluo33)

    ps. “taxonomy” => “keywords”, draws a blank.

    Plugin Author Rickard Andersson

    (@exz)

    Are you getting any error message in your PHP/Apache logs? I’m assuming “draws a blank” means a fully blank page.

    You can pass multiple taxonomies to the configuration option, using PHP with a regular array:

    do_utcw(['taxonomy' => ['foo','bar']])

    Or as a comma separated list with the shortcode:

    [utcw taxonomy="foo,bar"]

    The documentation is here: https://github.com/rickard2/utcw/blob/master/CONFIG.md#taxonomy – maybe not that easy to find

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘displaying keywords using array’ is closed to new replies.