Please login to view your hub page and access any documents, links and useful information assigned to you.
Here is a list of all of our services
bones_services_links(); ?>
// GET THE TOP-LEVEL PARENT..
if( is_page() ) {
global $post;
/* Get an array of Ancestors and Parents if they exist */
$parents = get_post_ancestors( $post->ID );
/* Get the top Level page->ID count base 1, array base 0 so -1 */
$id = ($parents) ? $parents[count($parents)-1]: $post->ID;
}
?>