• I have created some dynamic sidebars that do not seem to be editable.

    In the settings, I have made sure to check “Text widget content” and in my functions file, I have:

    register_sidebar(array(‘name’=>’Emmanuel’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ”,
    ‘before_title’ => ‘<h4>’,
    ‘after_title’ => ‘</h4>’,
    ));

    In my page template, I wrote:
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(“Emmanuel”) ) : ?>
    <?php endif; ?>

    The sidebar works fine. Also the front-end editor works for the main (content) area of my page no problem. It just seems to fail for my sidebar content.

    I am using a text-widget to write my content for the sidebar.

    http://wordpress.org/extend/plugins/front-end-editor/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Front-end Editor] Dynamic sidebars are not editable?’ is closed to new replies.