D
D
Dmitry Klimantovich2020-05-10 17:29:29
WordPress
Dmitry Klimantovich, 2020-05-10 17:29:29

How to change classes and tags in Submenu in Wordpress?

Wordpress by default renders submenu as:

<a href="parent_url>Название пункт родителя</a>
<ul class="sub-menu">
 <li class="wordpres_classes>
  <a href="url">Название пункта меню</a>
 </li>
</ul>


How do I replace with and add my classes to this and to inside it. And add classes to the parent? <ul><div><div><a><a>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yunus Gaziev, 2020-05-10
@BBoyJuss

You need to create a custom walker for the menu, and do whatever you want in it. For example https://misha.blog/wordpress/nav-menu-walkers.html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question