How to get the post id from a permalink?

Hi @Tirithen:

Have you tried (which assumes your custom post type is 'animal' and not 'animals'):

$post = get_page_by_path('cat',OBJECT,'animal'); 

Leave a Comment