There's no mention of custom fields values in Get_post's codex page. Is it impossible to use get_post to get a custom field value of some post, and if so, is it necessary to perform a whole loop just for that?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
All of the custom field functions accept the post id as a parameter. You can use all those functions directly without the need to actually retrieve the post itself. |
|||||
|
