I am attempting to add this plugin, and have activated it. However, when I input the class, I get a syntax error. I'm putting it into sidebar.php, but am not having any success.
I should just be able to input this, right?
<?php if () : ?>
<?php smcf() ?>
<?php endif; ?>
I'm putting it into the following place:
<div id="right-sidebar">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_2') ) : else : ?>
<?php if () : ?>
<?php smcf() ?>
<?php endif; ?>
<h3>Calendar</h3>
<?php get_calendar(); ?>
<div id="blogroll">
<h3>Friends</h3>
-
<?php get_links(-1, '
- ', ' ', ' - '); ?>
But I get the error:
Parse error: syntax error, unexpected ')' in /home/stylishc/public_html/cruise/wp-content/themes/jd-sunset-3c-10/sidebar.php on line 27
Please help!
http://wordpress.org/extend/plugins/simplemodal-contact-form-smcf/