<?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>Rose City Gardens &#187; WordPress Themes</title>
	<atom:link href="http://www.rosecitygardens.com/category/wordpress/wordpress-themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rosecitygardens.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 12 Jan 2012 20:22:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>New WordPress theme sidetracked</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme-bk2/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme-bk2/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 07:15:03 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[web development jobs]]></category>
		<category><![CDATA[web site makeover]]></category>
		<category><![CDATA[webmaster resources]]></category>

		<guid isPermaLink="false">http://www.rosecitygardens.com/?p=303</guid>
		<description><![CDATA[I&#8217;ve been putting it off forever, but have decided to reopen my old business site, BK2K Web Design, as an online web jobs, web development, technology news sort of blog. Right now it&#8217;s kind of just sitting there with a little index page, and I miss it! So the Scrumptious theme has been temporarily sidetracked [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been putting it off forever, but have decided to reopen my old business site, <a title="BK2K Web Design, Portland, Oregon" href="http://bk2k.com">BK2K Web Design</a>, as an online web jobs, web development, technology news sort of blog. Right now it&#8217;s kind of just sitting there with a little index page, and I miss it! <img src='http://www.rosecitygardens.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> So the Scrumptious theme has been temporarily sidetracked while I finish up the loose ends (including writing a slew of static pages, ugh.)</p>
<p>Here&#8217;s a screenshot of the new theme for BK2K (click for full sized):</p>
<p class="center"><a href="http://www.rosecitygardens.com/wp-content/uploads/2009/03/screenshot_153.png"><img class="size-medium wp-image-320" title="BK2K Web Design" src="http://www.rosecitygardens.com/wp-content/uploads/2009/03/screenshot_153-300x204.png" alt="BK2K Web Design" width="300" height="204" /></a></p>
<p class="clear">
<p>I&#8217;ll do my best to finish this up soon, and get back on track with Scrumptious, which will be coming by the end of the month.  Stay tuned&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme-bk2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Eureka! Custom Header API Enlightenment</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-themes/eureka-custom-header-api-enlightenment/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-themes/eureka-custom-header-api-enlightenment/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:40:04 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[WordPress Custom Header Image API]]></category>
		<category><![CDATA[WordPress SEO]]></category>
		<category><![CDATA[WordPress theme development]]></category>

		<guid isPermaLink="false">http://www.rosecitygardens.com/?p=245</guid>
		<description><![CDATA[For the longest time, I&#8217;ve been struggling with the WordPress Custom Header API. I wanted to use it in my next theme, but was getting some wierd behavior, and it was screwing up a snippet that I use in the header that renders the right heading tag for the right page, and the headerimg is [...]]]></description>
			<content:encoded><![CDATA[<p><!-- google_ad_section_start -->For the longest time, I&#8217;ve been struggling with the WordPress Custom Header API. I wanted to use it in my next theme, but was getting some wierd behavior, and it was screwing up a snippet that I use in the header that renders the right heading tag for the right page, and the headerimg is an &lt;h1&gt; tag on the front page only.  The post titles on the front page are &lt;h2&gt;. I use &lt;h1&gt; tags for top level pages, single post pages, and &lt;h2&gt; tags for archives, category pages and the like.   I use the above code to make sure the semantics were right.</p>
<p>I wish they&#8217;d made it a bit more flexible. it would be nice to upload both a background to the header div AND replace the headerimg div lext wtih a logo. And leave the description part alone, electing to hide it separately.</p>
<p>I am sure that all this can and will be soon accomplished by a WordPress geek soon! Just don&#8217;t expect it to be me! <img src='http://www.rosecitygardens.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>So, I elected to trash the idea of custom image header in the next theme. What I am going to start doing though, is opening both support forums and making videos of how to do these manually,</p>
<p>Here&#8217;s my code I couldn&#8217;t bear to part with: goes in header.php, replacing everything in the &lt;headerimg&gt; its ending &lt;/div&gt; tag.</p>
<p style="color: red">&lt;?php if (is_front_page()) { ?&gt;<br />
&lt;h1&gt;&lt;a href=&#8221;&lt;?php echo get_option(&#8216;home&#8217;); ?&gt;/&#8221; title=&#8221;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&#8221;&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&lt;/a&gt;&lt;/h1&gt;</p>
<p style="color: red">&lt;?php } else { ?&gt;<br />
&lt;a href=&#8221;&lt;?php echo get_option(&#8216;home&#8217;); ?&gt;/&#8221; title=&#8221;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&#8221;&gt;&lt;?php bloginfo(&#8216;name&#8217;); ?&gt;&lt;/a&gt;</p>
<p style="color: red">&lt;?php } ?&gt;</p>
<p>So, production on the promised theme shall begin again soon!<!-- google_ad_section_end --></p>
<p>Good morning, world!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-themes/eureka-custom-header-api-enlightenment/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Options</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-themes/wordpress-theme-options/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-themes/wordpress-theme-options/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 15:55:24 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[download free theme]]></category>
		<category><![CDATA[theme-options]]></category>
		<category><![CDATA[WordPress 2.7]]></category>
		<category><![CDATA[WordPress theme]]></category>
		<category><![CDATA[WordPress tutorial]]></category>

		<guid isPermaLink="false">http://www.rosecitygardens.com/?p=228</guid>
		<description><![CDATA[I&#8217;ve made great progress with the new Blossom Theme for WordPress. The tabbed sidebar module is actually three sidebars. You can leave them as they are, or you can change the tab text in the theme options panel and pop in your own choice of widgets. The block of six 125 X 125 blog ads [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made great progress with the new <a href="http://wordpress-themes.rosecitygardens.com/index.php?wptheme=blossom" title="Blossom Theme for WordPress"><!-- google_ad_section_start(weight=ignore) -->Blossom<!-- google_ad_section_end --> Theme for WordPress</a>.</p>
<p>The tabbed sidebar module is actually three sidebars. You can leave them as they are, or you can change the tab text in the theme options panel and pop in your own choice of widgets. The block of six 125 X 125 blog ads is also configurable through the theme options panel &#8211; you can paste your ad code into the corresponding text box, or choose to hide the block of ads entirely. At the top right of the page you can change the introductory text or hide it.</p>
<p>For those who like &#8220;simple,&#8221; you can also show or hide the flower graphic at the top of the content column.</p>
<p>I highly recommend the tutorial and source file examples that Dan at Theme Forest puts together in a post called <a href="http://blog.themeforest.net/wordpress/create-an-options-page-for-your-wordpress-theme/">Create an Options Page For Your WordPress Theme</a>. Thanks, Dan! I couldn&#8217;t have done it without you!</p>
<p>Just a few more bits to put together and <!-- google_ad_section_start(weight=ignore) -->Blossom<!-- google_ad_section_end --> will be submitted to the theme directory for approval. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-themes/wordpress-theme-options/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Next Free WordPress Theme</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-themes/next-free-wordpress-theme/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-themes/next-free-wordpress-theme/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 01:40:10 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[fixed width]]></category>
		<category><![CDATA[pink]]></category>
		<category><![CDATA[theme-options]]></category>
		<category><![CDATA[threaded comments]]></category>
		<category><![CDATA[three-columns]]></category>
		<category><![CDATA[white]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://www.rosecitygardens.com/?p=225</guid>
		<description><![CDATA[Click the screenshot for a preview of Blossom, the next free WordPress theme from Rose City Gardens. It&#8217;s not quite finished; I still have bits and pieces to style and options to add. Blossom will be ready for release by the end of the week. Stay tuned!]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress-themes.rosecitygardens.com/?wptheme=Blossom"><img src="http://www.rosecitygardens.com/wp-content/uploads/2009/02/screenshot_1-150x109.jpg" alt="screenshot_1" title="screenshot_1" width="150" height="109" class="alignleft size-thumbnail wp-image-226" /></a> Click the screenshot for a preview of Blossom, the next free WordPress theme from Rose City Gardens. It&#8217;s not quite finished; I still have bits and pieces to style and options to add. </p>
<p>Blossom will be ready for release by the end of the week. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-themes/next-free-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Compatible Themes</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-27-compatible-themes/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-27-compatible-themes/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 17:07:42 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[compatible]]></category>
		<category><![CDATA[Coronado]]></category>
		<category><![CDATA[Daisy Gray]]></category>
		<category><![CDATA[download free theme]]></category>
		<category><![CDATA[Green Apples]]></category>
		<category><![CDATA[Tickled Pink]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[WordPress 2.7]]></category>
		<category><![CDATA[WordPress theme]]></category>
		<category><![CDATA[Zeeb]]></category>

		<guid isPermaLink="false">http://www.rosecitygardens.com/?p=210</guid>
		<description><![CDATA[All of the Garden&#8217;s themes are now upgraded for WordPress 2.7 &#8211; that took me way too long, but I was like the keystone coder trying to get them ready. Little things kept going wrong &#8211; using the wrong screenshot, wrong tags, little style bugs (mostly in IE, damn it). I&#8217;m about to upload an [...]]]></description>
			<content:encoded><![CDATA[<p>All of the <!-- google_ad_section_start(weight=ignore) -->Garden&#8217;s<!-- google_ad_section_end --> themes are now upgraded for WordPress 2.7 &#8211; that took me way too long, but I was like the keystone coder trying to get them ready. Little things kept going wrong &#8211; using the wrong screenshot, wrong tags, little style bugs (mostly in IE, damn it). I&#8217;m about to upload an update to <!-- google_ad_section_start(weight=ignore) -->Daisy Gray<!-- google_ad_section_end --> to fix the text widget styling. I need to slow down!</p>
<p>Still, I absolutely love making new WordPress themes. Right now I&#8217;m working on a very pretty (but not too girly) theme &#8211; look for a screenshot in about a week&#8217;s time. Famous last words&#8230;I&#8217;ll get it done before 2010, I promise!  <img src='http://www.rosecitygardens.com/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
<p>Download your theme&#8217;s update from your WordPress backend or go here:</p>
<p><!-- google_ad_section_start(weight=ignore) --><a title="Coronado" rel="nofollow" href="http://wordpress.org/extend/themes/coronado">Coronado</a><br />
<a title="Daisy Gray" rel="nofollow" href="http://wordpress.org/extend/themes/daisy-gray">Daisy Gray</a><br />
<a title="Green Apples" rel="nofollow" href="http://wordpress.org/extend/themes/green-apples">Green Apples</a><br />
<a title="Tickled Pink" hrel="nofollow" ref="http://wordpress.org/extend/themes/tickled-pink">Tickled Pink</a><br />
<a title="Zeeb" rel="nofollow" href="http://wordpress.org/extend/themes/zeeb">Zeeb</a><!-- google_ad_section_end --></p>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-27-compatible-themes/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Zeeb Theme Released</title>
		<link>http://www.rosecitygardens.com/wordpress/zeeb-theme-released/</link>
		<comments>http://www.rosecitygardens.com/wordpress/zeeb-theme-released/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 20:28:07 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[download free theme]]></category>
		<category><![CDATA[flexible width]]></category>
		<category><![CDATA[right sidebar]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[threaded comments]]></category>
		<category><![CDATA[two columns]]></category>
		<category><![CDATA[WordPress 2.7]]></category>
		<category><![CDATA[WordPress theme]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://rosecitygardens.com/?p=199</guid>
		<description><![CDATA[The Zeeb Theme for WordPress has been released and is ready for download at http://wordpress.org/extend/themes/zeeb I worked out a few bugs in the style and hopefully squashed them all but if you use Zeeb you may want to subscribe to my feed to get notifications of any changes or updates. Happy blogging!]]></description>
			<content:encoded><![CDATA[<div class="alignleft" style="margin-right: 10px"><a href="http://wordpress-themes.rosecitygardens.com/"><img class="size-thumbnail wp-image-194" title="screenshot" src="http://rosecitygardens.com/wp-content/uploads/2009/01/screenshot-150x100.png" alt="Zeeb" width="150" height="100" /></a></div>
<p>The <a href="http://wordpress.org/extend/themes/zeeb" title="Zeeb for WordPress">Zeeb Theme for WordPress</a> has been released and is ready for download at <a href="http://wordpress.org/extend/themes/zeeb" title="Zeeb for WordPress" rel="nofollow">http://wordpress.org/extend/themes/zeeb</a></p>
<p>I worked out a few bugs in the style and hopefully squashed them all but if you use Zeeb you may want to subscribe to my <a href="/feed/" alt="fss">feed</a> to get notifications of any changes or updates.</p>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/zeeb-theme-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New WordPress Theme Beta</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme-beta/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme-beta/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:26:10 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[download free theme]]></category>
		<category><![CDATA[free theme]]></category>
		<category><![CDATA[tabbed sidebar]]></category>
		<category><![CDATA[two columns]]></category>
		<category><![CDATA[wide sidebar]]></category>
		<category><![CDATA[widget ready]]></category>
		<category><![CDATA[WordPress theme]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://rosecitygardens.com/?p=192</guid>
		<description><![CDATA[I think it&#8217;s finished! Rose City Gardens is ready to release Zeeb, a black and white, dramatically &#8220;zeebish&#8221; theme with a flexible width and wide right sidebar. Zeeb includes a jQuery-driven tabbed panel in the sidebar with Tags, Recent Posts and Recent Comments, and a 3-level page menu with a nice fade effect, also jQuery. [...]]]></description>
			<content:encoded><![CDATA[<div class="alignleft" style="margin-right: 10px"><a href="http://wordpress-themes.rosecitygardens.com/"><img src="http://rosecitygardens.com/wp-content/uploads/2009/01/screenshot-150x100.png" alt="Zeeb" title="screenshot" width="150" height="100" class="size-thumbnail wp-image-194" /></a></div>
<p>I <i>think</i> it&#8217;s finished! <!-- google_ad_section_start(weight=ignore) -->Rose City Gardens<!-- google_ad_section_end --> is ready to release <a href="http://wordpress-themes.rosecitygardens.com/index.php?wptheme=Zeeb" title="new WordPress Theme">Zeeb</a>, a black and white, dramatically &#8220;zeebish&#8221; theme with a flexible width and wide right sidebar.</p>
<p><span id="more-192"></span>Zeeb includes a jQuery-driven tabbed panel in the sidebar with Tags, Recent Posts and Recent Comments, and a 3-level page menu with a nice fade effect, also jQuery. Like all of the <!-- google_ad_section_start(weight=ignore) -->Garden&#8217;s themes<!-- google_ad_section_end -->, it is very search engine friendly.</p>
<p>Those who want to wait should hold out for a day or three, as it&#8217;s really almost ready to be released (famous last words?) I think it&#8217;s ready, but I&#8217;ve certainly been wrong before, so I&#8217;m releasing it now to interested parties as a beta. I&#8217;m still going through looking for bugs and ways to improve. If you&#8217;re interested in trying out Zeeb on your own site, please contact me and I&#8217;ll send you a download link.</p>
<p>Happy blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme-beta/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress Theme Upgrades</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-theme-upgrades/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-theme-upgrades/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:19:27 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[download free theme]]></category>
		<category><![CDATA[Oregon]]></category>
		<category><![CDATA[Portland]]></category>
		<category><![CDATA[SimplePress]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[WordPress 2.7]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://rosecitygardens.com/?p=188</guid>
		<description><![CDATA[I haven&#8217;t been visible around the Garden lately, but I&#8217;ve busy behind the scenes, readying and upgrading all my WordPress themes for 2.7, and working on a new, magazine style theme. Daisy Gray has been released and can be downloaded at WordPress.org. This was submitted right before the 2.7 release, but will work with 2.7 [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been visible around the <!-- google_ad_section_start(weight=ignore) -->Garden<!-- google_ad_section_end --> lately, but I&#8217;ve busy behind the scenes, readying and upgrading all my WordPress themes for 2.7, and working on a new, magazine style theme.</p>
<p><!-- google_ad_section_start(weight=ignore) -->Daisy Gray<!-- google_ad_section_end --> has been released and can be downloaded at <a href="http://wordpress.org/extend/themes/daisy-gray">WordPress.org</a>. This was submitted right before the 2.7 release, but will work with 2.7 if you don&#8217;t use threaded comments. If you do, wait for the 2.7 version (coming tonight or tomorrow).</p>
<p>I&#8217;ll also be releasing a very nice magazine-style theme very soon, with a dramatic black and white theme and plenty of ad real estate in the wide, tabbed sidebar. I&#8217;m working out the kinks now, and should be ready to release by the end of the week!</p>
<p><span id="more-188"></span>We had our fill of winter these past weeks! Cold, nasty weather makes me cold and unproductive &#8211; so I&#8217;ve fallen behind in updates.  But it&#8217;s warming (and drying) up in the next couple of weeks here in Oregon, so keep an eye out, I&#8217;ll be catching up very soon!</p>
<p>Last but certainly not least &#8211; the long-awaited release of version 4 of <a href="http://simplepressforum.com/download/">SimplePress</a>, an extraordinary forum plugin for WordPress, is here! I&#8217;ve not yet upgraded, but will be doing that soon, and whipping out a few base forum templates to match with my existing WordPress themes. Go ahead and <a href="http://simplepressforum.com">download SimplePress</a>, install it and start playing around with it. You will love the way it seamlessly integrates with WordPress, with no hacking required on your part, beyond a few style declarations if you should like.</p>
<p>And how could I forget? I wish all of you a joyous and prosperous New Year! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-theme-upgrades/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New WordPress Theme &#8211; Daisy Gray</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 01:05:44 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[Latest News]]></category>
		<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[free theme]]></category>
		<category><![CDATA[right sidebar]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[two columns]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WordPress 2.7]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://rosecitygardens.com/?p=176</guid>
		<description><![CDATA[WordPress 2.7 final has been released, and I&#8217;ve upgraded the Gardens! No problems so far, although I haven&#8217;t checked all the plugins. Theme Switcher Reloaded doesn&#8217;t work as it should, unfortunately, but I&#8217;m sure that will be fixed soon. To celebrate, I&#8217;m releasing a new theme &#8211; Daisy Gray. It&#8217;s a fixed-width (750 pixels), two-column [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.7 final has been released, and I&#8217;ve upgraded the Gardens! No problems so far, although I haven&#8217;t checked all the plugins. Theme Switcher Reloaded doesn&#8217;t work as it should, unfortunately, but I&#8217;m sure that will be fixed soon.</p>
<p><a href="http://wordpress-themes.rosecitygardens.com"><img class="size-thumbnail wp-image-177 alignright" title="screenshot" src="http://rosecitygardens.com/wp-content/uploads/2008/12/screenshot-150x126.png" alt="Daisy Gray WordPress Theme" width="150" height="126" /></a>To celebrate, I&#8217;m releasing a new theme &#8211; <a title="new WordPress theme, Daisy Gray" rel="nofollow" href="http://wordpress-themes.rosecitygardens.com"><!-- google_ad_section_start(weight=ignore) -->Daisy<!-- google_ad_section_end --> Gray</a>. It&#8217;s a fixed-width (750 pixels), two-column theme with a right sidebar, in white and shades of gray, with a two-level tabbed page menu. As with all the <!-- google_ad_section_start(weight=ignore) -->Garden&#8217;s<!-- google_ad_section_end --> themes, <!-- google_ad_section_start(weight=ignore) -->Daisy<!-- google_ad_section_end --> Gray is coded to be very search engine friendly. I just submitted it to WordPress.org today, and it will take a few days to be approved, but if you want it now, just drop me a line either here in comments or at the <a title="contact me" href="/contact/">Contact page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-themes/new-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 coming!</title>
		<link>http://www.rosecitygardens.com/wordpress/wordpress-themes/wordpress-27-coming/</link>
		<comments>http://www.rosecitygardens.com/wordpress/wordpress-themes/wordpress-27-coming/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 13:48:25 +0000</pubDate>
		<dc:creator>Web Wench</dc:creator>
				<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[WordPress Themes]]></category>
		<category><![CDATA[Coronado]]></category>
		<category><![CDATA[Green Apples]]></category>
		<category><![CDATA[new theme]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[threaded comments]]></category>
		<category><![CDATA[Tickled Pink]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WordPress 2.7]]></category>
		<category><![CDATA[WordPress theme]]></category>

		<guid isPermaLink="false">http://rosecitygardens.com/?p=174</guid>
		<description><![CDATA[The first release candidate for 2.7 is out, and I&#8217;ve installed it on my dev server for testing. So far, so good! Also out soon is SimplePress forum&#8217;s new version, so it looks like I&#8217;m going to have a busy holiday. As soon as the final version is released, I&#8217;ll be releasing the updates for [...]]]></description>
			<content:encoded><![CDATA[<p>The first release candidate for 2.7 is out, and I&#8217;ve installed it on my dev server for testing. So far, so good! Also out soon is SimplePress forum&#8217;s new version, so it looks like I&#8217;m going to have a busy holiday.</p>
<p>As soon as the final version is released, I&#8217;ll be releasing the updates for <!-- google_ad_section_start(weight=ignore) -->Coronado, Green Apples, and Tickled Pink<!-- google_ad_section_end --> themes for WordPress 2.7, and have a fresh theme in the works. I&#8217;ve completed the Photoshop and template and am piecing it together with 2.7RC1.</p>
<p>On all themes, comment layout will change, to a more aesthetically pleasing look for the threaded comments.</p>
<p>On backwards-compatibility: Security demands that you keep your software updated. If you want 2.6 versions of the three themes already released, download them now. All themes from the <!-- google_ad_section_start(weight=ignore) -->Gardens<!-- google_ad_section_end --> will be for the latest version(s) of WordPress, which will soon be 2.7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rosecitygardens.com/wordpress/wordpress-themes/wordpress-27-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

