<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Doing &#38; Done &#187; wordpress mu</title>
	<atom:link href="http://doing.liduan.com/tag/wordpress-mu/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Sat, 29 Oct 2011 11:13:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>update new theme.</title>
		<link>http://doing.liduan.com/2009/07/16/update-new-theme/</link>
		<comments>http://doing.liduan.com/2009/07/16/update-new-theme/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 15:32:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/16/update-new-theme/</guid>
		<description><![CDATA[update new theme.]]></description>
			<content:encoded><![CDATA[<p>update new theme.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/16/update-new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enable javascript and other HTML element&#8230;</title>
		<link>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/</link>
		<comments>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 19:00:39 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/</guid>
		<description><![CDATA[enable javascript and other HTML element in wordpress MU. open wp-includes/kses.php find following line $allowedposttags = array( add following codes &#039;script&#039; =&#62; array( &#039;type&#039; =&#62; array(), &#039;src&#039; =&#62; array(), &#039;language&#039; =&#62; array() ), &#039;noscript&#039; =&#62; array( ), &#039;object&#039; =&#62; array( &#039;height&#039; =&#62; array(), &#039;width&#039; =&#62; array(), &#039;type&#039; =&#62; array(), &#039;data&#039; =&#62; array(), &#039;allowfullscreen&#039; =&#62; array(), [...]]]></description>
			<content:encoded><![CDATA[<p>enable javascript and other HTML element in wordpress MU. open wp-includes/kses.php find following line</p>
<pre class="brush: php">
$allowedposttags = array(
</pre>
<p>add following codes</p>
<pre class="brush: php">
		&#039;script&#039; =&gt; array(
&#039;type&#039; =&gt; array(),
&#039;src&#039; =&gt; array(),
&#039;language&#039; =&gt; array()
),
&#039;noscript&#039; =&gt; array(
),
&#039;object&#039; =&gt; array(
&#039;height&#039; =&gt; array(),
&#039;width&#039; =&gt; array(),
&#039;type&#039; =&gt; array(),
&#039;data&#039; =&gt; array(),
&#039;allowfullscreen&#039; =&gt; array(),
&#039;id&#039; =&gt; array()
),
&#039;param&#039; =&gt; array(
&#039;name&#039; =&gt; array(),
&#039;value&#039; =&gt; array()
),
&#039;embed&#039; =&gt; array(
&#039;width&#039; =&gt; array(),
&#039;height&#039; =&gt; array(),
&#039;type&#039; =&gt; array(),
&#039;src&#039; =&gt; array(),
&#039;allowfullscreen&#039; =&gt; array()
),
&#039;coolcode&#039; =&gt; array(
&#039;lang&#039; =&gt; array()
),
//over
</pre>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/10/enable-javascript-and-other-html-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPMU DEV is a third party wordpress plug&#8230;</title>
		<link>http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/</link>
		<comments>http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 23:16:09 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress mu]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/</guid>
		<description><![CDATA[WPMU DEV is a third party wordpress plugin directory, you can find special plugin for wordpress mu.]]></description>
			<content:encoded><![CDATA[<p><a href='http://wpmudev.org/plugins/'>WPMU DEV</a> is a third party wordpress plugin directory, you can find special plugin for wordpress mu.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/07/08/wpmu-dev-is-a-third-party-wordpress-plug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

