I have decided to cease development of this plugin as I am no longer able to give it the time it deserves. Apologies to all those using it. If anyone out there would like to take over its development please let me know via the contact menu item above. It would be nice to find it a new home
Current Version: 1.0
Released 17th September 2007
WordPress: Version 2.0 and above
I make extensive use of WordPress ‘pages’ on this site but wanted them organised - especially the plugin download pages. So I designed the plugin pages to have a main page with child or sub pages and then wanted to show the links to all pages in the group. Hence this simple plugin that will do just that. See it in use on any of my plugin pages on this site.
And that’s all it does. Nice and simple!
Please Note:
I offer support for my plugins via the Support Forum only. I will NOT respond to support queries left in the comment section below and, in most cases, will also not publish them. Of course, if you’d like to say something nice or helpful, then feel free to leave a comment! I do prune them from time to time.
this is a great plugin! it’s possible to add deep one more sub-page?
main page
sub-page
sub-sub-page?
thanks!
—this is a great plugin! it’s possible to add deep one more sub-page?
main page
sub-page
sub-sub-page?
thanks!—
yes..
Thanks..
Help!
I can’t find the “contact menu item”.
And I can’t get rid of this plugin…
When I deactivate it, my whole menu disappears.
OK, I know you don’t support the plugin any longer… but how can I kill it without killing my site?
Greetings from Germany
Marc
@Marc: I don’t have a clue what you mean by ‘contact menu item’? Are you referring to the right plugin?
if you are then all you need to do is deactivate it. The plugin, when installed, does not make any changes to anything - no data - no code - it is entirely insulated. So if you have something wrong then you need to look elsewhere I am afraid.
And, actually, as it states all over this site, support is via the support forum.
In the yellow box in top of this page stands:
If anyone out there would like to take over its development please let me know via the contact menu item above.
There I found “contact menu item” which I was looking for
OK, I will have a deeper look. Maybe it’s my mistake and so I have to fix it.
Thanks for the answer
Bye
Marc
i install this plug-in.. but its seems like that:
- parent
- parent
- parent
- parent
- parent
- parent
- parent
- parent
- sub
- sub
i mean, if i any change on parent page, its add a new parent link on list :/
and, sorry my bad english.. i hope i tell..
@lestioni: I do not know why you sent me all the code. This is caused by WP2.6 and the new ‘Revisions’ record types. Basically you will need to remove those from the SQL statement with another WHERE clause.
Also please note that it says all over the place that support is via the forum and this issue has already come up which a search would probably have discovered.
actually i was want to sent what ive changed.. no needed remove from the sql.. i fixed with a litte code.. as this:
WHERE post_parent=”.$page_id.” and post_type= ‘page’
and its works as well now..