<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.wpfood.com &#187; The stars</title>
	<atom:link href="http://www.wpfood.com/category/theme-support/the-stars/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wpfood.com</link>
	<description>WordPress for Beginners</description>
	<lastBuildDate>Fri, 05 Mar 2010 15:32:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Ad 125/125 Advertising Blocks</title>
		<link>http://www.wpfood.com/2009/02/15/how-to-ad-125125-advertising-blocks/</link>
		<comments>http://www.wpfood.com/2009/02/15/how-to-ad-125125-advertising-blocks/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:34:05 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[The stars]]></category>
		<category><![CDATA[125]]></category>
		<category><![CDATA[125x125]]></category>
		<category><![CDATA[ad blocks]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Advertising Blocks]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[How to Ad]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[stars]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thestars]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpfood.com/?p=42</guid>
		<description><![CDATA[Some people requested that they want the ability to add ...]]></description>
			<content:encoded><![CDATA[<p>Some people requested that they want the ability to add 125&#215;125 ads to their sidebar like the ones that I have so here it is.</p>
<p><strong>STEP ONE</strong></p>
<p>Add the below CSS to the bottom of your screen.css</p>
<pre class="brush: css;">/* Ad Blocks

---------------------------------------------------------------- */

.block

{

margin: 0px 0 0;

padding: 0 0 0px;

color: #aaa;

text-align: center;

text-transform: lowercase;

font-family: monospace;

line-height: .8em;

}

.halfblock

{

width:50%;

float:left;

padding:0;

margin:0;

}</pre>
<p><strong>STEP TWO</strong></p>
<p>Download and extract, then add these two files to your ads folder (example: themes/thsestars/ads/)</p>
<p>Download <a href="http://www.wpfood.com/download/125x125ads.zip">here</a></p>
<p>Alternatively you can just copy the files you have in your stars theme and then rename them ads-125&#215;125right.php and ads-125&#215;125right.php</p>
<p><strong>STEP THREE</strong></p>
<p>Add this code in your sidebar.php where you want the two 125&#215;125 ads to appear.</p>
<pre class="brush: php;">&lt;!-- 125/125 Ad blocks section --&gt;

&lt;li id=&quot;asides&quot;&gt;

&lt;div class=&quot;block&quot;&gt;

&lt;div class=&quot;halfblock&quot;&gt;

&lt;?php include (TEMPLATEPATH . '/ads/ads-125x125left.php'); ?&gt;&lt;/div&gt;&lt;div class=&quot;halfblock&quot;&gt;&lt;?php include (TEMPLATEPATH . '/ads/ads-125x125right.php'); ?&gt;

&lt;/div&gt;

&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;

&lt;/li&gt;

&lt;!-- End 125/125 Ad blocks section --&gt;</pre>
<p>When adding all of the above you must remember to add your ad spots using the left/right.php files or else nothing else will show up.</p>
<p><strong>Example:</strong></p>
<pre class="brush: xml;">&lt;a href=&quot;thelinktoyourad&quot; target=&quot;blank&quot;&gt;&lt;img src=&quot;thelinkwheretheimageisstored&quot; alt=&quot;nameofad&quot; /&gt;&lt;/a&gt;</pre>
<p>See the ads in action in my sidebar &#8212;&#8212;&#8212;&#8212;&gt;&gt;&gt;&gt;</p>
<p>Any trouble post below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpfood.com/2009/02/15/how-to-ad-125125-advertising-blocks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Adding a Page to the Main Menu</title>
		<link>http://www.wpfood.com/2009/02/13/adding-a-page-to-the-main-menu/</link>
		<comments>http://www.wpfood.com/2009/02/13/adding-a-page-to-the-main-menu/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 20:40:38 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[The stars]]></category>
		<category><![CDATA[Adding Page]]></category>
		<category><![CDATA[Main Menu]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpfood.com/?p=118</guid>
		<description><![CDATA[This is courtesy of mscott
How to Add pages to your ...]]></description>
			<content:encoded><![CDATA[<p>This is courtesy of <a href="http://mattscott.com" target="_blank">mscott</a></p>
<p>How to Add pages to your main (Black) menu.</p>
<p><strong>In the header.php add:</strong></p>
<blockquote><p>&lt;?php wp_list_pages(&#8216;title_li=&#8217;); ?&gt;</p></blockquote>
<p><strong>So you change this:</strong></p>
<pre class="brush: php;">&lt;ul id=&quot;nav&quot; class=&quot;clearfix&quot;&gt;
&lt;li class=&quot;&lt;?php if (((is_home()) &amp;amp;&amp;amp; !(is_paged())) or (is_archive() &amp;amp;&amp;amp; !(is_category())) or (is_single()) or (is_paged()) or (is_search())) { ?&gt;current-cat&lt;?php } else { ?&gt;cat-item&lt;?php } ?&gt;&quot;&gt;&lt;a href=&quot;&lt;?php echo get_settings('home'); ?&gt;&quot;&gt;&lt;?php _e( 'Home', 'wpbx' ) ?&gt;&lt;/a&gt;&lt;/li&gt;

&lt;!– change &quot;depth=3&quot; to suit your menu depth level, and change &quot;exclude=x&quot; with the category ID that you want exclude from the menu (multiple categories separated by , (comma) –&gt;
&lt;?php wp_list_categories('orderby=ID&amp;amp;order=ASC&amp;amp;depth=3&amp;amp;title_li=&amp;amp;exclude='); ?&gt;

&lt;li id=&quot;m-subscribe&quot;&gt;&lt;a href=&quot;http://feeds.feedburner.com/YOURFEEDBURNERUSERNAME&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~fc/YOURFEEDBURNERUSERNAME?bg=e33258&amp;amp;amp;fg=ffffff&amp;amp;amp;anim=0&quot; height=&quot;26&quot; width=&quot;88&quot; style=&quot;border:0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>
<p><strong>To this:</strong></p>
<pre class="brush: php;">&lt;ul id=&quot;nav&quot; class=&quot;clearfix&quot;&gt;
&lt;li class=&quot;&lt;?php if (((is_home()) &amp;amp;&amp;amp; !(is_paged())) or (is_archive() &amp;amp;&amp;amp; !(is_category())) or (is_single()) or (is_paged()) or (is_search())) { ?&gt;current-cat&lt;?php } else { ?&gt;cat-item&lt;?php } ?&gt;&quot;&gt;&lt;a href=&quot;&lt;?php echo get_settings('home'); ?&gt;&quot;&gt;&lt;?php _e( 'Home', 'wpbx' ) ?&gt;&lt;/a&gt;&lt;/li&gt;

&lt;!– change &quot;depth=3&quot; to suit your menu depth level, and change &quot;exclude=x&quot; with the category ID that you want exclude from the menu (multiple categories separated by , (comma) –&gt;
&lt;?php wp_list_categories('orderby=ID&amp;amp;order=ASC&amp;amp;depth=3&amp;amp;title_li=&amp;amp;exclude='); ?&gt;
&lt;strong&gt; &lt;?php wp_list_pages('title_li='); ?&gt;&lt;/strong&gt;

&lt;li id=&quot;m-subscribe&quot;&gt;&lt;a href=&quot;http://feeds.feedburner.com/YOURFEEDBURNERUSERNAME&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~fc/YOURFEEDBURNERUSERNAME?bg=e33258&amp;amp;amp;fg=ffffff&amp;amp;amp;anim=0&quot; height=&quot;26&quot; width=&quot;88&quot; style=&quot;border:0&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>
<p><strong>Remember</strong> when you add this code pages <strong><span style="text-decoration: underline;">AND</span></strong> categories will be visible on the menu.</p>
<p>If you only want to show a couple of pages add this string:</p>
<blockquote><p>&lt;?php wp_list_pages(&#8216;title_li=&amp;exclude=1,2,3&#8242;); ?&gt;</p></blockquote>
<p>Where <strong>1,2,3</strong> are the page numbers you want to exclude.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpfood.com/2009/02/13/adding-a-page-to-the-main-menu/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Adding Google AdSense Under Comments</title>
		<link>http://www.wpfood.com/2009/02/04/the-stars-theme-adding-google-adsense-under-comments/</link>
		<comments>http://www.wpfood.com/2009/02/04/the-stars-theme-adding-google-adsense-under-comments/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 23:12:36 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[The stars]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[thestars]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpfood.com/?p=40</guid>
		<description><![CDATA[Let&#8217;s start by putting this code in your screen.css All ...]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s start by putting this code in your screen.css All I did was co-opt the flickr code and renamed it for google ads for comments.</p>
<pre class="brush: css;">/* Google Ads Under Comments */

#googleads {
padding: 10px 0;
border-bottom: 10px solid #f1f1f1;
}
#googleads #googleads {
padding: 0 15px;
text-align: center;
}
#googleads #googleads a img {
margin: 0 5px;
padding: 4px;
border: 1px solid #eee !important;
}
#googleads #googleads a:hover img {
background: #e33258;
}</pre>
<p>Now let&#8217;s add this code right at the top of your comments.php (You need a <a href="http://www.google.com/ads/ads_2.html" target="_blank">Google AdSense</a> account to put in the publisher number.)<strong><br />
</strong></p>
<pre class="brush: php;">&lt;div align=&quot;center&quot;&gt;
&lt;div id=&quot;googleads&quot;&gt;
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-XXXXXXXXXX&quot;;
/* Comments Ad 468x60, created 2/4/09 */
google_ad_slot = &quot;XXXXXXXXXX&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>
<p>This is a quick and dirty way of doing it but it should work.</p>
<p>Any questions just let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpfood.com/2009/02/04/the-stars-theme-adding-google-adsense-under-comments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding A Banner Beneath the Featured Stories</title>
		<link>http://www.wpfood.com/2009/02/04/the-star-them-adding-a-banner-beneath-the-featured-stories/</link>
		<comments>http://www.wpfood.com/2009/02/04/the-star-them-adding-a-banner-beneath-the-featured-stories/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 18:48:49 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[The stars]]></category>
		<category><![CDATA[Theme Support]]></category>

		<guid isPermaLink="false">http://www.wpfood.com/?p=36</guid>
		<description><![CDATA[First you need to make sure your image is the ...]]></description>
			<content:encoded><![CDATA[<p>First you need to make sure your image is the proper size. I used  a 580 width and it seemed okay. Now were just going to adjust the flickr code slightly so we can add the banner. (Notice: This will take flickr off of your home page. If you want to keep it just copy it and put it either above or below the code.</p>
<p>Open up your screen.css and add the following</p>
<pre class="brush: css;">/* Banner Box */

#banner {
padding: 10px 0;
border-bottom: 10px solid #f1f1f1;
}
#banner #banner {
padding: 0 15px;
text-align: center;
}</pre>
<p>Now open your home.php template and right under the</p>
<blockquote><p>&lt;/div&gt;&lt;!&#8211; #headline &#8211;&gt;</p></blockquote>
<p>Add this</p>
<pre class="brush: php;">&lt;div id=&quot;banner&gt;

&lt;div id=&quot;banner&quot;&gt;

&lt;a href=&quot;http://www.yourlink.com&quot;&gt;&lt;img src=&quot;http://www.yoursite.com/imagefolder&quot; alt=&quot;&quot;&lt;/a&gt;
&lt;/div&gt;

&lt;/div&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.wpfood.com/2009/02/04/the-star-them-adding-a-banner-beneath-the-featured-stories/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How To Add Pages</title>
		<link>http://www.wpfood.com/2009/02/03/the-stars-theme-adding-pages-to-the-menu/</link>
		<comments>http://www.wpfood.com/2009/02/03/the-stars-theme-adding-pages-to-the-menu/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 15:25:45 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[The stars]]></category>
		<category><![CDATA[Theme Support]]></category>
		<category><![CDATA[adding]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.wpfood.com/?p=21</guid>
		<description><![CDATA[Premium Wordpress themes are like TheStars give developers and WordPress ...]]></description>
			<content:encoded><![CDATA[<p>Premium Wordpress themes are like TheStars give developers and WordPress users a great option for a good looking site.</p>
<p><strong>Adding Pages to the top of the Menu:</strong></p>
<p><strong>First:</strong> open up the header.php from your theme editor.</p>
<p><strong>Second:</strong> Look for this line of code:</p>
<pre class="brush: php;">&lt;div id=&quot;top&quot;&gt;
&lt;div class=&quot;pads clearfix&quot;&gt;
&lt;ul&gt;</pre>
<p><strong>Third:</strong> Then Add this line of code:</p>
<pre class="brush: php;">&lt;?php wp_list_pages('title_li='); ?&gt;</pre>
<p>So the complete code should look like this:</p>
<pre class="brush: php;">&lt;div id=&quot;top&quot;&gt;
&lt;div class=&quot;pads clearfix&quot;&gt;
&lt;ul&gt;
&lt;?php wp_list_pages('title_li='); ?&gt;
&amp;lt;li id=&quot;t-search&quot;&amp;gt;&amp;lt;div class=&quot;hide&quot;&amp;gt;&amp;lt;?php include (TEMPLATEPATH . '/searchform.php'); ?&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/li&amp;gt;</pre>
<p>To see more information on using pages visit the WorPress Codex <a href="http://codex.wordpress.org/Template_Tags/wp_list_pages" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpfood.com/2009/02/03/the-stars-theme-adding-pages-to-the-menu/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
