[Plugin: Ultimate Taxonomy Manager]
-
Hi,
I’m using this great plugin and I created plugin which lets me create posts on a custom edit page (it’s because there’s a lot of other things going on like google maps etc). 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!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Ultimate Taxonomy Manager]’ is closed to new replies.