How to get page’s ID if I know the title only?

I’m not sure how to get it via the title, but you can get it via the slug (which is often more useful in my experience) using this:

http://erikt.tumblr.com/post/278953342/get-a-wordpress-page-id-with-the-slug

Just change “$page” to “$post” if you want to return slugs for posts instead of pages.

G’luck!

Leave a Comment