How can I pull a custom field with meta_key “proprty_feature” (and has a value) for all posts and display them on my frontpage? Would like to display the post name as a link above the value..
Leave a Reply
You must be logged in to post a comment.
How can I pull a custom field with meta_key “proprty_feature” (and has a value) for all posts and display them on my frontpage? Would like to display the post name as a link above the value..
You must be logged in to post a comment.
Within your main post loop you would add something like,
A basic example of what your main loop might look like ( it depends on your theme) to include a title and your custom field.