rndpkt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: list_cats Display in Nested ListThat’s what my code snippet prints out. Sorry for the multi-paste erors.
Forum: Fixing WordPress
In reply to: list_cats Display in Nested List{h2}Categories:{/h2}
{ul}
{li}{a href=”http://www.devrandom.org/?cat=2″ title=”View all posts filed under Technology”>Technology{/a> (2){/li}
{li}{a href=”http://www.devrandom.org/?cat=8″ title=”View all posts filed under Beverages”>Beverages{/a> (1){/li}
{li}{a href=”http://www.devrandom.org/?cat=9″ title=”View all posts filed under Wines”>Wines{/a> (1){/li}
{li}{a href=”http://www.devrandom.org/?cat=10″ title=”View all posts filed under Teas”>Teas{/a> (1){/li}
{/ul}Forum: Fixing WordPress
In reply to: list_cats Display in Nested ListForum: Fixing WordPress
In reply to: list_cats Display in Nested ListForum: Fixing WordPress
In reply to: list_cats Display in Nested ListForum: Fixing WordPress
In reply to: list_cats Display in Nested ListI’m using the base stuff from the ‘nolimits’ theme. The PHP call is:
<?php list_cats(0, ”, ‘name’, ‘ASC’, ‘/’, true, 0, 1); ?>
My HTML output is:
<h2>Categories:</h2>
- Technology (2)
- Beverages (1)
- Wines (1)
- Teas (1)
Teas, Wines should be sub-lists under Beverages.