<?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: WordPress: Get Page Link By Slug</title>
	<atom:link href="http://dreamfoundry.co.za/119/feed" rel="self" type="application/rss+xml" />
	<link>http://dreamfoundry.co.za/119</link>
	<description>photography - design</description>
	<lastBuildDate>Thu, 12 Apr 2012 00:15:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brandon</title>
		<link>http://dreamfoundry.co.za/119#comment-6137</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Thu, 12 Apr 2012 00:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-6137</guid>
		<description>Thanks! I have matching category and page names on my site. I needed to find a page link based on the category name. This helped me get there.
$c_name = $childcat-&gt;cat_name;							$page_link = get_permalink(get_page_by_title($c_name));</description>
		<content:encoded><![CDATA[<p>Thanks! I have matching category and page names on my site. I needed to find a page link based on the category name. This helped me get there.<br />
$c_name = $childcat-&gt;cat_name;							$page_link = get_permalink(get_page_by_title($c_name));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Dunn</title>
		<link>http://dreamfoundry.co.za/119#comment-5790</link>
		<dc:creator>Ian Dunn</dc:creator>
		<pubDate>Mon, 26 Dec 2011 16:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-5790</guid>
		<description>get_permalink() can accept a post object in addition to an integer ID, so you can just do something like 

get_permalink( get_page_by_title( &#039;Monthly Events&#039; ) )</description>
		<content:encoded><![CDATA[<p>get_permalink() can accept a post object in addition to an integer ID, so you can just do something like </p>
<p>get_permalink( get_page_by_title( &#8216;Monthly Events&#8217; ) )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://dreamfoundry.co.za/119#comment-3661</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Thu, 03 Mar 2011 15:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-3661</guid>
		<description>True, i was looking for this to solve a problem, works good for main pages but not for child pages. If anyone has a clue on how making it work for child pages it&#039;d be awesome.</description>
		<content:encoded><![CDATA[<p>True, i was looking for this to solve a problem, works good for main pages but not for child pages. If anyone has a clue on how making it work for child pages it&#8217;d be awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diaan Mynhardt</title>
		<link>http://dreamfoundry.co.za/119#comment-3174</link>
		<dc:creator>Diaan Mynhardt</dc:creator>
		<pubDate>Wed, 12 Jan 2011 12:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-3174</guid>
		<description>True. At the time this was not one of my requirements. I might look in to a solution at some stage.</description>
		<content:encoded><![CDATA[<p>True. At the time this was not one of my requirements. I might look in to a solution at some stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gideon</title>
		<link>http://dreamfoundry.co.za/119#comment-3173</link>
		<dc:creator>Gideon</dc:creator>
		<pubDate>Wed, 12 Jan 2011 12:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-3173</guid>
		<description>One problem with the above solution is that when the page you are looking for is a child page the above mentioned solution will not work.</description>
		<content:encoded><![CDATA[<p>One problem with the above solution is that when the page you are looking for is a child page the above mentioned solution will not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diaan Mynhardt</title>
		<link>http://dreamfoundry.co.za/119#comment-785</link>
		<dc:creator>Diaan Mynhardt</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-785</guid>
		<description>Glad to have been able to help. I&#039;ve also wondered why something so simple (and obviously useful) hasn&#039;t been included in core.</description>
		<content:encoded><![CDATA[<p>Glad to have been able to help. I&#8217;ve also wondered why something so simple (and obviously useful) hasn&#8217;t been included in core.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clooney</title>
		<link>http://dreamfoundry.co.za/119#comment-784</link>
		<dc:creator>clooney</dc:creator>
		<pubDate>Thu, 12 Aug 2010 13:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-784</guid>
		<description>Awesome! Works perfectly. Thank you very much. Its strange that such a function is not part of the Wordpress API.</description>
		<content:encoded><![CDATA[<p>Awesome! Works perfectly. Thank you very much. Its strange that such a function is not part of the WordPress API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan</title>
		<link>http://dreamfoundry.co.za/119#comment-582</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Sat, 19 Jun 2010 01:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-582</guid>
		<description>Thanks, It worked on my website. It will be soon online.</description>
		<content:encoded><![CDATA[<p>Thanks, It worked on my website. It will be soon online.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emonweb</title>
		<link>http://dreamfoundry.co.za/119#comment-256</link>
		<dc:creator>emonweb</dc:creator>
		<pubDate>Sat, 13 Feb 2010 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-256</guid>
		<description>you know im thinking the same way as you? i would like to keep my wordpress theme id less.</description>
		<content:encoded><![CDATA[<p>you know im thinking the same way as you? i would like to keep my wordpress theme id less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diaan Mynhardt</title>
		<link>http://dreamfoundry.co.za/119#comment-223</link>
		<dc:creator>Diaan Mynhardt</dc:creator>
		<pubDate>Sun, 31 Jan 2010 20:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamfoundry.co.za/?p=119#comment-223</guid>
		<description>I&#039;m glad this helped.

Yeah, I totally think this should make it to the core. Oh well. *shrug*</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad this helped.</p>
<p>Yeah, I totally think this should make it to the core. Oh well. *shrug*</p>
]]></content:encoded>
	</item>
</channel>
</rss>

