<?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: StudioPress WordPress Theme Released</title>
	<atom:link href="http://www.dailyblogtips.com/studiopress-wordpress-theme-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 19:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: NnpctO</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1282879</link>
		<dc:creator>NnpctO</dc:creator>
		<pubDate>Fri, 19 Nov 2010 12:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1282879</guid>
		<description>I need to receive from you mailing &quot;Daily Blog Tips&quot; I has subscribed for mailing and has already passed 4 days and I and hasn&#039;t received anything. Please, look there at itself your post program can doesn&#039;t dispatch the letter in my address? Or you while don&#039;t have at present material for mailing?</description>
		<content:encoded><![CDATA[<p>I need to receive from you mailing &#8220;Daily Blog Tips&#8221; I has subscribed for mailing and has already passed 4 days and I and hasn&#8217;t received anything. Please, look there at itself your post program can doesn&#8217;t dispatch the letter in my address? Or you while don&#8217;t have at present material for mailing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1250619</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Sun, 12 Sep 2010 22:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1250619</guid>
		<description>Melvin,

This is because if you cut and paste from Terry&#039;s response into your header.php the last &quot; at the end of 38 turns into a funky character.  Here is what I did. 

Go into your header.php and find the original unedited code. Open up notepad and paste it in notepad

Then take this code and paste it below the original code  

get_results(‘select ID, post_title from ‘. $wpdb-&gt;posts .’ where post_status = “publish” and ID != “38&quot; and post_type = “page” order by ID’);

Then just follow the code word for word and make the changes. 

Also for any of you that are not code savvy like me, to remove multiple pages it will look like this:


get_results(&#039;select ID, post_title from &#039;. $wpdb-&gt;posts .&#039; where post_status = &quot;publish&quot; and ID != &quot;9&quot; &quot;publish&quot; and ID != &quot;11&quot; and post_type = &quot;page&quot; order by ID&#039;);

Repeat this code &quot;publish&quot; and ID != &quot;9&quot;    for each page that you want to remove.  Took me a few tries to get it :)</description>
		<content:encoded><![CDATA[<p>Melvin,</p>
<p>This is because if you cut and paste from Terry&#8217;s response into your header.php the last &#8221; at the end of 38 turns into a funky character.  Here is what I did. </p>
<p>Go into your header.php and find the original unedited code. Open up notepad and paste it in notepad</p>
<p>Then take this code and paste it below the original code  </p>
<p>get_results(‘select ID, post_title from ‘. $wpdb-&gt;posts .’ where post_status = “publish” and ID != “38&#8243; and post_type = “page” order by ID’);</p>
<p>Then just follow the code word for word and make the changes. </p>
<p>Also for any of you that are not code savvy like me, to remove multiple pages it will look like this:</p>
<p>get_results(&#8216;select ID, post_title from &#8216;. $wpdb-&gt;posts .&#8217; where post_status = &#8220;publish&#8221; and ID != &#8220;9&#8243; &#8220;publish&#8221; and ID != &#8220;11&#8243; and post_type = &#8220;page&#8221; order by ID&#8217;);</p>
<p>Repeat this code &#8220;publish&#8221; and ID != &#8220;9&#8243;    for each page that you want to remove.  Took me a few tries to get it <img src='http://www.dailyblogtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvin</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1233621</link>
		<dc:creator>Melvin</dc:creator>
		<pubDate>Wed, 18 Aug 2010 16:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1233621</guid>
		<description>Hi,

It is there any way to take off the sidebar for a specific page?

Regards,
Melvin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>It is there any way to take off the sidebar for a specific page?</p>
<p>Regards,<br />
Melvin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvin</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1201798</link>
		<dc:creator>Melvin</dc:creator>
		<pubDate>Sat, 03 Jul 2010 00:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1201798</guid>
		<description>Hi,

i tried : 
get_results(’select ID, post_title from ‘. $wpdb-&gt;posts .’ where post_status = “publish” and ID != “11″ and post_type = “page” order by ID’);

but all pages got removed, and I want to exclude.

Can you help?

Thanks,
Melvin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i tried :<br />
get_results(’select ID, post_title from ‘. $wpdb-&gt;posts .’ where post_status = “publish” and ID != “11″ and post_type = “page” order by ID’);</p>
<p>but all pages got removed, and I want to exclude.</p>
<p>Can you help?</p>
<p>Thanks,<br />
Melvin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denny</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1183369</link>
		<dc:creator>Denny</dc:creator>
		<pubDate>Sat, 05 Jun 2010 13:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1183369</guid>
		<description>When adding a new post, is there a way to manually select an older post to remain in the top position?

Thanks</description>
		<content:encoded><![CDATA[<p>When adding a new post, is there a way to manually select an older post to remain in the top position?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.009 seconds using disk: basic
Object Caching 195/196 objects using disk: basic

Served from: www.dailyblogtips.com @ 2012-02-09 16:14:32 -->
