How to use wp_nav_menu to display the children of a page when she has?
If using get_pages we will have a table that will return the “guid” page, type https://monsite.com//?page_id=2
We can extract the id
here id = 2
with get_permalink(id) we have the URLs of pages,
from get_pages so we can create an array containing the URLs of pages
in “class description_walker” we can be retrieved item-> url
we verified that item_> url is in the list of URLs of pages (in array)
If it is
if (get_permalink (‘2 ‘) == item-> url)
we verified that the page has children
if she has children, we display the submenu pages-Children
I am very bad at English and I do not know code! but I try to participate ??
——————-
Comment utiliser wp_nav_menu pour qu’il affiche les enfants d’une page quand elle en a ?
Si on utilise get_pages on aura un tableau qui retournera le “guid” de la page, du type https://monsite.com//?page_id=2
On peut en extraire l’identifiant
ici : id=2
avec get_permalink(id) on obtient les urls des pages donc à partir de get_pages on peut créer un tableau contenant les urls des pages
dans class description_walker on peut récupérer item->url
on verifie que item_>url est dans le tableau des urls de pages (in array)
Si c’est le cas
if (get_permalink(‘2’)==item->url)
on verifie que la page a des enfants
si elle a des enfants on affiche le sous-menu des pages-enfants
Je suis très mauvais en anglais et je ne sais pas coder ! mais j’essaye de participer ??