<?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: Custom Pages with WordPress Plugins</title>
	<atom:link href="http://www.braindonor.net/coding-blog/custom-pages-with-wordpress-plugins/230/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.braindonor.net/coding-blog/custom-pages-with-wordpress-plugins/230/</link>
	<description>Send us your brain...let us do the thinking for you!</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:57:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Edgar</title>
		<link>http://www.braindonor.net/coding-blog/custom-pages-with-wordpress-plugins/230/comment-page-1/#comment-1299</link>
		<dc:creator>Edgar</dc:creator>
		<pubDate>Tue, 03 Jan 2012 13:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=230#comment-1299</guid>
		<description>Thanks for your post! Exactly what I needed!</description>
		<content:encoded><![CDATA[<p>Thanks for your post! Exactly what I needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.braindonor.net/coding-blog/custom-pages-with-wordpress-plugins/230/comment-page-1/#comment-262</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 22 Mar 2010 10:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=230#comment-262</guid>
		<description>Thanks for the reply.  I lost track of this web page, and finally found it again! 

-Brad</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.  I lost track of this web page, and finally found it again! </p>
<p>-Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://www.braindonor.net/coding-blog/custom-pages-with-wordpress-plugins/230/comment-page-1/#comment-131</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Wed, 18 Nov 2009 05:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=230#comment-131</guid>
		<description>It should go something like:
&lt;pre class=&quot;brush: php&quot;&gt;$custom_page_rules = array(
    &#039;(survey)/(.*)$&#039; =&gt; &#039;index.php?custom_page=$matches[1]&amp;custom_title=$matches[2]&#039;;
);&lt;/pre&gt;
This is assuming that wordpress is installed in the domain root.  You can find more information on this in the Wordpress documentation: http://codex.wordpress.org/Function_Reference/WP_Rewrite#Plugin_Hooks</description>
		<content:encoded><![CDATA[<p>It should go something like:</p>
<pre class="brush: php">$custom_page_rules = array(
    '(survey)/(.*)$' => 'index.php?custom_page=$matches[1]&#038;custom_title=$matches[2]';
);</pre>
<p>This is assuming that wordpress is installed in the domain root.  You can find more information on this in the WordPress documentation: <a href="http://codex.wordpress.org/Function_Reference/WP_Rewrite#Plugin_Hooks" rel="nofollow">http://codex.wordpress.org/Function_Reference/WP_Rewrite#Plugin_Hooks</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.braindonor.net/coding-blog/custom-pages-with-wordpress-plugins/230/comment-page-1/#comment-127</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Sun, 15 Nov 2009 19:50:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.braindonor.net/?p=230#comment-127</guid>
		<description>How would you do this with domain.com/survey/survey_title  Every time I try to add to the rewrite rule it doesn&#039;t work...

Thanks</description>
		<content:encoded><![CDATA[<p>How would you do this with domain.com/survey/survey_title  Every time I try to add to the rewrite rule it doesn&#8217;t work&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

