using wp_tag_cloud with custom taxonomy
-
I’m building a site for an architect and each Project page has a custom taxonomy called Project Services where the client can add various tags. I want to display them in a tag cloud so I’m using this:
<?php wp_tag_cloud( array( 'taxonomy' => 'project_services', 'separator' => ', ') ); ?>
But – the problem is that on each Project page, it’s displaying all the various Project Services tags in the database, instead of on a per page basis. Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘using wp_tag_cloud with custom taxonomy’ is closed to new replies.