Parse erro
-
I was editing my sidebar.php and I deleted a part of the code that I no longer wanted (only deleted what I didn’t want) but then my sidebars and pages were gone when I visited my webpage! Help! The bottom of my webpages says this…
Parse error: syntax error, unexpected $end in /home/content/16/7704816/html/wp-content/themes/green-apples/sidebar.php on line 28the sidebar.php code is this
<div id=”sidebar” class=”sides”>-
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar() ) : else : ?>
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
- Meta
<?php wp_list_pages(‘title_li=Pages’ ); ?>
<?php wp_list_categories(‘show_count=1&title_li=Categories’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
</div>
<!– #sidebar .sides –>please help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Parse erro’ is closed to new replies.