php - wordpress parent & Child Menu -


Is it possible to redirect parents to the child menu?

For example, I want this basic item to redirect my children.

My code to display pages in the form of main menu:

  & lt ;? Php wp_list_pages ('exclude = 3 & sort_column = menu_order & title_li = & amp; depth = 1'); ? & Gt;  

Here is my code for the list of children's menu:

   

It seems that it is already doing it, through your link Although based on the click, however, the easiest way to redirect you the way you are asking is to generate 301 redirects. You do not have to mess with your code and you can turn it off at any time.


Comments