Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Charlie Merland

    (@caercam)

    Hi dados,

    You may want to try the latest version on GitHub where I added some capabilities modifications that should improve this. Let me know how it works!

    Thread Starter dados

    (@dados)

    okay.. great .. tnx ?? will test it

    Thread Starter dados

    (@dados)

    Hi Charlie.. yes its works now for editors also.. tnx …

    Only I have now issues with Taxonomies and Categories .. I checked “Allow movies to use regular WordPress Categories.” https://prntscr.com/b2f2sp .. and now on category and home page for some posts is not showing Category name.. this happen for both plugin version.. from git and from www.remarpro.com..

    I think issues is in update 2.1.4.3 “Dev – Term ordering updated to match the modifications brought by WordPress 4.4” and conflict file is includes/classes/class-wpmoly-utils.php

    I use in Query this code to get Category name

    $categories = get_the_category();
    $cat_name = esc_html( $categories[0]->name );
    $cat_slug = esc_html( $categories[0]->slug );
    $cat_link = esc_url( get_category_link( $categories[0]->term_id ) );
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allow Editor to edit custom posts movie’ is closed to new replies.