<?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 for WP TIPS</title>
	<atom:link href="http://wpti.ps/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpti.ps</link>
	<description>WordPress Tips</description>
	<lastBuildDate>Tue, 03 Apr 2012 00:13:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on WordPress 3.3 Dashboard Tweaks plugin by WPTIPS</title>
		<link>http://wpti.ps/plugins/wordpress-33-dashboard-tweaks-plugin/#comment-1309</link>
		<dc:creator>WPTIPS</dc:creator>
		<pubDate>Tue, 03 Apr 2012 00:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=150#comment-1309</guid>
		<description>Hi Charles, thanks for your comment. I have just checked it on a vanilla local install as well as a vanilla local multisite install and I don&#039;t get any unexpected output as you describe.</description>
		<content:encoded><![CDATA[<p>Hi Charles, thanks for your comment. I have just checked it on a vanilla local install as well as a vanilla local multisite install and I don&#8217;t get any unexpected output as you describe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Member List by Dan Norris</title>
		<link>http://wpti.ps/templates/creating-member-list/#comment-1308</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Mon, 02 Apr 2012 22:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=45#comment-1308</guid>
		<description>A little bit late, but for future reference
Add the following code
&#039;id&#039; =&gt; $user-&gt;id,

and then in your if statement write
($auser[&#039;id&#039;] != &#039;4&#039; &amp;&amp; $auser[&#039;id&#039;] != &#039;1&#039;)


Of course replace the numbers with the users you wish to hide!</description>
		<content:encoded><![CDATA[<p>A little bit late, but for future reference<br />
Add the following code<br />
&#8216;id&#8217; =&gt; $user-&gt;id,</p>
<p>and then in your if statement write<br />
($auser['id'] != &#8217;4&#8242; &amp;&amp; $auser['id'] != &#8217;1&#8242;)</p>
<p>Of course replace the numbers with the users you wish to hide!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Member List by Dan Norris</title>
		<link>http://wpti.ps/templates/creating-member-list/#comment-1307</link>
		<dc:creator>Dan Norris</dc:creator>
		<pubDate>Mon, 02 Apr 2012 22:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=45#comment-1307</guid>
		<description>Great bit of PHP that is coming in handy, I&#039;ll post a link to the project that is using this code once it has gone live.
For those who are looking at the above code, please note it can also be used in conjunction with custom user fields, to give your author cards thats extra little touch!</description>
		<content:encoded><![CDATA[<p>Great bit of PHP that is coming in handy, I&#8217;ll post a link to the project that is using this code once it has gone live.<br />
For those who are looking at the above code, please note it can also be used in conjunction with custom user fields, to give your author cards thats extra little touch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.3 Dashboard Tweaks plugin by Charles</title>
		<link>http://wpti.ps/plugins/wordpress-33-dashboard-tweaks-plugin/#comment-1306</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Mon, 02 Apr 2012 21:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=150#comment-1306</guid>
		<description>Hi, nice plugin but is it just me or common to see following:
The plugin generated 2032 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
On local testserver WP3.3.1</description>
		<content:encoded><![CDATA[<p>Hi, nice plugin but is it just me or common to see following:<br />
The plugin generated 2032 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.<br />
On local testserver WP3.3.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 25K views on one single post!!! by WPTIPS</title>
		<link>http://wpti.ps/news/25k-views-on-one-single-post/#comment-1283</link>
		<dc:creator>WPTIPS</dc:creator>
		<pubDate>Sun, 18 Mar 2012 16:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=170#comment-1283</guid>
		<description>Yeah, that is sth that you&#039;ll learn over time. With copying and pasting PHP, you&#039;ll always have to make sure that the spaces are actually tabs and not real spaces...

Actually pasting your code in Gists and then pasting a link to a Gist instead of in comments works the best for this purpose.

Anyways, glad that you got it working, so now we can focus on the hurray part again of 25,400 views at the time of writing this response :)</description>
		<content:encoded><![CDATA[<p>Yeah, that is sth that you&#8217;ll learn over time. With copying and pasting PHP, you&#8217;ll always have to make sure that the spaces are actually tabs and not real spaces&#8230;</p>
<p>Actually pasting your code in Gists and then pasting a link to a Gist instead of in comments works the best for this purpose.</p>
<p>Anyways, glad that you got it working, so now we can focus on the hurray part again of 25,400 views at the time of writing this response :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 25K views on one single post!!! by Forest</title>
		<link>http://wpti.ps/news/25k-views-on-one-single-post/#comment-1282</link>
		<dc:creator>Forest</dc:creator>
		<pubDate>Sun, 18 Mar 2012 15:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=170#comment-1282</guid>
		<description>Ugh. That worked perfectly.

Thanks again for your generous help. My apologies for spoiling your post. :embarrassed:</description>
		<content:encoded><![CDATA[<p>Ugh. That worked perfectly.</p>
<p>Thanks again for your generous help. My apologies for spoiling your post. :embarrassed:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 25K views on one single post!!! by WPTIPS</title>
		<link>http://wpti.ps/news/25k-views-on-one-single-post/#comment-1281</link>
		<dc:creator>WPTIPS</dc:creator>
		<pubDate>Sat, 17 Mar 2012 15:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=170#comment-1281</guid>
		<description>OK my best guess is that either there are spaces in the code &lt;strong&gt;or&lt;/strong&gt; the closing tag is not necessary.

Anyways, I have made a &lt;a href=&quot;https://gist.github.com/2061385&quot; rel=&quot;nofollow&quot;&gt;gist&lt;/a&gt; for you, try it and let me know.

And apologies for my remark on commenting here instead of in the original post, I indeed closed the comments there a while ago...</description>
		<content:encoded><![CDATA[<p>OK my best guess is that either there are spaces in the code <strong>or</strong> the closing tag is not necessary.</p>
<p>Anyways, I have made a <a href="https://gist.github.com/2061385" rel="nofollow">gist</a> for you, try it and let me know.</p>
<p>And apologies for my remark on commenting here instead of in the original post, I indeed closed the comments there a while ago&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 25K views on one single post!!! by Forest</title>
		<link>http://wpti.ps/news/25k-views-on-one-single-post/#comment-1280</link>
		<dc:creator>Forest</dc:creator>
		<pubDate>Sat, 17 Mar 2012 15:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=170#comment-1280</guid>
		<description>Okay, I&#039;m embarrassed. I apologize for my initial post. Maybe some day I&#039;ll have a single post with 25,000 views and I hope I&#039;ll be as helpful as you if someone posts a negative note on it. Thank you for rising above my snarkiness.

I was frustrated because I had just broken my site (at least the ability to edit posts), and other people rely on the site. I&#039;m dying to launch the site, and completely overwhelmed by everything I have on my plate. A bad day, I guess.

I&#039;m a WP newbie, but I couldn&#039;t figure out how to post on the other page. I suspect that comments are turned off, as I couldn&#039;t find a &quot;Leave a Reply&quot; box at the bottom and couldn&#039;t find any reply buttons in the text.

The error happens whenever I try try to do an administrative action, such as editing or making a post. It&#039;s always the same error: &quot;
Warning: Cannot modify header information - headers already sent by (output started at /home/tyds/public_html/wp-content/themes/tyds/functions.php:23) in /home/tyds/public_html/wp-includes/pluggable.php on line 866&quot;

Line 23 is a blank line at the end of the file. The complete text of functions.php is 
 array (
            &#039;url&#039; =&gt; &quot;$child2011_dir/images/banner1.jpg&quot;,
            &#039;thumbnail_url&#039; =&gt; &quot;$child2011_dir/images/image1-thumb.jpg&quot;, // 230 x 66px
            &#039;description&#039; =&gt; __( &#039;Image Description&#039;, &#039;banner1&#039; )
        )
    ));
}
add_action( &#039;after_setup_theme&#039;, &#039;wptips_new_default_header_images&#039; );
?&gt;


[EOF]
I&#039;m going to feel right stupid if this was an obvious mistake I made following your directions.</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;m embarrassed. I apologize for my initial post. Maybe some day I&#8217;ll have a single post with 25,000 views and I hope I&#8217;ll be as helpful as you if someone posts a negative note on it. Thank you for rising above my snarkiness.</p>
<p>I was frustrated because I had just broken my site (at least the ability to edit posts), and other people rely on the site. I&#8217;m dying to launch the site, and completely overwhelmed by everything I have on my plate. A bad day, I guess.</p>
<p>I&#8217;m a WP newbie, but I couldn&#8217;t figure out how to post on the other page. I suspect that comments are turned off, as I couldn&#8217;t find a &#8220;Leave a Reply&#8221; box at the bottom and couldn&#8217;t find any reply buttons in the text.</p>
<p>The error happens whenever I try try to do an administrative action, such as editing or making a post. It&#8217;s always the same error: &#8221;<br />
Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/tyds/public_html/wp-content/themes/tyds/functions.php:23) in /home/tyds/public_html/wp-includes/pluggable.php on line 866&#8243;</p>
<p>Line 23 is a blank line at the end of the file. The complete text of functions.php is<br />
 array (<br />
            &#8216;url&#8217; =&gt; &#8220;$child2011_dir/images/banner1.jpg&#8221;,<br />
            &#8216;thumbnail_url&#8217; =&gt; &#8220;$child2011_dir/images/image1-thumb.jpg&#8221;, // 230 x 66px<br />
            &#8216;description&#8217; =&gt; __( &#8216;Image Description&#8217;, &#8216;banner1&#8242; )<br />
        )<br />
    ));<br />
}<br />
add_action( &#8216;after_setup_theme&#8217;, &#8216;wptips_new_default_header_images&#8217; );<br />
?&gt;</p>
<p>[EOF]<br />
I&#8217;m going to feel right stupid if this was an obvious mistake I made following your directions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 25K views on one single post!!! by WPTIPS</title>
		<link>http://wpti.ps/news/25k-views-on-one-single-post/#comment-1278</link>
		<dc:creator>WPTIPS</dc:creator>
		<pubDate>Sat, 17 Mar 2012 07:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=170#comment-1278</guid>
		<description>ok Forest, I am going to really do my best to be nice to you as you obviously spoiled my hurray post with your comment. 

my bad, I closed the comments long time ago... &lt;del datetime=&quot;2012-03-17T15:54:57+00:00&quot;&gt;You do realize that your comment here has no relevance whatsoever to the post?! Was it really so difficult to put it under the appropriate post? It probably was and I continue assuming that you actually saw that there is nobody of the 66 commenters that a. cannot get it to work and b. experience the same error as you do.&lt;/del&gt;

So the big question for you is what does it say on line 23 of your functions.php file?

Apart from that you can try to let me know what exactly is not working as I just visited your site and there seems to be no problem whatsoever.</description>
		<content:encoded><![CDATA[<p>ok Forest, I am going to really do my best to be nice to you as you obviously spoiled my hurray post with your comment. </p>
<p>my bad, I closed the comments long time ago&#8230; <del datetime="2012-03-17T15:54:57+00:00">You do realize that your comment here has no relevance whatsoever to the post?! Was it really so difficult to put it under the appropriate post? It probably was and I continue assuming that you actually saw that there is nobody of the 66 commenters that a. cannot get it to work and b. experience the same error as you do.</del></p>
<p>So the big question for you is what does it say on line 23 of your functions.php file?</p>
<p>Apart from that you can try to let me know what exactly is not working as I just visited your site and there seems to be no problem whatsoever.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 25K views on one single post!!! by Forest</title>
		<link>http://wpti.ps/news/25k-views-on-one-single-post/#comment-1277</link>
		<dc:creator>Forest</dc:creator>
		<pubDate>Fri, 16 Mar 2012 17:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://wpti.ps/?p=170#comment-1277</guid>
		<description>Hello,

I&#039;d like to be happy for you, but it&#039;s hard to be, as the modification you suggested breaks my site.

I tried carefully following all of the instructions, and everything works just fine when I am simply viewing pages. However, I get the following error whenever I try to edit a post: &quot;Warning: Cannot modify header information - headers already sent by (output started at /home/tyds/public_html/wp-content/themes/tyds/functions.php:23) in /home/tyds/public_html/wp-includes/pluggable.php on line 866&quot;

Given that the hack attempts to modify header information, this error doesn&#039;t seem that surprising. Any thoughts on how to fix it?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;d like to be happy for you, but it&#8217;s hard to be, as the modification you suggested breaks my site.</p>
<p>I tried carefully following all of the instructions, and everything works just fine when I am simply viewing pages. However, I get the following error whenever I try to edit a post: &#8220;Warning: Cannot modify header information &#8211; headers already sent by (output started at /home/tyds/public_html/wp-content/themes/tyds/functions.php:23) in /home/tyds/public_html/wp-includes/pluggable.php on line 866&#8243;</p>
<p>Given that the hack attempts to modify header information, this error doesn&#8217;t seem that surprising. Any thoughts on how to fix it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

