Answer the question
In order to leave comments, you need to log in
How to change the structure of the menu display template in CMS Wordpress?
Good evening. I am making a website on WordPress 3.8.1
I display the template using the following function:
<div id="navi"><ul><?php wp_list_pages('title_li='); ?></ul></div>
<li><a href="">Название страницы</a>
<ul class="children">
<li><a href="http://site.ru/?page_id=29">Дочерний элемент</a></li>
</ul>
</li>
<li>Название страницы
<ul class="children">
<li><a href="http://site.ru/?page_id=29">Дочерний элемент</a></li>
</ul>
</li>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question