Wordpress Menu item
- by kwek-kwek
I have a main page that has a children item. Now my question is, is it possible to have the Main page link directly to the children item in it? E.g.
-Main Page(links to Page 2)
---Page 2
Here is my code:
<div id="MainNav">
<ul>
<?php wp_list_pages('exclude=3&sort_column=menu_order&title_li=&depth=1'); ?>…