[wp-trac] [WordPress Trac] #12273: Better support for sites with LOTS of pages

WordPress Trac wp-trac at lists.automattic.com
Thu Feb 18 15:10:03 UTC 2010


#12273: Better support for sites with LOTS of pages
-------------------------+--------------------------------------------------
 Reporter:  mkjones      |       Owner:            
     Type:  enhancement  |      Status:  new       
 Priority:  normal       |   Milestone:  Unassigned
Component:  UI           |     Version:            
 Severity:  normal       |    Keywords:  pages     
-------------------------+--------------------------------------------------
 The default page listing is inadequate for sites utilise Pages as their
 main content type.

 An option to collapse the page listing and hide "all" sub-pages (only
 showing top-level) would dramatically improve the UI making it easier to
 find pages within the WordPress structure.

 '''Example:'''

 ''Current Page View''

 {{{
 Page 1
 -SubPage 1.1
 --SubSubPage 1.1.1
 --SubSubPage 1.1.2
 -SubPage 1.2
 -SubPage 1.3
 Page 2
 -SubPage 2.1
 -SubPage 2.2
 --SubSubPage 2.2.1
 --SubSubPage 2.2.2
 }}}

 ''Proposed Page View''

 ''Default View''

 {{{
 Page 1 [+] (< click to expand)
 Page 2 [+]
 }}}

 ''Expanded View''

 {{{
 Page 1 [-]
 -SubPage 1.1 [+] (< click to expand)
 -SubPage 1.2
 -SubPage 1.3
 Page 2 [+]
 }}}

 ''...''

 {{{
 Page 1 [-]
 -SubPage 1.1 [-]
 --SubSubPage 1.1.1
 --SubSubPage 1.1.2 (> no further levels)
 -SubPage 1.2
 -SubPage 1.3
 Page 2 [+]
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/12273>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list