[wp-hackers] Hide pages from panels

Paul Menard paul at codehooligans.com
Sat Oct 13 03:09:07 UTC 2012


FWIW, I wrote a little plugin about 2 years ago to override the Pages output. Check out Pages-Children http://wordpress.org/extend/plugins/pages-children/

The plugin was originally written when I was working on a very large site which had hundreds of pages and many may levels in the hierarchy. Got tired of trying to find the right page to edit I wrote Pages-Children. The plugin will basically output only a level of hierarchy at a time. So for example the top-level pages are shown. Those pages with children have a new hover link showing the children. When drilling down the hierarchy there is an added breadcrumb that lets you go up the chain as needed. 

One thing I like about this solution over tree views is you are not loading all the levels you don't need. Even if the tree view nodes are loaded via ajax. You still get a bunch of information indented on the screen you may not need. 

After I write the original release I expanded the logic to include any hierarchical post type as well as hierarchical taxonomies. 

Paul


On Oct 12, 2012, at 8:03 PM, "Diana K. C" <dianakac at gmail.com> wrote:

> That's very promising! I'm looking forward.
> 
> ----- Original Message ----- From: "Benjamin.lupu at gmail.com" <benjamin.lupu at gmail.com>
> To: <wp-hackers at lists.automattic.com>
> Cc: <wp-hackers at lists.automattic.com>
> Sent: Friday, October 12, 2012 6:54 PM
> Subject: Re: [wp-hackers] Hide pages from panels
> 
> 
>> Yes. First as a beta version. We're currently finalizing the translations (we're french).
>> 
>> Le 12 oct. 2012 à 23:50, Mike Schinkel <mike at newclarity.net> a écrit :
>> 
>>> On Oct 12, 2012, at 5:49 PM, "Benjamin.lupu at gmail.com" <benjamin.lupu at gmail.com> wrote:
>>>> We have tried to address this issue by building an easier UI which replaces the native one and aims to be really easier. It's actually in a beta test stage and we hope to have our first site running it by the end of the year. (sorry if it's a bit off topic. It's also a way to say you're not alone with this problem :-))
>>> 
>>> Are you going to publish that UI as a plugin in the repo?
>>> 
>>> -Mike
>>> _______________________________________________
>>> wp-hackers mailing list
>>> wp-hackers at lists.automattic.com
>>> http://lists.automattic.com/mailman/listinfo/wp-hackers
>> _______________________________________________
>> wp-hackers mailing list
>> wp-hackers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-hackers
> 
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list