<?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: How to Determine if a Certain Page&#160;Exists</title>
	<atom:link href="http://www.tammyhartdesigns.com/tutorials/wordpress-how-to-determine-if-a-certain-page-exists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-how-to-determine-if-a-certain-page-exists</link>
	<description>Web Designer &#38; Custom WordPress  Theme Developer in Birmingham, AL</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Downloadtaky</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-422</link>
		<dc:creator>Downloadtaky</dc:creator>
		<pubDate>Mon, 13 Dec 2010 23:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-422</guid>
		<description>I&#039;ve found this: // check if title $my_post_name already exists in wpdb
global $wpdb;
if($wpdb-&gt;get_row(&quot;SELECT post_title FROM wp_posts WHERE post_title = &#039;&quot; . $my_post_name . &quot;&#039;&quot;, &#039;ARRAY_A&#039;)) {
echo $my_post_name.&#039; already exists&#039;; }
Do you know how to run this function when me (or an author) click on Post?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found this: // check if title $my_post_name already exists in wpdb<br />
global $wpdb;<br />
if($wpdb-&gt;get_row(&#8220;SELECT post_title FROM wp_posts WHERE post_title = &#8216;&#8221; . $my_post_name . &#8220;&#8216;&#8221;, &#8216;ARRAY_A&#8217;)) {<br />
echo $my_post_name.&#8217; already exists&#8217;; }<br />
Do you know how to run this function when me (or an author) click on Post?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tammy Hart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-421</link>
		<dc:creator>Tammy Hart</dc:creator>
		<pubDate>Mon, 13 Dec 2010 23:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-421</guid>
		<description>I&#039;m not sure of any automated way to do this, but you might try Googling &quot;WordPress Prevent Duplicate Content&quot;. I came across a few good tips when I did, not sure which ones might best suit your needs.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure of any automated way to do this, but you might try Googling &#8220;WordPress Prevent Duplicate Content&#8221;. I came across a few good tips when I did, not sure which ones might best suit your needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Downloadtaky</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-420</link>
		<dc:creator>Downloadtaky</dc:creator>
		<pubDate>Mon, 13 Dec 2010 23:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-420</guid>
		<description>Maybe % isn&#039;t the good solution but I hope you&#039;ll understand what I mean :-)</description>
		<content:encoded><![CDATA[<p>Maybe % isn&#8217;t the good solution but I hope you&#8217;ll understand what I mean <img src='http://www.tammyhartdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Downloadtaky</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-419</link>
		<dc:creator>Downloadtaky</dc:creator>
		<pubDate>Mon, 13 Dec 2010 23:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-419</guid>
		<description>Hi
1 thing: I LOVE YOUR TEMPLATE! I woul like to be able to create something like your!
2 thing: (I&#039;m creating my first template :P ) and I would like to insert a function like vBullettin Forums, I would like to be able to know if there is a Duplicate Title for the post I&#039;m writing. I don&#039;t know if you know it any way vBullettin forums have this function.
I&#039;m not a completely noob but a Starting-Self-Made-Programmer so I need help!
I think that using % inside the function will help to find also Misspelled title, what do you think about it? Thanks a lot for you time!
(Excuse me 4 my bad english! I&#039;ve studied it at school a few years ago...)</description>
		<content:encoded><![CDATA[<p>Hi<br />
1 thing: I LOVE YOUR TEMPLATE! I woul like to be able to create something like your!<br />
2 thing: (I&#8217;m creating my first template <img src='http://www.tammyhartdesigns.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  ) and I would like to insert a function like vBullettin Forums, I would like to be able to know if there is a Duplicate Title for the post I&#8217;m writing. I don&#8217;t know if you know it any way vBullettin forums have this function.<br />
I&#8217;m not a completely noob but a Starting-Self-Made-Programmer so I need help!<br />
I think that using % inside the function will help to find also Misspelled title, what do you think about it? Thanks a lot for you time!<br />
(Excuse me 4 my bad english! I&#8217;ve studied it at school a few years ago&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tammyhart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-150</link>
		<dc:creator>tammyhart</dc:creator>
		<pubDate>Tue, 16 Jun 2009 13:36:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-150</guid>
		<description>what does that render if there is no page by that title?</description>
		<content:encoded><![CDATA[<p>what does that render if there is no page by that title?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manne</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-149</link>
		<dc:creator>Manne</dc:creator>
		<pubDate>Tue, 16 Jun 2009 08:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-149</guid>
		<description>How about using get_page_by_title instead?</description>
		<content:encoded><![CDATA[<p>How about using get_page_by_title instead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tammyhart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-148</link>
		<dc:creator>tammyhart</dc:creator>
		<pubDate>Sun, 08 Mar 2009 19:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-148</guid>
		<description>I have thought about writing about those kinds of things, I have a few articles on here like that, but it&#039;s tough for me to give away my secrets. :) I&#039;ll schedule it in though, for sure. Subscribe to rss or email so you&#039;ll know when I do! I&#039;m about to make a few design changes around here, because my new logo is almost ready</description>
		<content:encoded><![CDATA[<p>I have thought about writing about those kinds of things, I have a few articles on here like that, but it&#8217;s tough for me to give away my secrets. <img src='http://www.tammyhartdesigns.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I&#8217;ll schedule it in though, for sure. Subscribe to rss or email so you&#8217;ll know when I do! I&#8217;m about to make a few design changes around here, because my new logo is almost ready</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-145</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Sun, 08 Mar 2009 06:41:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-145</guid>
		<description>How about going throught parts of wordpress and writting and explaining what each section of code dose.

For example how another screen cast shows you about the comment file &amp; how to display and format comments on your blog.

Maybe you could teach us how to make custom features to go with wordpress as well as already existing wordpress functions</description>
		<content:encoded><![CDATA[<p>How about going throught parts of wordpress and writting and explaining what each section of code dose.</p>
<p>For example how another screen cast shows you about the comment file &amp; how to display and format comments on your blog.</p>
<p>Maybe you could teach us how to make custom features to go with wordpress as well as already existing wordpress functions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tammyhart</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-147</link>
		<dc:creator>tammyhart</dc:creator>
		<pubDate>Sat, 28 Feb 2009 09:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-147</guid>
		<description>Writing isn&#039;t one of my stronger areas, so most of the time I let it slip lower in my list of priorities. What specifically would you like to read about, perhaps it would encourage me enough to let loose some of the knowledge I&#039;ve gained from my experience.</description>
		<content:encoded><![CDATA[<p>Writing isn&#8217;t one of my stronger areas, so most of the time I let it slip lower in my list of priorities. What specifically would you like to read about, perhaps it would encourage me enough to let loose some of the knowledge I&#8217;ve gained from my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://www.tammyhartdesigns.com/wordpress/wordpress-how-to-determine-if-a-certain-page-exists/#comment-146</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Sat, 28 Feb 2009 03:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.tammyhartdesigns.com/?p=374#comment-146</guid>
		<description>Very nice start up posts, do u plan to extend your posting  &amp; or extend what you have already started.

Maybe you could explain how to do things on wordpress as well as setting up extra mods &amp; changing how the WP SCRIPT WORKS</description>
		<content:encoded><![CDATA[<p>Very nice start up posts, do u plan to extend your posting  &amp; or extend what you have already started.</p>
<p>Maybe you could explain how to do things on wordpress as well as setting up extra mods &amp; changing how the WP SCRIPT WORKS</p>
]]></content:encoded>
	</item>
</channel>
</rss>

