Trying to add a poll to my sidebar
-
Kind of new at this, and I’m trying to follow some readme files on the creation of a poll and then adding the php to my side bar. I Added the required php that’s stated in the readme, but keep getting errors when adding to my sidebare.: Here is the poll I’m trying to add:
gothambaseball.twooldsaps.com/poll/poll.php
Here is my php for the side bar:
<div id=”sidebar”>
- <h3><?php _e(‘Author’); ?></h3></div>
<div class=”boxbody”>
<div class=”sidebox”>
<div class=”boxhead”>- Mark Healey, the author and creator of Gotham Baseball will take you on a NY ride through the past, present, and future of the NY Game!
</div>
</div>
<!–- <h3>Calendar for</h3>
<?php //get_calendar(2); ?> - <h3><?php _e(‘Columinst Pages’); ?></h3></div>
<div class=”boxbody”>
–>
<div class=”sidebox”>
<div class=”boxhead”>-
<?php wp_list_pages(‘title_li=’); ?>
</div>
</div>
<div class=”sidebox”>
<div class=”boxhead”>- <h3><?php _e(‘Archives’); ?></h3></div>
<div class=”boxbody”>
-
<?php wp_get_archives(‘type=monthly’); ?>
</div>
</div>
<div class=”sidebox”>
<div class=”boxhead”>- <h3><?php _e(‘Links’); ?></h3></div>
<div class=”boxbody”>
-
<?php get_links(‘-1’, ‘
- ‘, ‘
‘, ‘ ‘, 0, ‘category’, 0); ?>
</div>
</div>
<div class=”sidebox”>
<div class=”boxhead”>- <h3><?php _e(‘Extra Crap’); ?></h3></div>
<div class=”boxbody”>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- “><?php _e(‘Invalid XHTML’); ?>
- XFN
- “>WordPress
<?php wp_meta(); ?>
</div>
</div>
<div class=”sidebox”>
<div class=”boxhead”>- <h3><?php _e(‘NEW SIDE’); ?></h3></div>
<div class=”boxbody”>
- <h3><?php _e(‘Themes’); ?></h3></div>
<div class=”boxbody”>
<?php wp_theme_switcher(); ?>
</div>
</div>
</div>
<?php if (function_exists(‘wp_theme_switcher’)) { ?>
<div class=”sidebox”>
<div class=”boxhead”></div>
<?php } ?></div>
Any help would be awesome.
Thanks smalls
- <h3><?php _e(‘Author’); ?></h3></div>
- The topic ‘Trying to add a poll to my sidebar’ is closed to new replies.