[Plugin: More fields] wp_list_pages and auto-save issue
-
I’m using the plugin More fields to help me organize pages. When I’m calling the function
wp_list_pagesI use themeta_keyandmeta_valueparameters to only display certain pages in the menus. So far everything works.But when I open up a page for editing and WordPress starts to auto-save my work, things get ugly. Somehow WordPress (or the plugin, I don’t know for sure) inserts new rows in the
wp_postmetatable, so there’s multiple entries of the same data. This makeswp_list_pagesprint the same page multiple times, each for every time there’s a row in thewp_postmetatable.Could this be a bug in WordPress or is it the plugin? I sure could use some help on how to get around the issue.
If it might help, here’re the other plugins that’s activated:
Thanks
The topic ‘[Plugin: More fields] wp_list_pages and auto-save issue’ is closed to new replies.