Media2Layout

This plugin facilitates the dynamic inclusion, on a per-Page basis, of media
library artwork into predefined places in your site’s theme.

Author:Nick Eby (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:2.7
Plugin version:0.1.1
Added to WordPress repository:18-06-2009
Last updated:19-06-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://pixelnix.com
Total downloads:1 243
plugin download
Click to start download

Media2Layout facilitates the dynamic inclusion of media library artwork into predefined places in your site's theme. It creates named positions (by default "campaign" and "header") which can be assigned a media item per each Page.

  • Adds an admin menu item under Themes to edit your Position names
  • Adds a dropdown control when editing Pages to select the images for each Position in that Page

To insert the images into your theme, just add a bit of PHP code to your theme in the appropriate spot, for example:

<?php Media2Layout::banner('foo');?>

For the position named "foo" this would print an tag for the media assigned to the Foo position of the current page (or print nothing if no media is assigned to that position). Currently it wraps the in a

<

div> with class "media2layout_[position-name]".


Screenshots