I’m using Nirvana, and have used the PODS plugin to create a custom content type (“review”). I’d like to use the presentation page boxes to display the most recent content in my custom type (i.e., latest reviews). Is there a way I can point the boxes to my type, rather than to a category or tag?
Customize the appropriate $custom_query2->query('showposts='.$nirvana_columnNumber.'&[...]
line (depending on the theme option you are using for the columns source) to add the necessary query parameters to retrieve your custom post type.