Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Clone taxonomy #549

Closed
bigandy opened this issue Jan 28, 2015 · 1 comment
Closed

Cannot Clone taxonomy #549

bigandy opened this issue Jan 28, 2015 · 1 comment

Comments

@bigandy
Copy link

bigandy commented Jan 28, 2015


'fields' => array(
    array(
        'name'      => 'Authors',
        'options'  => array(
            'taxonomy'  => 'authors',
            'type'      => 'select',
        ),
        'id'        => $prefix . 'post_authors_order',
        'clone'     => true,
        'type'      => 'taxonomy',
    ),
)

When I have clone set to true the select box disappears. I have also tried this with select_tree.

@bigandy bigandy closed this as completed Jan 28, 2015
@bigandy bigandy reopened this Jan 28, 2015
@funkatron82
Copy link
Contributor

Cloning of taxonomy terms isn't supported because of the way WP saves terms on posts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants