This is a post written for the iWeb Control blog in response to Corbin’s request for additional documentation on how to go about displaying map data on the front end when using my map CMB field plugin. The post aims to provide a working example covering a number of WordPress techniques from the basics of registering a post type and associated meta box, to writing a custom template file to output store locations on a map using Google’s Maps API.

Today I’m going to use a number of WordPress techniques to demonstrate the process of building a content managed store listing page. I’ll take you through registering a post type, creating a metabox to save each store’s location and phone…

Building a store listing page in WordPress