• Resolved jdnn

    (@habannah)


    I just installed this plugin and have been testing it out. I was able to upload my feeds in OPML format and view them in All Content. However, I couldn’t access the Subscribed Feeds list — it said I didn’t have the permission to edit this post type.

    After fiddling around with various settings and permission levels, etc., I finally realized that it’s due to a change in WordPress 4.4. Since the post type is private, show_ui defaults to false, causing the error.

    To fix the problem, I added the following to the register_post_type function in pressforward/includes/feeds.php:

    'show_ui' => true,

    Hoping to see an update with this fix soon. So far, everything else is going well with the plugin 🙂 Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Permissions Error’ is closed to new replies.