I want to retrieve url to last post image with get_post_meta method, but I don’t know how, and what paramaters are needed.
I want to retrieve url to last post image with get_post_meta method, but I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Basically
get_post_metainside WordPress allows you to obtain custom values from custom fields that you have placed in a specific post. Perhaps you have a vote box, or a mood box that users can place information inside. get_post_meta lets you obtain those stored values from inside the WordPress system.get_post_metalets you utilize the custom fields functionality of WordPress:http://codex.wordpress.org/Custom_Fields
Here are some examples of the usage of get_post_meta inside WordPress:
http://codex.wordpress.org/Function_Reference/post_meta_Function_Examples