• Dear WordPress community,

    I’ve using the Scarlett theme by Jinsona, on WP 2.8.+.

    It has three sidebars.

    The first one works fine, but the second sidebar is where I’m having trouble.

    Here’s the code:

    <div class="sidebar2">
    <ul>
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar 2') ) : else : ?>
    
    <li> 	<a href="<?php the_permalink(); ?>"><?php the_title();?></a> </li> 
    
    </ul>
    
    </div>

    And here’s the error that it turns up:

    Parse error: syntax error, unexpected $end in /wp-content/themes/scarlett/scarlett/sidebar2.php on line 10

    If anybody could help, or if you need more information let me know.

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Sidebar Dysfunction’ is closed to new replies.