<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Getting RSS and Twitter Subscriber Counts in WordPress</title>
	<atom:link href="https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Mon, 04 May 2026 06:57:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: Matt</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-11778</link>
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Tue, 27 Jul 2010 00:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-11778</guid>
		<description><![CDATA[There&#039;s a PHP function for that: http://php.net/manual/en/function.number-format.php]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a PHP function for that: <a href="http://php.net/manual/en/function.number-format.php" rel="nofollow">http://php.net/manual/en/funct.....format.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TONES</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-11771</link>
		<dc:creator><![CDATA[TONES]]></dc:creator>
		<pubDate>Mon, 26 Jul 2010 08:22:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-11771</guid>
		<description><![CDATA[How do I format the number with a comma in the thousand&#039;s place?

for example, if i had a subscriber count of 20000, i want it to show as:

20,000

thanks! great tutorial :D]]></description>
		<content:encoded><![CDATA[<p>How do I format the number with a comma in the thousand&#8217;s place?</p>
<p>for example, if i had a subscriber count of 20000, i want it to show as:</p>
<p>20,000</p>
<p>thanks! great tutorial <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-9257</link>
		<dc:creator><![CDATA[redwall_hp]]></dc:creator>
		<pubDate>Mon, 24 Aug 2009 18:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-9257</guid>
		<description><![CDATA[It depends on how your functions.php file is set up. Tell you what, send me an email (see About/Contact page) and include your functions.php file. I can have a look at it. ]]></description>
		<content:encoded><![CDATA[<p>It depends on how your functions.php file is set up. Tell you what, send me an email (see About/Contact page) and include your functions.php file. I can have a look at it. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Keir</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-9251</link>
		<dc:creator><![CDATA[Andrew Keir]]></dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-9251</guid>
		<description><![CDATA[yeah i realize it wouldn&#039;t use html, i meant that just to ask if their were php opening closing tags required, it seems not. 
 
I&#039;m not getting up to the point of putting the &lt;?php my_subscriber_count(); ?&gt; anywhere. Just white screens as soon as i add the code to my functions file. 
 
im lost :( ]]></description>
		<content:encoded><![CDATA[<p>yeah i realize it wouldn&#039;t use html, i meant that just to ask if their were php opening closing tags required, it seems not. </p>
<p>I&#039;m not getting up to the point of putting the &lt;?php my_subscriber_count(); ?&gt; anywhere. Just white screens as soon as i add the code to my functions file. </p>
<p>im lost <img src="https://www.webmaster-source.com/wp-includes/images/smilies/icon_sad.gif" alt=":(" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-9173</link>
		<dc:creator><![CDATA[redwall_hp]]></dc:creator>
		<pubDate>Sat, 15 Aug 2009 23:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-9173</guid>
		<description><![CDATA[It doesn&#039;t need &lt;html&gt; and &lt;/html&gt; tags, as functions.php is just code, not really HTML. 
 
Did you put the &lt;?php my_subscriber_count(); ?&gt; where you wanted the number to appear? (E.g. somewhere in the sidebar.php template.) ]]></description>
		<content:encoded><![CDATA[<p>It doesn&#039;t need &lt;html&gt; and &lt;/html&gt; tags, as functions.php is just code, not really HTML. </p>
<p>Did you put the &lt;?php my_subscriber_count(); ?&gt; where you wanted the number to appear? (E.g. somewhere in the sidebar.php template.) </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Keir</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-9171</link>
		<dc:creator><![CDATA[Andrew Keir]]></dc:creator>
		<pubDate>Sat, 15 Aug 2009 09:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-9171</guid>
		<description><![CDATA[Hi redwall,  
 
Yep just the last big snippet. I tried adding just the code, also a &quot; &lt;?php &quot; before the snippet and &quot; ?&gt; &quot; after it. 
 
My funtions.php seemed to be made up of 4-5 individual sections php captions ( thats the wrong terminology im sure, but you get what i mean? ) 
 
it doesnt seem to have opening and closing tags like &lt;html&gt;  blahblahblah &lt;/html&gt;. 
 
is that wrong? ]]></description>
		<content:encoded><![CDATA[<p>Hi redwall,  </p>
<p>Yep just the last big snippet. I tried adding just the code, also a &quot; &lt;?php &quot; before the snippet and &quot; ?&gt; &quot; after it. </p>
<p>My funtions.php seemed to be made up of 4-5 individual sections php captions ( thats the wrong terminology im sure, but you get what i mean? ) </p>
<p>it doesnt seem to have opening and closing tags like &lt;html&gt;  blahblahblah &lt;/html&gt;. </p>
<p>is that wrong? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-9154</link>
		<dc:creator><![CDATA[redwall_hp]]></dc:creator>
		<pubDate>Wed, 12 Aug 2009 18:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-9154</guid>
		<description><![CDATA[For starters, what are you adding to functions.php? Just the last snippet, the big one, right? Also, make sure your functions.php file has opening and closing PHP tags. ]]></description>
		<content:encoded><![CDATA[<p>For starters, what are you adding to functions.php? Just the last snippet, the big one, right? Also, make sure your functions.php file has opening and closing PHP tags. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Keir</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-9150</link>
		<dc:creator><![CDATA[Andrew Keir]]></dc:creator>
		<pubDate>Wed, 12 Aug 2009 06:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-9150</guid>
		<description><![CDATA[When adding this to my functions.php it makes all my pages load as white screens only, obviously i&#039;m missing something obvious? any suggestions? ]]></description>
		<content:encoded><![CDATA[<p>When adding this to my functions.php it makes all my pages load as white screens only, obviously i&#039;m missing something obvious? any suggestions? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redwall_hp</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-8962</link>
		<dc:creator><![CDATA[redwall_hp]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 22:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-8962</guid>
		<description><![CDATA[If you use one of the first two code snippets, yes. It will call FeedBurner or Twitter on every page load, which isn&#039;t good. If you have a look at the last code snippet, you may notice that it has a caching mechanism. It will only call the services once every hour (3600 seconds). ]]></description>
		<content:encoded><![CDATA[<p>If you use one of the first two code snippets, yes. It will call FeedBurner or Twitter on every page load, which isn&#039;t good. If you have a look at the last code snippet, you may notice that it has a caching mechanism. It will only call the services once every hour (3600 seconds). </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Saliba</title>
		<link>https://www.webmaster-source.com/2009/07/22/getting-rss-and-twitter-subscriber-counts-in-wordpress/#comment-8961</link>
		<dc:creator><![CDATA[Dean Saliba]]></dc:creator>
		<pubDate>Wed, 22 Jul 2009 21:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2387#comment-8961</guid>
		<description><![CDATA[I was wondering this as well. ]]></description>
		<content:encoded><![CDATA[<p>I was wondering this as well. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-05-13 23:34:25 by W3 Total Cache
-->