<?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 WerdsWords</title>
	<atom:link href="http://werdswords.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://werdswords.com</link>
	<description>I&#039;ve kinda got a thing for WordPress.</description>
	<lastBuildDate>Tue, 23 Apr 2013 17:29:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta2-24237</generator>
	<item>
		<title>Comment on HowTo: Disable Access to the WordPress Dashboard for Non-Admins by kentkoven</title>
		<link>http://werdswords.com/howto-disable-access-to-the-wordpress-dashboard-for-non-admins/#comment-4783</link>
		<dc:creator>kentkoven</dc:creator>
		<pubDate>Tue, 23 Apr 2013 17:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.werdswords.com/?p=196#comment-4783</guid>
		<description><![CDATA[Does anybody have an example of how this might be used to redirect non-admins back to their current page?  So if they log in on the home page widget, the home page is reloaded upon login or if they login on the login page, that page is reloaded.]]></description>
		<content:encoded><![CDATA[<p>Does anybody have an example of how this might be used to redirect non-admins back to their current page?  So if they log in on the home page widget, the home page is reloaded upon login or if they login on the login page, that page is reloaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get email alerts about 404 errors on your WordPress site by Janius</title>
		<link>http://werdswords.com/get-clean-404-email-alerts-from-your-wordpress-site/#comment-4773</link>
		<dc:creator>Janius</dc:creator>
		<pubDate>Sun, 14 Apr 2013 06:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://werdswords.com/?p=691#comment-4773</guid>
		<description><![CDATA[Pardon my ignorance but...
How do I exactly &#039;require&#039; it in the functions.php file?
I&#039;ve googled a lot and cannot find the right way.
By contrast, curiously people strongly advise against declaring classes inside theme files.]]></description>
		<content:encoded><![CDATA[<p>Pardon my ignorance but&#8230;<br />
How do I exactly &#8216;require&#8217; it in the functions.php file?<br />
I&#8217;ve googled a lot and cannot find the right way.<br />
By contrast, curiously people strongly advise against declaring classes inside theme files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HowTo: Disable Access to the WordPress Dashboard for Non-Admins by Stefano</title>
		<link>http://werdswords.com/howto-disable-access-to-the-wordpress-dashboard-for-non-admins/#comment-4769</link>
		<dc:creator>Stefano</dc:creator>
		<pubDate>Thu, 11 Apr 2013 10:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.werdswords.com/?p=196#comment-4769</guid>
		<description><![CDATA[I tried your snippet to redirect to the articles admin page, using admin_url(&#039;edit.php&#039;) instead of home_url(), but it starts an infinite redirect loop.

So I tried with the wp_dashboard_setup hook, and it seems to work well:

[php]
function redirect_from_dashboard() {
	if (!current_user_can(&#039;manage_options&#039;)) {
		wp_redirect(admin_url(&#039;edit.php&#039;)); exit;
	}
}
add_action(&#039;wp_dashboard_setup&#039;, &#039;redirect_from_dashboard&#039;);
[/php]]]></description>
		<content:encoded><![CDATA[<p>I tried your snippet to redirect to the articles admin page, using admin_url(&#8216;edit.php&#8217;) instead of home_url(), but it starts an infinite redirect loop.</p>
<p>So I tried with the wp_dashboard_setup hook, and it seems to work well:</p>
<pre class="brush: php; title: ; notranslate">
function redirect_from_dashboard() {
	if (!current_user_can('manage_options')) {
		wp_redirect(admin_url('edit.php')); exit;
	}
}
add_action('wp_dashboard_setup', 'redirect_from_dashboard');
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HowTo: Disable Access to the WordPress Dashboard for Non-Admins by Drew</title>
		<link>http://werdswords.com/howto-disable-access-to-the-wordpress-dashboard-for-non-admins/#comment-4763</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 09 Apr 2013 05:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.werdswords.com/?p=196#comment-4763</guid>
		<description><![CDATA[Jeremy: Did you use the snippet or the plugin? The plugin got a little bloated b/c people were asking for configurable options, but it functions basically the same.]]></description>
		<content:encoded><![CDATA[<p>Jeremy: Did you use the snippet or the plugin? The plugin got a little bloated b/c people were asking for configurable options, but it functions basically the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unconscious Constants by akTed</title>
		<link>http://werdswords.com/unconscious-constants/#comment-4762</link>
		<dc:creator>akTed</dc:creator>
		<pubDate>Tue, 09 Apr 2013 04:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://werdswords.com/?p=679#comment-4762</guid>
		<description><![CDATA[Great post. I have a 20+ year-old analog on my wall which I rarely look at, but the tick-tick-tick is always present. When my battery died it was awhile before I noticed --- I felt something was off, but couldn&#039;t quite put my finger on it, like it was at the tip of my tongue, figuratively speaking. I finally figured it out, replaced the battery, and all was well in my little world. :)]]></description>
		<content:encoded><![CDATA[<p>Great post. I have a 20+ year-old analog on my wall which I rarely look at, but the tick-tick-tick is always present. When my battery died it was awhile before I noticed &#8212; I felt something was off, but couldn&#8217;t quite put my finger on it, like it was at the tip of my tongue, figuratively speaking. I finally figured it out, replaced the battery, and all was well in my little world. <img src='http://werdswords.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HowTo: Disable Access to the WordPress Dashboard for Non-Admins by Jeremy Green</title>
		<link>http://werdswords.com/howto-disable-access-to-the-wordpress-dashboard-for-non-admins/#comment-4759</link>
		<dc:creator>Jeremy Green</dc:creator>
		<pubDate>Fri, 05 Apr 2013 08:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.werdswords.com/?p=196#comment-4759</guid>
		<description><![CDATA[Hey Drew! Working on a project and stumbled across this. Works perfectly. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hey Drew! Working on a project and stumbled across this. Works perfectly. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get email alerts about 404 errors on your WordPress site by Drew</title>
		<link>http://werdswords.com/get-clean-404-email-alerts-from-your-wordpress-site/#comment-4692</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 19 Mar 2013 17:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://werdswords.com/?p=691#comment-4692</guid>
		<description><![CDATA[It&#039;s possible your email client doesn&#039;t support HTML emails. On the other hand, you may need to adjust the HTML output in setup_email() to fit your own needs.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s possible your email client doesn&#8217;t support HTML emails. On the other hand, you may need to adjust the HTML output in setup_email() to fit your own needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get email alerts about 404 errors on your WordPress site by voxsoxs</title>
		<link>http://werdswords.com/get-clean-404-email-alerts-from-your-wordpress-site/#comment-4690</link>
		<dc:creator>voxsoxs</dc:creator>
		<pubDate>Tue, 19 Mar 2013 16:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://werdswords.com/?p=691#comment-4690</guid>
		<description><![CDATA[thanks
but do you have any idea how to prevent such misinterpreted email in some readers?]]></description>
		<content:encoded><![CDATA[<p>thanks<br />
but do you have any idea how to prevent such misinterpreted email in some readers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get email alerts about 404 errors on your WordPress site by Drew</title>
		<link>http://werdswords.com/get-clean-404-email-alerts-from-your-wordpress-site/#comment-4677</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 18 Mar 2013 17:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://werdswords.com/?p=691#comment-4677</guid>
		<description><![CDATA[Done.]]></description>
		<content:encoded><![CDATA[<p>Done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get email alerts about 404 errors on your WordPress site by voxsoxs</title>
		<link>http://werdswords.com/get-clean-404-email-alerts-from-your-wordpress-site/#comment-4674</link>
		<dc:creator>voxsoxs</dc:creator>
		<pubDate>Mon, 18 Mar 2013 14:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://werdswords.com/?p=691#comment-4674</guid>
		<description><![CDATA[öhh, would you please be so kind and eleminate the above posted code ... ?! ;-) thanks!]]></description>
		<content:encoded><![CDATA[<p>öhh, would you please be so kind and eleminate the above posted code &#8230; ?! <img src='http://werdswords.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
