blend theme – sidebar.php
-
I was trying to modify the sidebar to allow the calendar plugin to show up on the sidebar. I (stupidly) didn’t copy the code to notepad before I made the modification, and now I’ve done something I can’t seem to figure out and undo. What I tried didn’t work, so I deleted what I added, but now the sidebar itself is broken.
Here’s the error code that shows on my side bar now:
‘Parse error: syntax error, unexpected $end in /home3/fidosmar/public_html/wp-content/themes/blend/sidebar.php on line 55’And here’s lines 43-55 in the code (it ends at 55):
‘ <div class=”widget sidebar-widget”>
<div class=”widgettitle”>
<h3>Meta</h3>
</div>-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid <abbr title=”eXtensible HyperText Markup Language”>XHTML</abbr>
- <abbr title=”XHTML Friends Network”>XFN</abbr>
- WordPress
<?php wp_meta(); ?>
</div>’
Thanks!
The topic ‘blend theme – sidebar.php’ is closed to new replies.