Title: Using Tag Selector on plugin&#039;s page
Last modified: August 19, 2016

---

# Using Tag Selector on plugin's page

 *  [ianian](https://wordpress.org/support/users/ianian/)
 * (@ianian)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/using-tag-selector-on-plugins-page/)
 * Hi,
 * I create a custom taxonomy and I’m struggling to make post_tags_meta_box to work
   on my custom edit page. I created a custom page for editing because there’s a
   lot of other things going on like google maps etc. and standard Edit Post wasn’t
   enough. I still have a post object through. I’d like to use the taxonomy term
   selector (which is great BTW 🙂 on mentioned page, but I can’t make it run.
 * I’m not sure what exacly is needed to insert and make it work on my own page.
   I tried:
 *     ```
       wp_enqueue_script('post');
         require_once('./includes/meta-boxes.php');
   
         // here I'd like to display a city selector from the UTM plugin
         post_tags_meta_box($post, array('args' => array('taxonomy' => 'city')));
       ```
   
 * It produces some HTML code which look like the box, but no Javascript is binded
   to it. Can anyone advise?
 * thanks!

The topic ‘Using Tag Selector on plugin's page’ is closed to new replies.

## Tags

 * [taxonomy](https://wordpress.org/support/topic-tag/taxonomy/)

 * 0 replies
 * 1 participant
 * Last reply from: [ianian](https://wordpress.org/support/users/ianian/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/using-tag-selector-on-plugins-page/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
