Home › Forums › Back End › Need alternative to get_post_meta for custom fields on Blog page › Re: Need alternative to get_post_meta for custom fields on Blog page
June 29, 2012 at 2:54 pm
#105097
Member
ChrisxClash, you’re absolutely right. Running this outside of the Loop will only return data for the current page, not the actual Posts within the query.
cre8tive1, where you’re attempting to retrieve the post custom fields, run all of your code within…
// custom code here
// retrieve all posts values here…
// $post will hold values for each individual post