The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › Back End › Pulled WP post giving wrong title › Re: Pulled WP post giving wrong title
idk if this would work, you can give a try.
the_ID();
will get current in loop post id.
get_the_title();
will get current in loop post title.
http://codex.wordpress.org/Function_Reference/get_the_title