I am looking to find a page ID by only having a page name. So here's what I have;
<?php wp_list_pages('child_of=2&title_li='); ?>
Instead of saying 'child_of=2', I would like to be able to say, 'child_of='.page_id('Services')......in other words find the ID of the 'Services' page.....but without being on the services page.
Any guidance is greatly Appreciated!