This post is mostly for internal documentation of our CMS plugin. If you’re interested in any of the functionality, comment and we may make it public.
Uses wp_list_bookmarks to display links using a shortcode, helpful for “resource” sections of sites. Displayed in a list format with the class of links.
Uses get_pages to fetch children of current page, useful when you have a container page with no real content. It outputs a div with class of childpage and h3 & p tags for the title & excerpt.
Uses WP_Query to retrieve a specific set of posts from the database. Outputs a div with class of post and h3 & post content.
Makes adding iframe’d content easy, outputs an iframe with class binaryIframe. Add another class using the class attribute
Uses get_children to display files that are attached to a page. Outputs CSS classes based on the mime_type.
Includes code from the excellent plugin Page Excerpt and Johnathon Williams code to move attachements between pages.