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.” http://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 wordpress.org..
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 ) );