Hello, I need to edit code of menu widget.
I need to make from this:
<ul>
<li><a> Page 1 </a></li>
</ul>
this:
<ul>
<a><li> Page 1 </li></a>
</ul>
Can anyone help? Thanks
Hello, I need to edit code of menu widget.
I need to make from this:
<ul>
<li><a> Page 1 </a></li>
</ul>
this:
<ul>
<a><li> Page 1 </li></a>
</ul>
Can anyone help? Thanks