This document discusses how to use custom fields in WordPress for fun and profit. Custom fields allow storing key-value pairs of extra metadata alongside posts and pages. They are defined by a key and value, like "image: myphoto.jpg". The document provides examples of using custom fields to add images, contributor info, and e-commerce features to blog posts. Code samples demonstrate retrieving custom field values to display this extra information on websites.