[wp-hackers] Hide pages from panels

Jeremy Clarke jer at simianuprising.com
Wed Oct 10 17:56:30 UTC 2012


On Tue, Oct 9, 2012 at 10:38 PM, Diana K. C <dianakac at gmail.com> wrote:

>
> I just converted/migrated a lot of pages and posts, now is getting hard to
> browse pages in panel. I would like to hide pages from a specific month, in
> panels such Pages and Parent Page dropdown as well, is there some way to do
> this?
>
>
You might want to consider using a custom post type for your content rather
than pages. The UI of pages ultimately assumes somewhere between 1 and 20
pages – for things like 'about' and 'contact' – beyond that it starts to
fall apart and those pulldowns get super overloaded.

Back in the day using pages was the easiest way to get logical permalinks
but now CPTs can do the job just as well. Once you are thinking of pages in
terms of "months" you are probably better off using a new kind of posts (or
even normal posts in a particular category).

-- 
Jeremy Clarke • jeremyclarke.org
Code and Design • globalvoicesonline.org


More information about the wp-hackers mailing list