WordPress Custom Fields [ Part 2 ] Final
Only Display Posts with a Specific Custom Field The best part about query_posts function in WordPress is that it has a parameter for custom fields. So we can use it to create a loop that only displays posts with a specific custom field key and/or value. All you would have to do is enter the query_posts tag above your post’s loop statement. Let’s say you want to display posts that you wrote ... »
