Easy Content Types is a plugin I’ve written for WordPress that gives you a powerful interface for creating custom post types, custom taxonomies, and custom meta boxes. The plugin is available from Code Canyon.net This is a series of tutorials that will help you learn how to display your content types with the plugin. Because of the plugin’s power, there are a lot of ways you can display the content, so I will be describing a variety of methods.
I will not only be showing you ways to show custom post types, taxonomies, and meta fields, I will also be showing you how to manipulate layouts with meta fields and taxonomies.
The list of tutorials in this series will be constantly growing, so stay tuned.
- Listing Custom Post Type Entries with a Short Code
- Automatically Displaying Meta Field Values in Easy Content Types
- Using the Automatic Template Creation System in Easy Content Types
- Displaying Custom Post Types in Widgetized Sidebars
- Controlling Page Layouts with Custom Meta Fields
- Querying Custom Post Types in Your Theme Templates
- Creating a Simple Events System with Easy Content Types
- Adding a Simple Image Gallery with the Repeatable Upload Field

I assume that if I insert a short code into some html with css classes and ids I will be able to style the content. Is that correct?
In general, what do you wrap the content in – a div tag, a p tag, something else?
Yes, definitely. By default, the short codes for each individual field do not have HTML markup outputted with them.
When I create a new Meta box and try to create a new Meta field, I do not get a choice for type = “editor”. Is there a way to allow for another WYSIWYG field in the Meta boxes?
Nevermind, I just found the rich editor under textarea
Is there a way to only display the Meta box on a Page when a certain Template is selected (for example, allow another Meta Box to show up when making a new Page only when “2 Column Template” is selected).
No, sorry.