• 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”&gt;
    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″>

Viewing 1 replies (of 1 total)
  • I had the same problem. The advice on Feedblitz about WordPress sidebars is to paste the code after the /ul and before the last /div. When I tried to put it earlier in the code the signup box didn’t show up in the blog. When I moved it to the end like suggested, it worked.

    Sharon

Viewing 1 replies (of 1 total)
  • The topic ‘Theme Editing Issue [Feedblitz subscription]’ is closed to new replies.