the plugin wont work with WPML for non english pages.
you can fix it by changing the file
pages-children.php line 454 to 463 method PagesChildren::page_row_actions_filter
if ($this->check_page())
{
$lang = isset($_GET['lang']) ? '&lang=' . $_GET['lang'] : '';
if ( version_compare( $wp_version, '2.9.999', '>' ) )
$actions['pages-children'] = '<a class="pages-children" href="edit.php?post_type='. $_GET['post_type'] .'&post_parent='.
$post->ID . $lang .'">'. __('View Sub-'. $this->object_post_taxonomy->labels->name, PAGES_CHILDREN_I18N_DOMAIN). '</a>';
else
$actions['pages-children'] = '<a class="pages-children" href="edit-pages.php?post_type='.$_GET['post_type'].'&post_parent='.
$post->ID . $lang .'">'. __('View Sub-'. $this->object_post_taxonomy->labels->name, PAGES_CHILDREN_I18N_DOMAIN) .'</a>';
}
]]>
Hi there,
I don’t know how actively you’re fixing bugs, but wanted to report this.
If I visit:
/wp-admin/edit-tags.php?taxonomy=post_tag
… when Pages Children is activated, I get this:
Warning: extract() expects parameter 1 to be array, string given in /nas/wp/www/staging/ananda/wp-includes/taxonomy.php on line 1295
Fatal error: Unsupported operand types in /nas/wp/www/staging/ananda/wp-admin/includes/class-wp-list-table.php on line 144
I’m happy to help troubleshoot if needed.
]]>Had to revert to 3.5.2 – Root structure for taxonomy hierarchy shows parents and children (no clear reason why).
Appreciate this plugin hasn’t been updated for some time, but worth noting for anyone else looking to upgrade to WordPress 3.6
First of all thank you for this plugin. It’s awesome.
I’ve run into a problem when viewing a list of drafts. I have found that if I set a child page’s status to Draft, but leave the parent page Published, the child page will not display in the list of Drafts.
Please let me know if you could fix this. Thanks!
]]>once you drill down, you can’t get back to top level pages – you’re stuck one level down.
Even a page refresh of admin doesn’t work.
]]>