Plain Text Feedburner Count
WTF provides you with a simple way to add your Feedburner subscription count to your WordPress site. This is a very popular function that you will see on a lot of blogs. To use the Feedburner Count function add the following code anywhere in you site:
<?php if(function_exists('wtf_feedburner_count')) echo wtf_feedburner_count('feedburner_id'); ?>
Note in the above example I am passing in an example feedburner ID string.
Advanced
This method takes one argument:
wtf_feedburner_count($feedburner_id);
- $feedburner_id
- Description – This is a Feedburner ID. If your feedburner URL is
http://feeds.feedburner.com/mysiteyour Feedburner ID is mysite.
- Description – This is a Feedburner ID. If your feedburner URL is

