i have some pages with with custom fields, these custom fields info i will show under my menu by rollover as page description for other pages dynamically.
get_post_meta($post->ID, 'page_desc', true)
these works fine, but only for the current page. i can't get the custom field infos from the other pages. how can i solve this?
thank you