Theme Editing Issue [Feedblitz subscription]
-
I am wanting to add a Feedblitz subscription box into my sidebar but it doesn’t seem to be working out. I have loaded the theme, edited, saved and – no difference to the layout.
The url is https://www.teencoach.org/blog
and the sidebar php file looks like this:
<div id=”extras”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Right Sidebar’) ) : else : ?>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
<h2>Categories +/-</h2>
<ul id=”m2″>
<?php wp_list_cats(‘sort_column=name&optioncount=1’); ?><form Method=”POST” action=”https://www.feedblitz.com/f/f.fbz?AddNewUserDirect”>
Enter your Email<br><input name=”EMAIL” maxlength=”255″ type=”text” size=”30″ value=””><br>
<input name=”FEEDID” type=”hidden” value=”300027″>
<input name=”PUBLISHER” type=”hidden” value=”6750368″>
<input type=”submit” value=”Subscribe me!”>
<br>Preview | Powered by FeedBlitz</form><h2>Archive +/-</h2>
<ul id=”m3″>
<?php wp_get_archives(‘type=monthly&show_post_count=1’); ?><h2>Links +/-</h2>
<ul id=”m4″>
<?php get_links_list(‘id’); ?><h2>Meta +/-</h2>
<ul id=”m5″>- <?php wp_loginout(); ?>
- Valid XHTML
- XFN
- WordPress
<?php endif; ?>
</div>
Any thoughts/suggestions?
Thanks
Nigel
- The topic ‘Theme Editing Issue [Feedblitz subscription]’ is closed to new replies.