<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>ShinePHP.com</title>
	
	<link>http://www.shinephp.com</link>
	<description>WordPress, PHP, MySQL, general WEB development hints, reviews, plugins, news...</description>
	<lastBuildDate>Sun, 05 Feb 2012 10:30:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/shinephp" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="shinephp" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">shinephp</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Start scheduled task with WP Cron more often</title>
		<link>http://www.shinephp.com/start-scheduled-task-with-wp-cron-more-often/</link>
		<comments>http://www.shinephp.com/start-scheduled-task-with-wp-cron-more-often/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 10:26:03 +0000</pubDate>
		<dc:creator>Vladimir</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shinephp.com/?p=2178</guid>
		<description><![CDATA[You can schedule your task for execution Once, Hourly, Twice a day, Daily. WordPress has public API for that. But what to do if you need to execute your task more often, than default schedule intervals offered by WordPress? Can you manage WordPress scheduler to start you job every 5 minute instead of 'hourly', 'twicedaily' and 'daily' intervals?]]></description>
		<wfw:commentRss>http://www.shinephp.com/start-scheduled-task-with-wp-cron-more-often/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress shows unpublished pages</title>
		<link>http://www.shinephp.com/wordpress-shows-unpublished-pages/</link>
		<comments>http://www.shinephp.com/wordpress-shows-unpublished-pages/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 13:18:23 +0000</pubDate>
		<dc:creator>Vladimir</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.shinephp.com/?p=2176</guid>
		<description><![CDATA[I got questions from WordPress users how to change page status from 'published' to 'pending for review' automatically in case its author changed it. Its possible with little piece of code in your theme functions.php file and the same little user capabilities manipulation. You can look how it works on the video by <a href="http://youtu.be/ytEldoENpdM" title="Published to Pending after post change" target="">this link</a> or scrolling to the end of this post. So it seems, that problem is resolved. No. WordPress 2011 theme (and possibly others) is written such way, that page (with all changed content) is shown in any status, including 'draft'. You just should know its link. Make little experiment. Create new page and save its draft. Then type in the browser URL to this page. Do you see it? Yes, me too. 
<p>How to change this WordPress behavior?]]></description>
		<wfw:commentRss>http://www.shinephp.com/wordpress-shows-unpublished-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>add_users WordPress user capability</title>
		<link>http://www.shinephp.com/add_users-wordpress-user-capability/</link>
		<comments>http://www.shinephp.com/add_users-wordpress-user-capability/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 03:58:27 +0000</pubDate>
		<dc:creator>Vladimir</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Capabilities]]></category>
		<category><![CDATA[capability]]></category>
		<category><![CDATA[user capability]]></category>
		<category><![CDATA[User Role]]></category>

		<guid isPermaLink="false">http://www.shinephp.com/?p=2173</guid>
		<description><![CDATA[add_users capability was added since version 3.0 and does nothing in WordPress 3.3.1]]></description>
		<wfw:commentRss>http://www.shinephp.com/add_users-wordpress-user-capability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Role Editor WordPress plugin version 3.4</title>
		<link>http://www.shinephp.com/user-role-editor-wordpress-plugin-3-4/</link>
		<comments>http://www.shinephp.com/user-role-editor-wordpress-plugin-3-4/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 06:11:53 +0000</pubDate>
		<dc:creator>Vladimir</dc:creator>
				<category><![CDATA[ShinePHP plugins news]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[User Role]]></category>

		<guid isPermaLink="false">http://www.shinephp.com/?p=2169</guid>
		<description><![CDATA[User Role Editor WordPress plugin v. 3.4 is published. What&#8217;s new in this version? I got feature request from one user about ability to edit &#8220;Administrator&#8221; role. Sometimes plugins or themes add its own capabilities to other (may be its own) roles, not to administrator. Thus, you may meet with situation, when some user can [...]]]></description>
		<wfw:commentRss>http://www.shinephp.com/user-role-editor-wordpress-plugin-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>moderate_comments WordPress user capability</title>
		<link>http://www.shinephp.com/moderate_comments-wordpress-user-capability/</link>
		<comments>http://www.shinephp.com/moderate_comments-wordpress-user-capability/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 03:25:14 +0000</pubDate>
		<dc:creator>Vladimir</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Capabilities]]></category>
		<category><![CDATA[capability]]></category>

		<guid isPermaLink="false">http://www.shinephp.com/?p=2163</guid>
		<description><![CDATA[Oficial WordPress Codex <a href="http://codex.wordpress.org/Roles_and_Capabilities#moderate_comments" title="moderate_comments capability at WordPress Codex" target="new" rel="nofollow">page</a> says that "moderate_comments" WordPress user capability "allows users to moderate comments from the Comments SubPanel (although a user needs the edit_posts Capability in order to access this)". 
<p>What I can say? Do not trust your own eyes. It is not the full true. Only last part of this declaration (about "edit_posts" capability) works as described in relation to the Comments subpanel. Are you not sure? Check it yourself. Take <a href="http://shinephp.com/user-role-editor-wordpress-plugin" title="User Role Editor WordPress plugin">"User Role Editor"</a> WordPress plugin, select the "Editor" role and uncheck "moderate_comments" capability. Then login to WordPress under the user with "Editor" role and go to the "Comments" panel. Do you still see links "unaprove, edit, spam, trash" under the comments there? Thus, you still may moderate comments inspite of you have not "moderate_comments" capability.
So, the next question - what is the real power of "moderate_comments" WordPress user capability?]]></description>
		<wfw:commentRss>http://www.shinephp.com/moderate_comments-wordpress-user-capability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

