• Had Feedwordpress all installed and working, but today got a “You do not have sufficient permissions to access this page” error when clicking on “Syndicate” to check the settings.

    It turns out the code I had added to switch off WP “link manager”

    update_option( 'link_manager_enabled', 0 );

    was the culprit.

    Something to do with it removing the capability (‘manage_links’)?
    similar to this post

    https://ww.wp.xz.cn/plugins/feedwordpress/

The topic ‘link manager and feedwordpress’ is closed to new replies.