• I added tthen deleted an amazon.com sidebar and I’m getting this on my site

    Parse error: syntax error, unexpected $end in /home/fashione/public_html/wp-content/themes/magazine-basic/sidebar.php on line 25

    The code is below. Can someone tell me what’s missing?

    <!– begin sidebar –>
    <div id=”sidebar”>
    <?php /* Widgetized sidebar, if you have the plugin installed. */
    if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(“Sidebar One”) ) : ?>
    <div class=”side-widget”>
    <h2>Links</h2>

    <?php wp_list_bookmarks(‘title_li=&categorize=0’); ?>
    </div>
    <div class=”side-widget”>
    <?php _e(‘<h2>Calendar</h2>’); ?>
    <?php get_calendar(); ?>
    </div>
    <div class=”side-widget”>
    <?php _e(‘<h2>Archives</h2>’); ?>

    <?php wp_get_archives(‘type=monthly’); ?>
    </div>
    <div class=”side-widget”>
    <?php _e(‘<h2>Tags</h2>’); ?>
    <?php wp_tag_cloud(); ?>
    </div>
    <!– end sidebar –>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘sytax eror’ is closed to new replies.