Hi there,
I have a custom field 'salary' within a post. What i would like to do is display this in index.php. However, I have others that i dont want to show up at the same time.
Please help
Hi there,
I have a custom field 'salary' within a post. What i would like to do is display this in index.php. However, I have others that i dont want to show up at the same time.
Please help
You can use the get_post_meta() function to retrieve the value for 'salary' as the key. See the Codex here.
ahh perfect. thank you very much
You are welcome!
This topic has been closed to new replies.