• wp_starter

    (@wp_starter)


    I use WP 3.1 and Multi-Edit (0.9.8.3) and the plugin does not work for me.In doen’t see content.
    Can someone help my?

    THis is my code:

    Test-Page.php

    <?php
    /*
    Template Name: Test1 home
    MultiEdit: Right,Bottom,Left
    */
    ?>
    <?php get_header(); ?>
    <div id="primary">
    <div id="content" role="main">
    
    <ul>
      <?php wp_list_pages('include=216, 274, 271&title_li='); ?>
    </ul>
    </div>
    <div>
    <?php multieditDisplay('Bottom'); ?>
    </div>
    </div>
    
    <div>
    <?php multieditDisplay('Left'); ?>
    </div>

The topic ‘Multi Edit plogin doesn't work’ is closed to new replies.