Exclude tree but not parent.
-
How can I exclude a tree but not the parent? Does a shortcode exist for this?
Example:
- Include.
- Include.
- Exclude.
- Exclude.
- Exclude.
- Include.
<ul> <li>Include.</li> <li>Include. <ul> <li>Exclude.</li> <li>Exclude.</li> <li>Exclude.</li> </ul> </li> <li>Include.</li> </ul>
The topic ‘Exclude tree but not parent.’ is closed to new replies.