• The instructions for this plug-in state the following:

    “Just add the following code to your template: <?php xc_feedburner_counter(‘XXXXX’); ?> or to your post: [feedburner_counter feed=”XXXXX”] where “XXXXX” is http://feeds.feedburner.com/XXXXX (aka the “Feedburner user link”).”

    I’m confused about where to add the code into the template. What file? Index? Sidebar?

    If I tried adding the code to my post, which post? Where do I put the code?

    If anyone knows how to proceed, I’d be grateful for your guidance! Thanks in advance.

Viewing 1 replies (of 1 total)
  • Hey DosDoodles,

    Sorry for the delay in getting back to you.
    In your template file, you can add the php code:
    <?php xc_feedburner_counter('XXXXX'); ?>
    Wherever you want the counter to show, just add the code – it can be in your index file, sidebar, footer…wherever!

    To show the counter in a post, when creating a post type in the code:
    [feedburner_counter feed="XXXXX"]
    You can add this anywhere you want it to be shown.

    Cheers.

Viewing 1 replies (of 1 total)
  • The topic ‘Feedburner Counter—where to put the code?’ is closed to new replies.