Will you be able to add support for import of spread sheets with site hierarchy structure? Could be useful for large projects with 100’s of sub-categories and pages.
Cheers
]]>Hello,
I already reported this issue and you marked it as resolved but it’s not resolved.
Notice: Undefined variable: pageTitlesList in /wp-content/plugins/interactive-page-hierarchy/gtek_iph_main.php on line 146
Indeed, the $pageTitlesList variable used on line 146 is never declared in the function gtek_iph_plugin_options
This line will never work:
echo '<input id="hdn_PageTitles" type="text" hidden value="' . json_encode($pageTitlesList) . '">';
Nice for parent/child relations, but it wipes out the order attribute on all the pages. It would be nice if saving the heirarchy also saved the order as displayed.
]]>Does this plugin work with custom Posts that have been given the ‘hierarchical’ property?
]]>Hello,
I think a cool feature for your plugin would be to be able to see draft pages; not just the published ones.
]]>Hello,
Thanks for this great plugin.
You just have a small PHP bug:
Notice: Undefined variable: pageTitlesList in /wp-content/plugins/interactive-page-hierarchy/gtek_iph_main.php on line 138
Indeed, the $pageTitlesList variable used on line 138 is never declared in the function gtek_iph_plugin_options
]]>