Hi There,
I want to grab the item from the defined wp nav menu, dont want to grab all the child pages, however I created a custom query.
SELECT
p.ID as nav_id, m.meta_value as post, p.post_title as
title FROM {$wpdb->prefix}posts p INNER JOIN {$wpdb->prefix}postmeta m ON
m.post_id=p.ID where p.post_type=’nav_menu_item’ AND m.meta_key=’_menu_item_object_id’ AND
p.post_parent=7