Wordpress Page.ly MultiEdit Plugin Not Working

stuartbison

New Member
I'm trying to use the Wordpress page.ly MultiEdit plugin here:http://wordpress.org/extend/plugins/pagely-multiedit/I can't get it to work correctly. I get an error:Bottom, Left, Bottom, Left region(s) are not declared in the template.Here's a screenshot.
lAL0U.jpg
Here is the code for the template file I created:\[code\]<?php/*Template Name: HomeMultiEdit: Right*/?><?php get_header(); ?><?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="content"> <?php the_content(); ?> </div> <div class="sidecontent"> <?php multieditDisplay(
 
Back
Top