A
A
Aidakaev2014-07-02 17:27:26
User navigation
Aidakaev, 2014-07-02 17:27:26

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>

The output in html looks like this:
<li><a href="">Название страницы</a>
<ul class="children">
  <li><a href="http://site.ru/?page_id=29">Дочерний элемент</a></li>
</ul>
</li>

How can I change the output template, I need the following structure
<li>Название страницы
<ul class="children">
  <li><a href="http://site.ru/?page_id=29">Дочерний элемент</a></li>
</ul>
</li>

Thank you.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question