Does this plugin respect Content Permission?
We use WP as an Intranet tool and we hide some pages for some users, so we would like the “Child Page” plugin to not show pages that the user does not have access to.
]]>This plug in doesn’t work with the latest WordPress version.
]]>want to standardise on a good sub menu plugin but not sure if this, otherwise great one, is alive or abandoned?
]]>Wonderful child/sibling nav plugin. However, we would really like to be able to use Sub Pages Menu in more than one widget location, as WP Monkey requested a year ago.
]]>It would be really great to know how to order the sub-pages. Right now, I am not sure how they are ordered and it doesn’t match my menu items. I hope this comes with the next update.
Thanks..
]]>Love the plugin, exactly what we needed…
…but what’s up with:
$title = $title.$rootPost->post_title;
no matter what, the page title is forced to be displayed?
and if I DO give the widget a title, there is no space between the custom title and the page title?!
I just commented it out and it perfect. Might be something you take a look at for your next release?
Gru? aus Hamburg
]]>Hey,
If you want to list all the top pages, plus only the subpages of the page you are currently viewing, add this to your CSS:
.custom .children {
display: none;
}
.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {
display:
block;
}
Hi,
Not sure what is occurring here, but hopefully its not the plugin erroring because we haven’t made a contribution? As that would be naughty!!
(NB this author almost forces you to contribute to this via a big RED MESSAGE in the admin area :/)
Warning: Cannot modify header information – headers already sent by (output started at /home/user/public_html/wp-content/themes/MYTHEME/header.php:2) in /home/user/public_html/wp-includes/pluggable.php on line 934
If logged in, it shows fine, if logged out this error shows and the page doesnt load past it.
Please advise.
]]>To get this plugin to work on your static Posts page you will need to change the following lines in subpages.php
– 56: if (is_page() ){
+56: if (is_page() || is_home() ){
– 76: $rootPost = $post;
+76: if ( is_home() ) $rootPost=get_page_by_title(get_the_title(get_option(‘page_for_posts’)));
+77: else $rootPost = $post;
To be fair this is not broken but does throw an error in debug.
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /Users/styledev/Dropbox/Clients/wordpress/wp-includes/functions.php on line 3382
]]>I am very disappointed with this plugin as the plugin developer is forcing people to donate. if not, it will keep showing up “your contribution is still missing” in red and bold font.
it would be nice NOT to annoy people with forcing donation option.
donation is just donation…
]]>Hi,
The Sub pages Widget is not working for me on a fresh installation of WordPress. Heres what I’ve done:
– installed a fresh version of WordPress (3.1.3)
– using twenty ten theme
– created pages/subpages and added them to the menu
– installed the sub page widget
— the sub pages don’t appear in the sidebar
Has anyone got a solution/fix?
Thanks
]]>I am using this plugin with one of the sidebar widgets of my theme (Genesis) but I also need to add it to another (for when the layout contains less columns) but the widget is not available in the list to add to another widgeted area.
Any potential fix on this?
]]>Hi, there is a checkbox with this plugin that says “Hide link to parant page.”.
That would suggest that it is possible to have a link to the parent page somewhere. Has anyone got this to work? On my site the ‘parent’ shows surrounded by H2 tags, but no link is added.
Cheers!
]]>I found that when the pages had no subpages, and the widget was in a sidebar/topbar or whereever by itself, the bar would appear and it would be empty. I’m not sure, I don’t think it’s an issue with the plugin, maybe… So I have added options to have alternative text display when there are no subpages.
Again, this is only an issue when the subpages are displayed in a sidebar with no other widgets and the sidebar is formatted differently to the rest of the page. Because I can’t get in touch with the author I have also hosted this externally.
It can be found here: https://wordpress.dav3.net/subpages.zip
]]>