Get the top parent page in Wordpress
A couple of days ago I found myself with the issue of getting the top parent of any page (that one which doesn’t have any father), so after look in Wordpress documentation I found a nice function called get_page_hierarchy() and also no documentation about it.
more...
