Hi there! I'm trying to get the following structure in a sidebar.
Does anyone know of a widget that does this? I've looked and had no luck.
<ul>
<li>Page</li>
<li>Page</li>
<li>Page</li>
<li>Blog
<ul>
<li>Category 1</li>
<li>Category 2</li>
<li>Category 3</li>
</ul>
</li>
<li>Page</li>
<li>Page</li>
</ul>