I have a problem with a custom WordPress theme that I am developing. This is a bit confusing, but in essence, I need to get it to get the message "Post Title". In pseudocode, ideally, it would be something like:
title = "foo"; post_id = get_post_id_where_title_is(title);
The title mentions a static link that is not being pulled from WordPress, it is already present on the page.
Thanks in advance.
php wordpress
Aaron Oct 08 '09 at 9:33 2009-10-08 09:33
source share