<?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>Mon, 15 Mar 2010 12:18:32 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hardy</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/comment-page-8/#comment-1100552</link>
		<dc:creator>Hardy</dc:creator>
		<pubDate>Thu, 25 Feb 2010 21:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1100552</guid>
		<description>Hey, I&#039;m totally a newbie here. My Wordpress is 2.9.2. also installed are advertising manager 3.4.16,  Using StudioPress Green 1.0  I have account with Google Adsense setup and its running OK, but there are the images wide skyscraper, imagad and banner still showing on web site. How do I remove those pre-installed images? PS at this time I&#039;m only using two ads with Adsense: wide skyscraper 160x600 and large rectangle 336x280 take a look at it http://hardymoney.com/wordpress/   tyvm Hardy</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;m totally a newbie here. My Wordpress is 2.9.2. also installed are advertising manager 3.4.16,  Using StudioPress Green 1.0  I have account with Google Adsense setup and its running OK, but there are the images wide skyscraper, imagad and banner still showing on web site. How do I remove those pre-installed images? PS at this time I&#8217;m only using two ads with Adsense: wide skyscraper 160&#215;600 and large rectangle 336&#215;280 take a look at it <a href="http://hardymoney.com/wordpress/" rel="nofollow">http://hardymoney.com/wordpress/</a>   tyvm Hardy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/comment-page-8/#comment-1082283</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1082283</guid>
		<description>I just spent about an hour going through these comments and playing around with the theme to get the top menu&#039;s removed from the plug-ins to the header.php hacks and none worked.

However, @ Terry&#039;s suggestion above worked like a charm!

So if you have come this far then use his example above to remove the pages you don&#039;t want displayed in the menu.

It would be nice though if someone could workout how to use a plugin e.g. pageMash as it would be quicker and easier to work with. Maybe I might look into this myself, but I&#039;m no coder just a hacker :-)</description>
		<content:encoded><![CDATA[<p>I just spent about an hour going through these comments and playing around with the theme to get the top menu&#8217;s removed from the plug-ins to the header.php hacks and none worked.</p>
<p>However, @ Terry&#8217;s suggestion above worked like a charm!</p>
<p>So if you have come this far then use his example above to remove the pages you don&#8217;t want displayed in the menu.</p>
<p>It would be nice though if someone could workout how to use a plugin e.g. pageMash as it would be quicker and easier to work with. Maybe I might look into this myself, but I&#8217;m no coder just a hacker <img src='http://www.dailyblogtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terry</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/comment-page-8/#comment-1074987</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sun, 31 Jan 2010 04:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1074987</guid>
		<description>For everyone that would like to remove pages from the top navigation.  Find this:

get_results(&#039;select ID, post_title from &#039;. $wpdb-&gt;posts .&#039; where post_status = &quot;publish&quot; and post_type = &quot;page&quot; order by ID&#039;);


and change it to this:

get_results(&#039;select ID, post_title from &#039;. $wpdb-&gt;posts .&#039; where post_status = &quot;publish&quot; and ID != &quot;38&quot; and post_type = &quot;page&quot; order by ID&#039;);


In this example, it will remove page id 38

Terry</description>
		<content:encoded><![CDATA[<p>For everyone that would like to remove pages from the top navigation.  Find this:</p>
<p>get_results(&#8217;select ID, post_title from &#8216;. $wpdb-&gt;posts .&#8217; where post_status = &#8220;publish&#8221; and post_type = &#8220;page&#8221; order by ID&#8217;);</p>
<p>and change it to this:</p>
<p>get_results(&#8217;select ID, post_title from &#8216;. $wpdb-&gt;posts .&#8217; where post_status = &#8220;publish&#8221; and ID != &#8220;38&#8243; and post_type = &#8220;page&#8221; order by ID&#8217;);</p>
<p>In this example, it will remove page id 38</p>
<p>Terry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamal</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/comment-page-8/#comment-1065135</link>
		<dc:creator>Jamal</dc:creator>
		<pubDate>Sat, 16 Jan 2010 17:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1065135</guid>
		<description>Thanks for your solution friend that&#039;s what iam looking for</description>
		<content:encoded><![CDATA[<p>Thanks for your solution friend that&#8217;s what iam looking for</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Moseley</title>
		<link>http://www.dailyblogtips.com/studiopress-wordpress-theme-released/comment-page-8/#comment-1064541</link>
		<dc:creator>Brian Moseley</dc:creator>
		<pubDate>Fri, 15 Jan 2010 21:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailyblogtips.com/studiopress-wordpress-theme-released/#comment-1064541</guid>
		<description>@kdogg and other people about the page order problem, here is the solution:

in header.php on line 47 replace the code with:

  if ( ! $these_pages = wp_cache_get(&#039;these_pages&#039;, &#039;pages&#039;) ) {
     $these_pages = $wpdb-&gt;get_results(&#039;select ID, post_title from &#039;. $wpdb-&gt;posts .&#039; where post_status = &quot;publish&quot; and post_type = &quot;page&quot; order by menu_order&#039;);


simply change the last &quot;ID&quot; to &quot;menu_order&quot;

Thanks to Jason (post #290)</description>
		<content:encoded><![CDATA[<p>@kdogg and other people about the page order problem, here is the solution:</p>
<p>in header.php on line 47 replace the code with:</p>
<p>  if ( ! $these_pages = wp_cache_get(&#8217;these_pages&#8217;, &#8216;pages&#8217;) ) {<br />
     $these_pages = $wpdb-&gt;get_results(&#8217;select ID, post_title from &#8216;. $wpdb-&gt;posts .&#8217; where post_status = &#8220;publish&#8221; and post_type = &#8220;page&#8221; order by menu_order&#8217;);</p>
<p>simply change the last &#8220;ID&#8221; to &#8220;menu_order&#8221;</p>
<p>Thanks to Jason (post #290)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
