Viewing 4 replies - 1 through 4 (of 4 total)
  • +1

    yes please!

    Hi – so I’ve managed to get the administration panel to list my custom taxonomy by changing line 244 of content.scheduler.php to
    $categories = get_categories( array('hide_empty' => 0, 'taxonomy' => 'events_cats',) );

    Its not actually change the catagory though – I think it should happen at around line 30 onwards of process-post.php.

    We’ve tried changing
    $current_category_objs = get_the_category($postid);
    to
    $current_category_objs = get_the_terms($postid, 'events_cats');

    – but no joy
    any ideas?

    Is this plugin still being supported?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Content Scheduler] Add Feature – Custom Taxonomy Support’ is closed to new replies.