[wp-trac] [WordPress Trac] #10772: Categories & Pages

WordPress Trac wp-trac at lists.automattic.com
Sun Sep 13 01:15:43 UTC 2009


#10772: Categories & Pages
---------------------------+------------------------------------------------
 Reporter:  kartiktalwar   |       Owner:                        
     Type:  enhancement    |      Status:  new                   
 Priority:  normal         |   Milestone:  Unassigned            
Component:  Accessibility  |     Version:  2.8.4                 
 Severity:  normal         |    Keywords:  categories, cms, pages
---------------------------+------------------------------------------------
 This is just a recommendation and I would like to see this feature in the
 next coming version of wordpress.

 I would like wordpress to give more control over how the categories and
 pages are displayed. To simplify it I am writing the code to show you what
 I mean.

 the new function == ImprovedCategory();  | ImprovedPages();

 <?php
 $PowerfulCat = ImprovedCategory();
 foreach($PowerfulCat as $cat)
 {
 echo "<div class='category'>$cat</div>";
 }

 basically what I am asking for is the elimination of the 'li' tags from
 the display so developers can have more control over how both cats & pages
 are displayed outside and inside of the loop

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


More information about the wp-trac mailing list