<?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>BuyNowShop &#187; theme</title>
	<atom:link href="http://buynowshop.com/tag/theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://buynowshop.com</link>
	<description>WordPress administration, installation, and development.</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:32:51 +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>Desk Mess Mirrored 2.0</title>
		<link>http://buynowshop.com/2012/01/desk-mess-mirrored-2-0/</link>
		<comments>http://buynowshop.com/2012/01/desk-mess-mirrored-2-0/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:34:19 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[desk mess mirrored]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1955</guid>
		<description><![CDATA[Desk Mess Mirrored version 2.0 is now available at WordPress.org as of January 11, 2012.
Related posts:<ol>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/' rel='bookmark' title='Desk Mess Mirrored 1.9.1'>Desk Mess Mirrored 1.9.1</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Desk Mess Mirrored version 2.0 should be showing up in your Dashboard|Updates later today if you have not already seen it. Go ahead, <a href="http://wordpress.org/extend/themes/desk-mess-mirrored/" title="Desk Mess Mirrored @ WordPress-dot-org">get the new version</a>! It was great to add the new features and better documentation &#8230; I know that&#8217;s a bit geeky, but there you go.</p>
<p>It&#8217;s not so much that 2.0 is any sort of milestone, per se, as I generally follow a similar version numbering system as <a href="http://wordpress.org/download/" title="WordPress Downloads">WordPress</a>; although I must admit there was definitely a push to do something significant because it <em><strong>is</strong></em> a point-zero release after all.</p>
<p>That being said, I added the functionality of some of the <a href="http://codex.wordpress.org/Post_Formats" title="Post Formats at the WordPress Codex">core supported post-formats</a> (aside, quote, and status), which was the big push for this release, as well as improving the overall typography.</p>
<p>For a full list of the changes, please have a look at the changelog below.</p>
<div class="aside-toggler closed"><span class="open-aside changelog">To see the <em>changelog</em> click here.</span><span class="close-aside changelog">To hide the <em>changelog</em> click here.</span>
                         </div><div class="bnsia aside changelog closed">== Version 2.0 ==<br />
Changelog: January 9, 2012<br />
= Code =<br />
* Added additional PHPDoc style documentation<br />
* Added `DMM WP Title` &#8211; utilizes the `wp_title` filter to add text to the default title output<br />
* Added `DMM Use Posted` function for posts without titles<br />
* Added minimal doc-block to each template file as relevant<br />
* Added &#8216;desk-mess-mirrored&#8217; loop template<br />
* Added &#8216;dmm-navigation&#8217; and implemented in 404, index, archive, and author template files<br />
* Added post-formats: aside, quote, and status<br />
* Added clearing `div` at top of &#8216;author&#8217; and &#8216;page&#8217; templates<br />
* Added project TODO section to &#8216;index.php&#8217;<br />
* Added `DMM Add Body Classes` &#8211; Adds additional classes to the core `body_class` function<br />
* Changed `BNS Theme Version` to `DMM Theme Version` with extensive re-writes to text displayed<br />
* Changed `my_theme_data` to `active_theme_data` in `DMM Theme Version`<br />
* Changed post navigation test to &#8216;Older posts&#8217; and &#8216;Newer posts&#8217; replacing &#8216;Previous entries&#8217; and &#8216;Next entries&#8217; respectively<br />
* Implemented &#8216;desk-mess-mirrored&#8217; loop in 404, archive, author, index (home, front-page), page, single templates<br />
* Re-defined each widget area separately to allow for descriptions to show end-user more details about each area<br />
* Removed &#8216;Home&#8221; link code from `dmm_list_pages`<br />
* Removed unused images (from IE6 support)<br />
* Renamed `BNS Dynamic Copyright` to `DMM Dynamic Copyright` (refactored changelog)<br />
* Renamed `BNS Modified Post` to `DMM Modified Post` (refactored changelog)<br />
* Replaced TEMPLATEPATH constant with `get_template_directory_uri`<br />
* Rewrote class used in &#8216;author&#8217; template to add author role as a class element<br />
* Updated documentation to clarify `DMM Dynamic Copyright` parameters<br />
* Updated &#8216;readme.txt&#8217; information &#8211; NB: All open and new TODO items will be found in their appropriate file going forward from this version</p>
<p>= CSS =<br />
* Added &#8216;Order of Contents&#8217; reference to the stylesheet with minor re-organization<br />
* Added id `wp-link-pages` wrapper to `wp_link_pages` output<br />
* Added CSS placeholder elements (.administrator, .editor, .contributor, .subscriber, and .guest) for new comment author classes<br />
* Changed bottom of post to have smaller separating margin and added a bottom border to better delineate posts<br />
* Changed base font-size to 100% and adjusted typography as needed/required<br />
* Removed the right and bottom borders from the gallery images; and added additional elements to handle galleries up to 10 columns wide<br />
* Removed (using comments) `background property` from `code` element<br />
* Removed margins from a blockquote if it is within another blockquote<br />
* Reorganized stylesheet and added &#8216;Order of Contents&#8217; section for reference<br />
* Updated forms and search widget styles</p>
<p>= Internet Browsers Reviewed =<br />
* Apple Safari v5.1.2<br />
* Firefox v9.0.1<br />
* Google Chrome v15.0<br />
* Internet Explorer v9.0<br />
* Opera v11.60</p>
<p>/** &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- */<br />
</div><script type="text/javascript">
            /* <![CDATA[ */
            jQuery( document ).ready( function(){
                jQuery( ".aside-toggler" ).click( function(){
                    jQuery( this ).toggleClass( "open" ).toggleClass( "closed" ).next( ".aside" ).slideToggle( "slow", function(){
                        jQuery( this ).toggleClass( "open" ).toggleClass( "closed" );
                    });
                });
            });
            /* ]]&gt; */
            </script>
<div class="aside-toggler open"><span class="open-aside note">To see the <em>Note</em> click here.</span><span class="close-aside note">To hide the <em>Note</em> click here.</span>
                         </div><div class="bnsia aside note open">Also to note, if you are using a Child-Theme of <a href="http://buynowshop.com/themes/desk-mess-mirrored/" title="Desk Mess Mirrored">Desk Mess Mirrored</a> (notably the <a href="http://buynowshop.com/themes/desk-mess-mirrored/multi/" title="Multi">Multi</a> Child-Theme) it is <strong>vitally important</strong> you download and install its Desk Mess Mirrored 2.0 compatible version.</div>
<p style='text-align:left'>&copy; 2012, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/' rel='bookmark' title='Desk Mess Mirrored 1.9.1'>Desk Mess Mirrored 1.9.1</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2012/01/desk-mess-mirrored-2-0/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Desk Mess Mirrored 2.0-RC1</title>
		<link>http://buynowshop.com/2011/12/desk-mess-mirrored-2-0-rc1/</link>
		<comments>http://buynowshop.com/2011/12/desk-mess-mirrored-2-0-rc1/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 21:30:39 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[desk mess mirrored]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[Release Candidate]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1943</guid>
		<description><![CDATA[Just a quick note to those using the Desk Mess Mirrored theme and any Child-Themes of it, the latest version (2.0) is now set to its first Release Candidate (RC). Please feel free to have a look around this site to get an idea of the visual changes (note the new typography) as well as [...]
Related posts:<ol>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
<li><a href='http://buynowshop.com/2011/06/desk-mess-mirrored-1-8-6-1/' rel='bookmark' title='Desk Mess Mirrored 1.8.6.1'>Desk Mess Mirrored 1.8.6.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to those using the Desk Mess Mirrored theme and any Child-Themes of it, the latest version (2.0) is now set to its first Release Candidate (RC). Please feel free to have a look around this site to get an idea of the visual changes (note the new typography) as well as other aesthetic changes.</p>
<p>If you are interested in looking at the code, feel free to visit the GitHub repository: <a href="https://github.com/Cais/desk-mess-mirrored">https://github.com/Cais/desk-mess-mirrored</a></p>
<p>Also to note, the Multi Child-Theme is also at its 2.0-RC1 version as well. The code for it can be found on GitHub as well: <a href="https://github.com/Cais/multi">https://github.com/Cais/multi</a></p>
<p>IF you wish to upgrade with the RC versions, once the final versions of these themes are released you will be able to update as you have done in the past &#8230; in the terms of WordPress version 2.0 is newer than version 2.0-RC1, etc.</p>
<p>Enjoy!</p>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
<li><a href='http://buynowshop.com/2011/06/desk-mess-mirrored-1-8-6-1/' rel='bookmark' title='Desk Mess Mirrored 1.8.6.1'>Desk Mess Mirrored 1.8.6.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/12/desk-mess-mirrored-2-0-rc1/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>NoNa 1.4</title>
		<link>http://buynowshop.com/2011/12/nona-1-4/</link>
		<comments>http://buynowshop.com/2011/12/nona-1-4/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 14:40:50 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[nona]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1930</guid>
		<description><![CDATA[The NoNa Theme, version 1.4, is now available at WordPress.org as of December 12, 2011
Related posts:<ol>
<li><a href='http://buynowshop.com/2011/01/nona-1-3-1/' rel='bookmark' title='Nona 1.3.1'>Nona 1.3.1</a></li>
<li><a href='http://buynowshop.com/2009/10/new-wordpress-theme-nona/' rel='bookmark' title='New WordPress Theme: NoNa'>New WordPress Theme: NoNa</a></li>
<li><a href='http://buynowshop.com/2011/09/shades-1-7/' rel='bookmark' title='Shades 1.7'>Shades 1.7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a very long time since this theme was updated &#8230; more from time constraints than anything else as the majority of the updates are as noted in its Trac ticket:</p>
<blockquote><p>It looks like lots of changes, however most of the stuff is CSS related as well as code formatting. There are no visual issues and this Theme is now approved.<br />
Review was based on Diff.<br />
<cite><a href="http://themes.trac.wordpress.org/ticket/5740" title="NoNa - Trac Ticket #5740">Trac Ticket #5740</a></cite></p></blockquote>
<p>This is the recent Changelog that also provides an overview of what was worked on as well &#8230; personally I think there was more than CSS and code formatting but I know the reviewer did a thorough job all the same; feel free to read for yourself.<br />
<div class="aside-toggler closed"><span class="open-aside changelog">To see the <em>changelog</em> click here.</span><span class="close-aside changelog">To hide the <em>changelog</em> click here.</span>
                         </div><div class="bnsia aside changelog closed"><br />
==== Changelog.txt ====<br />
@date: November 6, 2011</p>
<p>== Version 1.4 ==<br />
* released November 6, 2011<br />
* published December 12, 2011</p>
<p>== Code ==<br />
* Added textdomain as needed to string functions<br />
* Added previous and next post navigation in the `single.php` template<br />
* Added `wp_link_pages` after every instance of `the_content`<br />
* Added `description` parameter to `register_sidebar` definitions<br />
* Removed `show_avatar` function &#8211; not used<br />
* Removed `bns_menu` function &#8211; not used<br />
* Removed `nona_get_page_number` function &#8211; no longer used<br />
* Removed display of &#8216;Featured Image&#8217; in `single.php` for aesthetic reasons<br />
* Removed default &#8216;Home&#8217; link in menus when not on home page; leave as end-user choice via custom menu<br />
* Replaced `the_author_posts_link` (deprecated) with `get_author_posts_url`<br />
* Updated &#8216;BNS Dynamic Copyright&#8217; and renamed to &#8216;NoNa Dynamic Copyright&#8217;<br />
* Updated &#8216;BNS Theme Version&#8217; and renamed to &#8216;NoNa Theme Version&#8217;</p>
<p>== CSS ==<br />
* `font-size` changed to base of 115% from 18px<br />
* Changed font-sizes changed to percentage base; some additional adjustments made<br />
* Change main background image to `GrungeOverlayTileSmall.png` for better seamless tiling<br />
* Change `GrungeOverlayTileSmall.png` background property to &#8216;body&#8217; tag and remove `#full-screen`<br />
* Added more consistent formatting<br />
* Added `max-width` parameter to address gallery with up to 10 columns<br />
* Added CSS to support `editor-style`<br />
* Removed Internet Explorer `lte IE 7` support<br />
* Removed `head2toe` as not needed<br />
* Removed .avatar class; not used (and conflicts with v3.3-beta1 Admin Bar)<br />
* Removed all empty elements (except those required by WordPress guidelines)<br />
* General clean-up with minor optimizations and additions</p>
<p>== Code &#038; CSS ==<br />
* Updated menu system<br />
* Cleaned up widget code in functions.php<br />
* Cleaned up template code eliminating unneeded code</p>
<p>== Miscellaneous ==<br />
* Changed to &#8216;new&#8217; changelog format<br />
* Corrected Theme Name to NoNa<br />
* Update `readme.txt` with better &#8216;markdown&#8217;<br />
* Update `changelog.txt` with better &#8216;markdown&#8217;<br />
* Add `support.txt` file</p>
<p>== Internet Browsers Reviewed ==<br />
* Apple Safari v5.1.1<br />
* Firefox v7.0.1<br />
* Google Chrome v14.0<br />
* Internet Explorer v9.0<br />
* Opera v11.52</p>
<p>****<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
</div></p>
<p>Enjoy!</p>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2011/01/nona-1-3-1/' rel='bookmark' title='Nona 1.3.1'>Nona 1.3.1</a></li>
<li><a href='http://buynowshop.com/2009/10/new-wordpress-theme-nona/' rel='bookmark' title='New WordPress Theme: NoNa'>New WordPress Theme: NoNa</a></li>
<li><a href='http://buynowshop.com/2011/09/shades-1-7/' rel='bookmark' title='Shades 1.7'>Shades 1.7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/12/nona-1-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desk Mess Mirrored 1.9.1</title>
		<link>http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/</link>
		<comments>http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 15:01:53 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[desk mess mirrored]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1909</guid>
		<description><![CDATA[Desk Mess Mirrored 1.9.1 release on November 29, 2011
Related posts:<ol>
<li><a href='http://buynowshop.com/2009/11/desk-mess-mirrored-1-4-3-1-live/' rel='bookmark' title='Desk Mess Mirrored 1.4.3.1 Live'>Desk Mess Mirrored 1.4.3.1 Live</a></li>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yesterday the latest version of <a href="http://buynowshop.com/themes/desk-mess-mirrored/" title="Desk Mess Mirrored">Desk Mess Mirrored</a> was approved into the <a href="http://wordpress.org/extend/themes" title="WordPress Themes">WordPress Extend Themes</a> repository. This version, 1.9.1, is more a maintenance release than anything else and was noted as such on Trac ticket <a href="http://themes.trac.wordpress.org/ticket/5877">#5877</a>:</p>
<blockquote><p>I consider this a maintenance release prior to releasing version 2.0.</p>
<p>The diff may give a difference impression as the majority of changes shown in the diff are due to code white-space and layout changes rather than actual code changes.</p>
<p>As referenced in the Changelog as of November 29, 2011:</p></blockquote>
<div class="aside-toggler closed"><span class="open-aside changelog">To see the <em>changelog</em> click here.</span><span class="close-aside changelog">To hide the <em>changelog</em> click here.</span>
                         </div><div class="bnsia aside changelog closed">Changelog as of November 29, 2011:<br />
== Version 1.9.1 ==<br />
* added CSS optimizations<br />
* added PHPDoc style documentation<br />
* combined added comment classes `user-ID` and `microid` creation into one function `Add Comment Classes` in &#8216;comments.php&#8217;<br />
* corrected comment reply style<br />
* drop direct support for Internet Explorer 6 or order<br />
* modified `.widget h2` CSS to better allow for long titles in the sidebar<br />
* moved &#8220;You must be logged in to post a comment.&#8221; to be more clearly readable<br />
* moved enqueued `comment-reply` call from &#8216;header.php&#8217; to &#8216;functions.php&#8217;<br />
* removed `get_page_number` function as no longer needed<br />
* removed &#8216;category.php&#8217; template file as not used<br />
* reviewed and corrected old changelog entries for spelling and other minor typos<br />
* updated &#8216;readme.txt&#8217; (minor changes)</p>
<p>/**<br />
 * Internet Browsers Reviewed<br />
 * ==========================<br />
 *<br />
 * Apple Safari v5.1.1 (Mac)<br />
 * Apple Safari v5.1.1 (PC)<br />
 * Firefox v8.0 (Mac)<br />
 * Firefox v8.0 (PC)<br />
 * Google Chrome v15.0<br />
 * Internet Explorer v9.0<br />
 * Opera v11.52<br />
 */</p>
<p>/** &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- */<br />
</div>
<p>&#8230; and as noted, version 2.0 will be released in the (near?) future mostly dependent on the new features I have decided to add and/or the ideas/requests I will accept and include as well.</p>
<p>Enjoy!</p>
<div class="aside-toggler open"><span class="open-aside note">To see the <em>note</em> click here.</span><span class="close-aside note">To hide the <em>note</em> click here.</span>
                         </div><div class="bnsia aside note open">NB: The <a href="http://buynowshop.com/themes/desk-mess-mirrored/multi/" title="Multi">Multi Child-Theme</a> has been updated to version 1.9.1 and should work fine with this maintenance release. Please be advised there may be several significant changes to Multi with the release of Desk Mess Mirrored 2.0. EAC</div>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2009/11/desk-mess-mirrored-1-4-3-1-live/' rel='bookmark' title='Desk Mess Mirrored 1.4.3.1 Live'>Desk Mess Mirrored 1.4.3.1 Live</a></li>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Site Changes</title>
		<link>http://buynowshop.com/2011/10/site-changes/</link>
		<comments>http://buynowshop.com/2011/10/site-changes/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 17:53:02 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Theme Directory]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1829</guid>
		<description><![CDATA[I&#8217;ve been looking at the general layout of the site for the last little while thinking it needs some tidying up &#8230; and yes I see the irony in using the Desk Mess Mirrored theme and wanting to tidy things up. I will mostly be working on the theme related pages. The plan is to [...]
Related posts:<ol>
<li><a href='http://buynowshop.com/2010/12/creating-a-poker-site-with-wordpress/' rel='bookmark' title='Creating a Poker Site with WordPress'>Creating a Poker Site with WordPress</a></li>
<li><a href='http://buynowshop.com/2009/06/desk-mess-mirrored-1-0-6/' rel='bookmark' title='Desk Mess Mirrored 1.0.6'>Desk Mess Mirrored 1.0.6</a></li>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking at the general layout of the site for the last little while thinking it needs some tidying up &#8230; and yes I see the irony in using the <a title="Desk Mess Mirrored" href="http://buynowshop.com/themes/desk-mess-mirrored/">Desk Mess Mirrored</a> theme and wanting to tidy things up.</p>
<p>I will mostly be working on the theme related pages. The plan is to make that whole section of the site more easily read and cleaner to look at. I am tempted to change to one of my more minimalist themes but <a title="Desk Mess Mirrored at WordPress.org" href="http://wordpress.org/extend/themes/desk-mess-mirrored/">Desk Mess Mirrored</a> is my first and still a favorite for many people &#8230;</p>
<p>I would like to thank you in advance for your patience as I do some minor renovations. Please feel free to leave comments with any ideas, too.</p>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2010/12/creating-a-poker-site-with-wordpress/' rel='bookmark' title='Creating a Poker Site with WordPress'>Creating a Poker Site with WordPress</a></li>
<li><a href='http://buynowshop.com/2009/06/desk-mess-mirrored-1-0-6/' rel='bookmark' title='Desk Mess Mirrored 1.0.6'>Desk Mess Mirrored 1.0.6</a></li>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/10/site-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shades 1.7</title>
		<link>http://buynowshop.com/2011/09/shades-1-7/</link>
		<comments>http://buynowshop.com/2011/09/shades-1-7/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 20:11:08 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[Edward Caissie]]></category>
		<category><![CDATA[shades]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[WPTRT]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1803</guid>
		<description><![CDATA[When I started working on the update for Shades I was completely surprised by how long it had been since I actually released the last version &#8230; one (1) year, to the day!! Remarkable, and also very unusual. Although I must say, as I use a Child-Theme of Shades on my personal website, there really [...]
Related posts:<ol>
<li><a href='http://buynowshop.com/2010/06/shades-1-5-1/' rel='bookmark' title='Shades 1.5.1'>Shades 1.5.1</a></li>
<li><a href='http://buynowshop.com/2010/04/shades-1-4/' rel='bookmark' title='Shades 1.4'>Shades 1.4</a></li>
<li><a href='http://buynowshop.com/2009/09/shades-1-1-1/' rel='bookmark' title='Shades 1.1.1'>Shades 1.1.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When I started working on the update for <a title="Shades" href="http://buynowshop.com/themes/shades/">Shades</a> I was completely surprised by how long it had been since I actually released the last version &#8230; one (1) year, to the day!!</p>
<p>Remarkable, and also very unusual. Although I must say, as I use a <a title="WordPress Child-Themes at WPFirstAid.com" href="http://wpfirstaid.com/2011/04/wordpress-child-themes/">Child-Theme</a> of Shades on my <a title="EdwardCaissie.com" href="http://edwardcaissie.com">personal website</a>, there really did not seem to be a great deal that needed updating &#8230; well, the changelog will bare witness that was not the case.</p>
<p>Aside from the addition of some <a title="Post Formats at the WordPress Codex" href="http://codex.wordpress.org/Post_Formats">post-formats</a> (aside, quote, and status) that I thought would lend themselves well to the theme the rest of the updates were based in code improvements that have been brought to light or realized over the last year, especially with my involvement with the <a title="Make WordPress Themes" href="http://make.wordpress.org/themes/">WordPress Theme Review Team</a>.</p>
<div class="aside-toggler closed"><span class="open-aside changelog">To see the changelog for version 1.7, click here.</span><span class="close-aside changelog">To hide the <em>changelog</em> click here.</span>
                         </div><div class="bnsia aside changelog closed">&#8211; Version 1.7<br />
= Public =<br />
- released September 11, 2011<br />
- published September 13, 2011<br />
= CODE Changes =<br />
- added support for post formats: aside, quote, status<br />
- added the `shades` loop template<br />
- added theme page for support and a contextual-help readme<br />
- NB: adding the loop template and support for post formats affected the following template files: archive, author, index, page, single<br />
- added `shades_used_posted` function to provide a link to the single view of posts without titles<br />
- updated `BNS_Dynamic_Copyright` function<br />
- updated `BNS_Theme_Version` function<br />
- updated WordPress Required Version to 3.1 to implement post-formats (NB: Theme may still function correctly down to version 3.0)<br />
- removed featured image thumbnail from the single view<br />
- removed direct IE6 support<br />
- removed `show_avatar` function<br />
- removed `shades_page_number` function<br />
= CSS Changes =<br />
- reduced vertical distance between posts by half<br />
- modified style for tag elements; add bottom-right border to help define the post they are attached to<br />
- set base font-size to 100%; updated most other font-sizes to use percentages creating an over-all easier to read text<br />
- addressed image thumbnail sizes used by gallery shortcode to handle up to 10 columns<br />
- changed &#8216;widgettitle&#8217; to &#8216;widget-title&#8217; (NB: not currently used by the theme)<br />
= CODE &amp; CSS Changes =<br />
- updated menu code to better handle parent-child-grandchild etc. structures (NB: menu is no longer centered.)<br />
- moved the &#8220;Comments&#8221; to be inline with the post title and made minor style changes<br />
- changed #main-blog to #the-loop for more code clarity<br />
</div>
<p>I have really enjoyed the modifications I have made with the Child-Theme I use at <a title="see the Cais theme at EdwardCaissie.com" href="http://edwardcaissie.com">EdwardCaissie.com</a> and truly enjoy using the Shades theme for my own purposes. I hope others find it as useful and interesting. Enjoy the new <a title="Shades at WordPress.org" href="http://wordpress.org/extend/themes/shades">Shades</a>!</p>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2010/06/shades-1-5-1/' rel='bookmark' title='Shades 1.5.1'>Shades 1.5.1</a></li>
<li><a href='http://buynowshop.com/2010/04/shades-1-4/' rel='bookmark' title='Shades 1.4'>Shades 1.4</a></li>
<li><a href='http://buynowshop.com/2009/09/shades-1-1-1/' rel='bookmark' title='Shades 1.1.1'>Shades 1.1.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/09/shades-1-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ground Floor 1.8</title>
		<link>http://buynowshop.com/2011/09/ground-floor-1-8/</link>
		<comments>http://buynowshop.com/2011/09/ground-floor-1-8/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 13:45:06 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[ground floor]]></category>
		<category><![CDATA[shelter]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1788</guid>
		<description><![CDATA[The latest version of my Ground Floor theme for self-hosted WordPress installations went live in the Extend repository a couple of days ago. The &#8220;common&#8221; functions I use in my themes that were updated with the last version of Desk Mess Mirrored were also updated in this theme. Some minor code modifications were made to [...]
Related posts:<ol>
<li><a href='http://buynowshop.com/2010/04/ground-floor-1-4/' rel='bookmark' title='Ground Floor 1.4'>Ground Floor 1.4</a></li>
<li><a href='http://buynowshop.com/2010/10/ground-floor-1-6/' rel='bookmark' title='Ground Floor 1.6'>Ground Floor 1.6</a></li>
<li><a href='http://buynowshop.com/2011/03/ground-floor-1-7/' rel='bookmark' title='Ground Floor 1.7'>Ground Floor 1.7</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The latest version of my <a title="Ground Floor" href="http://buynowshop.com/themes/ground-floor/">Ground Floor</a> theme for self-hosted WordPress installations went live <a title="Ground Floor at WordPress.org" href="http://wordpress.org/extend/themes/ground-floor/">in the Extend repository</a> a couple of days ago.</p>
<p>The &#8220;common&#8221; functions I use in my themes that were updated with the last version of <a title="Desk Mess Mirrored 1.9" href="http://buynowshop.com/2011/07/desk-mess-mirrored-1-9/">Desk Mess Mirrored</a> were also updated in this theme. Some minor code modifications were made to other functions making them more theme specific.</p>
<p>The menu CSS (style) was re-written to better handle deeper structures. Please note, this may cause issues with older Child-Themes.</p>
<p>The <a title="Shelter, Child-Theme of Ground Floor at WordPress.org" href="http://wordpress.org/extend/themes/shelter/">Shelter</a> Child-Theme is now scheduled to be updated in the very near future but may not be immediately available in the WordPress Extend repository until the powers-that-be give their approval to (officially) include Child-Themes.</p>
<p>Look for a future announcement regarding the release of Shelter and where to download the most current copy.</p>
<div class="aside-toggler closed"><span class="open-aside changelog">To see the <em>changelog</em> click here.</span><span class="close-aside changelog">To hide the <em>changelog</em> click here.</span>
                         </div><div class="bnsia aside changelog closed">= Version 1.8 =<br />
- released September 3, 2011<br />
- general code clean-up<br />
- modified bns-login function to gf-login<br />
- modified drop-down menu styles and added rounded corners to menu elements<br />
- add conditional to not display comment(s) if post is password protected<br />
- update bns_dynamic_copyright function<br />
- update bns_theme_version function<br />
- modified the site title creation code</p>
<p></div>
<p>Also to note, the current update order for <a title="Themes" href="http://buynowshop.com/themes/">BuyNowShop Themes</a> is:</p>
<ol>
<li>Shades</li>
<li>Shelter</li>
<li>Nona</li>
</ol>
<p>If there is a specific issue in a theme not listed above, please let me know (via the <a href="http://buynowshop.com/contact-us/" title="Contact Us">Contact Us</a> page, preferably) so I can add the item to the theme&#8217;s TO-DO list and address it accordingly. Thank you &#8230; and enjoy!</p>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2010/04/ground-floor-1-4/' rel='bookmark' title='Ground Floor 1.4'>Ground Floor 1.4</a></li>
<li><a href='http://buynowshop.com/2010/10/ground-floor-1-6/' rel='bookmark' title='Ground Floor 1.6'>Ground Floor 1.6</a></li>
<li><a href='http://buynowshop.com/2011/03/ground-floor-1-7/' rel='bookmark' title='Ground Floor 1.7'>Ground Floor 1.7</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/09/ground-floor-1-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desk Mess Mirrored 1.9</title>
		<link>http://buynowshop.com/2011/07/desk-mess-mirrored-1-9/</link>
		<comments>http://buynowshop.com/2011/07/desk-mess-mirrored-1-9/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 16:41:52 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[child theme]]></category>
		<category><![CDATA[desk mess mirrored]]></category>
		<category><![CDATA[issues]]></category>
		<category><![CDATA[multi]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1755</guid>
		<description><![CDATA[Desk Mess Mirrored version 1.9 corrects issues with Custom Menus as found with version 1.8.7. Please update!
Related posts:<ol>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
<li><a href='http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/' rel='bookmark' title='Desk Mess Mirrored 1.9.1'>Desk Mess Mirrored 1.9.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This version of Desk Mess Mirrored should correct the issues found in previous versions with the <a title="Desk Mess Mirrored 1.8.7 and Custom Menus" href="http://buynowshop.com/2011/07/desk-mess-mirrored-1-8-7-and-custom-menus/">use of Custom Menus</a>. All of the changes and modifications that were introduced in version 1.8.7 are also included. If you use the Child-Theme <a title="Desk Mess Mirrored" href="http://buynowshop.com/themes/desk-mess-mirrored/">Multi</a>, please update to its current version 1.9 as well. The changes made in Desk Mess Mirrored version 1.9 have a direct impact on Multi&#8217;s functionality.</p>
<p><em>Edit: Please insure you are using the current version of <a class="downloadlink" href="http://buynowshop.com/wp-downloads/multi.zip" title="Version2.0 downloaded 2453 times" >Multi (2453)</a>, version 1.9. EAC</em></p>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2011/03/desk-mess-mirrored-1-8-3-is-live/' rel='bookmark' title='Desk Mess Mirrored 1.8.3 is Live'>Desk Mess Mirrored 1.8.3 is Live</a></li>
<li><a href='http://buynowshop.com/2010/01/desk-mess-mirrored-1-4-5/' rel='bookmark' title='Desk Mess Mirrored 1.4.5'>Desk Mess Mirrored 1.4.5</a></li>
<li><a href='http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/' rel='bookmark' title='Desk Mess Mirrored 1.9.1'>Desk Mess Mirrored 1.9.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/07/desk-mess-mirrored-1-9/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Desk Mess Mirrored 1.8.7</title>
		<link>http://buynowshop.com/2011/07/desk-mess-mirrored-1-8-7/</link>
		<comments>http://buynowshop.com/2011/07/desk-mess-mirrored-1-8-7/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 03:23:15 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[desk mess mirrored]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1740</guid>
		<description><![CDATA[The free WordPress Theme Desk Mess Mirrored has been updated to version 1.8.7 and is now live in the WordPress Extend Theme repository as of July 12, 2011.
Related posts:<ol>
<li><a href='http://buynowshop.com/2011/06/desk-mess-mirrored-1-8-6-1/' rel='bookmark' title='Desk Mess Mirrored 1.8.6.1'>Desk Mess Mirrored 1.8.6.1</a></li>
<li><a href='http://buynowshop.com/2010/08/desk-mess-mirrored-1-7/' rel='bookmark' title='Desk Mess Mirrored 1.7'>Desk Mess Mirrored 1.7</a></li>
<li><a href='http://buynowshop.com/2010/09/desk-mess-mirrored-1-7-2/' rel='bookmark' title='Desk Mess Mirrored 1.7.2'>Desk Mess Mirrored 1.7.2</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just released a new version of <a title="Desk Mess Mirrored" href="http://buynowshop.com/themes/desk-mess-mirrored/">Desk Mess Mirrored</a>. It needed a few corrections as shown via the latest Theme Unit Test data being used by the <a title="Make WordPress Themes" href="http://make.wordpress.org/themes">WordPress Theme Review Team</a>. Coincidentally, WordPress version 3.2.1 was also released today so it is safe to say the most recent version of Desk Mess Mirrored has been tested with the most recent stable release of WordPress &#8230; and all is good!</p>
<p>Here is the recent changelog for those that want to have a read before installing and/or updating to the current version:</p>
<pre><code>Changelog as of July 12, 2011:
-- Version 1.8.7
  - tested compatible up to WordPress 3.2.1
  - removed inline styles affecting `the_tags()` in index, single, category, author, and 404 templates
  - chronologically arranged the 'Basic FAQ' in the readme file (most recent addition first).
  - hide comment "balloon" if post is password protected
  - miscellaneous clean-up in the style.css file
  - re-worked dropdown menu CSS to better handle multiple child menu items from one parent menu item
  - re-worked "sticky note" image to handle longer menu item names before repeating the image

  ******************************
  * Internet Browsers Reviewed *
  * ========================== *
  *                            *
  * Apple Safari v5.0.5 (Mac)  *
  * Apple Safari v5.0.5 (PC)   *
  * Firefox v5.0 (Mac)         *
  * Firefox v5.0 (PC)          *
  * Google Chrome v12.0        *
  * Internet Explorer v9.0     *
  * Opera v11.11               *
  *                            *
  ******************************
</code></pre>
<p>Enjoy!</p>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2011/06/desk-mess-mirrored-1-8-6-1/' rel='bookmark' title='Desk Mess Mirrored 1.8.6.1'>Desk Mess Mirrored 1.8.6.1</a></li>
<li><a href='http://buynowshop.com/2010/08/desk-mess-mirrored-1-7/' rel='bookmark' title='Desk Mess Mirrored 1.7'>Desk Mess Mirrored 1.7</a></li>
<li><a href='http://buynowshop.com/2010/09/desk-mess-mirrored-1-7-2/' rel='bookmark' title='Desk Mess Mirrored 1.7.2'>Desk Mess Mirrored 1.7.2</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/07/desk-mess-mirrored-1-8-7/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Desk Mess Mirrored 1.8.6.1</title>
		<link>http://buynowshop.com/2011/06/desk-mess-mirrored-1-8-6-1/</link>
		<comments>http://buynowshop.com/2011/06/desk-mess-mirrored-1-8-6-1/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 14:50:06 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[cais]]></category>
		<category><![CDATA[desk mess mirrored]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://buynowshop.com/?p=1722</guid>
		<description><![CDATA[The free WordPress Theme Desk Mess Mirrored version 1.8.6.1 is now available at the WordPress Extend Themes repository as of June 20, 2011; also to note all BuyNowShop plugins have been recently updated, too.
Related posts:<ol>
<li><a href='http://buynowshop.com/2011/07/desk-mess-mirrored-1-8-7/' rel='bookmark' title='Desk Mess Mirrored 1.8.7'>Desk Mess Mirrored 1.8.7</a></li>
<li><a href='http://buynowshop.com/2010/02/desk-mess-mirrored-1-4-6/' rel='bookmark' title='Desk Mess Mirrored 1.4.6'>Desk Mess Mirrored 1.4.6</a></li>
<li><a href='http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/' rel='bookmark' title='Desk Mess Mirrored 1.9.1'>Desk Mess Mirrored 1.9.1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Although I have been actively working on many different projects lately I still make sure to take the time to read and respond to feedback from end-users and clients alike, especially when there is general functionality to be gained by adopting their ideas and suggestions.</p>
<p>Born from the idea of <a title="Rey Junco" href="http://blog.reyjunco.com">Rey Junco</a>, I have updated the `bns_dynamic_copyright` function to be more easily configured in Child-Themes; and, from <a title="Andy Fragen" href="http://troop262ps.org/">Andy Fragen</a>&#8216;s suggestion I have re-worked the theme&#8217;s &#8216;setup&#8217; function to also be more easily addressed with Child-Themes.</p>
<p>Here is the most recent Changelog entries:</p>
<pre><code>Changelog as of June 19, 2011:
-- Version 1.8.6.1
- corrected readme.txt file FAQ re: `bns_dynamic_copyright`

-- Version 1.8.6
- released June 19, 2011
- tested compatible up to WordPress 3.2-RC1
- re-worked `bns_dynamic_copyright` to be more easily defined by the end-user
- re-worked `desk_mess_mirrored_setup` to add additional `if ( ! function_exists() )` checks
- re-worked `bns_theme_version` and `bns_modified_post` to better handle internationalization

******************************
* Internet Browsers Reviewed *
* ========================== *
*                            *
* Apple Safari v5.0.5 (Mac)  *
* Apple Safari v5.0.5 (PC)   *
* Firefox v4.0.1 (Mac)       *
* Firefox v4.0.1 (PC)        *
* Google Chrome v12.0        *
* Internet Explorer v9.0     *
* Opera v11.11               *
*                            *
******************************

-- Version 1.8.5
- added function_exists check for `dmm_get_page_number`, `bns_dynamic_copyright` and `bns_theme_version`
- added function_exists check for `bns_modified_post` (still not implemented fully in theme)</code></pre>
<p>There are still a small number of items I will be addressing with the Theme but with these latest entries I believe many more people will be able to further enjoy and implement their own Child-Themes of Desk Mess Mirrored.</p>
<p>Also, as always, please feel free to leave a comment with your customization, suggestion, or idea &#8230; all are welcomed.</p>
<div class="aside-toggler closed"><span class="open-aside nota-bene">More updates</span><span class="close-aside nota-bene">To hide the <em>nota bene</em> click here.</span>
                         </div><div class="bnsia aside nota-bene closed">NB: Don&#8217;t forget look at my plugins also found <a title="Plugins" href="http://buynowshop.com/plugins/">here</a> on <a title="BuyNowShop.com" href="http://buynowshop.com">BuyNowShop.com</a>; each one has been recently improved and / or given added functionality. Enjoy! <a title="Edward Caissie" href="http://edwardcaissie.com">EAC</a>.</div>
<p style='text-align:left'>&copy; 2011, <a href='http://buynowshop.com'>BuyNowShop</a>. All rights reserved. </p>
<p>Related posts:<ol>
<li><a href='http://buynowshop.com/2011/07/desk-mess-mirrored-1-8-7/' rel='bookmark' title='Desk Mess Mirrored 1.8.7'>Desk Mess Mirrored 1.8.7</a></li>
<li><a href='http://buynowshop.com/2010/02/desk-mess-mirrored-1-4-6/' rel='bookmark' title='Desk Mess Mirrored 1.4.6'>Desk Mess Mirrored 1.4.6</a></li>
<li><a href='http://buynowshop.com/2011/12/desk-mess-mirrored-1-9-1/' rel='bookmark' title='Desk Mess Mirrored 1.9.1'>Desk Mess Mirrored 1.9.1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buynowshop.com/2011/06/desk-mess-mirrored-1-8-6-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

