jausions
-
Need alternative to get_post_meta for custom fields on Blog page
@ChrisxClash & @roguerocket : get_post_meta() doesn't need to be in the loop, especially when you want the custom fields of the page (i.e. container) itself. The function itself requires a post/page ID (meaning that it doesn't assume t…