• Erutan409

    (@erutan409)


    So, I needed something to filter menu items that are managed with another plugin (Advanced Custom Fields). I knew this plugin wouldn’t work for me out of the box, so I went digging through its source.

    If you’re not using the built-in functionality WordPress implements for managing navigation, this plugin will undoubtedly not work for your site. I’d guess that’s why it’s not working for a lot of the people leaving negative reviews.

    In my use case, I’m pulling all of the meta data _epfm_meta_box_field (meta key) out of the wp_postmeta table and comparing the post_id field to the collection of post(s) I want to show links for.

    Hope this helps anyone else looking for a solution.

    • This topic was modified 5 years ago by Erutan409.
  • The topic ‘Plugin works fine – you just might not be using it right’ is closed to new replies.