• buzzb

    (@buzzb)


    I’ve not been able to find the right spot to paste the FeedFlare code onto my blog. It says to paste it above the “postmetadata” line. But there is NONE. I’ve tried to paste it in a lot of different places – but none of them work.
    I’m using a theme called FreshblueIdea-10 and there IS a “Main Index Page” in the theme editor section, but that line of copy is not there.

    **************************************
    Here is the code in my “Main Index Page” editor:

    **************************************

    <?php get_header(); ?>
    <div id=”content”>
    <div id=”main”>
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div class=”post” id=”post-<?php the_ID(); ?>”>
    <h2>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>
    <span class=”post-date” title=”Date”><?php the_time(‘F j, Y’) ?></span>

    <span class=”post-cath” title=”Category”><?php the_category(‘, ‘) ?></span>

    <span class=”post-comm”><?php comments_popup_link(‘No Comments’, ‘1 Comment’, ‘% Comments’); ?></span>

    <span class=”post-edit”><?php edit_post_link(‘Edit’,”,”); ?></span>

    <span class=”entry”><?php the_content(‘Read the rest…’); ?></span>

    </div>
    <?php comments_template(); ?>
    <?php endwhile; ?>
    <p align=”center”><?php next_posts_link(‘« Previous Entries’) ?> <?php previous_posts_link(‘Next Entries »’) ?></p>
    <?php else : ?>
    <h2 align=”center”>Not Found</h2>
    <p align=”center”>Sorry, but you are looking for something that isn’t here.</p>
    <?php endif; ?>
    </div>

    <?php get_sidebar(); ?>

    </div>
    <?php get_footer(); ?>
    <script src=”http://www.google-analytics.com/urchin.js&#8221; type=”text/javascript”>
    </script>
    <script type=”text/javascript”>
    _uacct = “UA-233345-7”;
    urchinTracker();
    </script>

    </body>
    </html>

    *************************

    Now, can anyone tell me where to paste the FeedFlare code:

    Thank you,

    Buzz

  • The topic ‘FeedFlair Installation’ is closed to new replies.