[wp-trac] [WordPress Trac] #2741: categories and subcategories
WordPress Trac
wp-trac at lists.automattic.com
Tue May 23 02:38:33 GMT 2006
#2741: categories and subcategories
-----------------------+----------------------------------------------------
Id: 2741 | Status: new
Component: Template | Modified: Tue May 23 02:38:33 2006
Severity: normal | Milestone:
Priority: normal | Version: 2.0.2
Owner: anonymous | Reporter: Denis-de-Bernardy
-----------------------+----------------------------------------------------
Given the following tree with the number of posts in parenthesis:
{{{
- root (1)
- cat1 (0)
- cat11 (1)
- cat2 (1)
}}}
One would expect WordPress to understand:
{{{
- root (3)
- cat1 (1)
- cat11 (1)
- cat2 (1)
}}}
WordPress seems to understand:
{{{
- root (1)
- cat1 (0)
- cat2 (1)
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/2741>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list