Custom fields are an often under-used aspect of WordPress. But with a bit of imagination and some custom code, you can do all sorts of fun things with them. In this post, I’m going to show you how to combine custom fields (or post metadata if you’re being particular) with the WP_Query class to output […] View original post at …
Creating Custom Fields Manually in WordPress
Over the past 12 months, I’ve written a number of posts that focus on adding functionality to WordPress using custom fields. We’ve looked at creating custom post list templates, crafting the perfect travel blog and more. While plugins like CustomPress and Advanced Custom Fields make creating custom post type easy-peasy, if you want to really understand how they work you …