Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#105097
roguerocket
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