Creating a navigation menu of all posts of a custom post type and their children posts?
Question
I have a drop down menu that displays a link (the permalink) to all of the posts of a custom post type (county) and would simply like to display their children too this is the code I have so far but get_children is not working...
<ul>
<?php $menu = new WP_Query( array
0
custom-post-types, navigation, wp-query
10 years
0 Answers
86 views