[Plugin: Page Lists Plus] Breaks nested lists
-
Great idea for a plugin, but it has a fundamental flaw: it breaks page/sub page connections. Instead of creating the expected structure:
<ul> <li>One <ul> <li>One sub</li> <ul> </li> <li>Two</li> </ul>
it generates this:
<ul> <li>One</li> <li>Two</li> <li>One sub</li> </ul>
I guess this is by design, and not a bug? I wonder if it can be improved, so that it replicates the standard behaviour of wp_list_pages and nested lists?
https://www.ads-software.com/extend/plugins/page-lists-plus/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Page Lists Plus] Breaks nested lists’ is closed to new replies.