<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: C</title>
	<atom:link href="http://m-eken.com/themes/ct/feed/" rel="self" type="application/rss+xml" />
	<link>http://m-eken.com</link>
	<description>time time time...</description>
	<lastBuildDate>Fri, 16 Apr 2010 02:56:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: jOHN</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2033</link>
		<dc:creator>jOHN</dc:creator>
		<pubDate>Fri, 16 Apr 2010 02:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2033</guid>
		<description>Great Theme, nice and clean.

But I have one question. On the images, there is a small line below them, if it is linked to the image (as in use by Lightbox.)

Is there a way to get rid of that line?</description>
		<content:encoded><![CDATA[<p>Great Theme, nice and clean.</p>
<p>But I have one question. On the images, there is a small line below them, if it is linked to the image (as in use by Lightbox.)</p>
<p>Is there a way to get rid of that line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eken</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2030</link>
		<dc:creator>Eken</dc:creator>
		<pubDate>Thu, 15 Apr 2010 20:50:43 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2030</guid>
		<description>You&#039;re welcome...</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonnie Peterson</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2023</link>
		<dc:creator>Bonnie Peterson</dc:creator>
		<pubDate>Wed, 14 Apr 2010 20:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2023</guid>
		<description>Thank you, thank you, thank you!  It is finally fixed. I had to copy the code above and completely replace it but IT WORKS!

Your customer service has been wonderful , I really appreciate your continued support.</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you!  It is finally fixed. I had to copy the code above and completely replace it but IT WORKS!</p>
<p>Your customer service has been wonderful , I really appreciate your continued support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eken</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2022</link>
		<dc:creator>Eken</dc:creator>
		<pubDate>Wed, 14 Apr 2010 18:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2022</guid>
		<description>The new version is released. You can olso download from WordPress Extends: &lt;a href=&quot;http://wordpress.org/extend/themes/c&quot; rel=&quot;nofollow&quot;&gt;http://wordpress.org/extend/themes/c&lt;/a&gt;
This is the &quot;archive.php&quot; file:
 &lt;code&gt;
&lt;?php
/**
  * @package WordPress
  * @subpackage A_Theme
*/
 get_header()?&gt;
&lt;div id=&quot;content&quot;&gt;  
  &lt;?php if(have_posts() ) : ?&gt;
  &lt;?php $post=$posts[0];?&gt;    
  &lt;div class=&quot;post-title&quot;&gt;      
    &lt;?php if(is_category() ){ ?&gt;&lt;h2&gt;Archive for the 
      &lt;?php single_cat_title()?&gt; Category&lt;/h2&gt;      
    &lt;?php }elseif (is_tag() ){ ?&gt;&lt;h2&gt;Post Tagged 
      &lt;?php single_tag_title() ?&gt;&lt;/h2&gt;      
    &lt;?php }elseif (is_day()){?&gt;&lt;h2&gt;Archive for 
      &lt;?php the_time(&#039;F jS, Y&#039;)?&gt;&lt;/h2&gt;      
    &lt;?php }elseif (is_month()){?&gt;&lt;h2&gt;Archive for 
      &lt;?php the_time(&#039;F, Y&#039;)?&gt;&lt;/h2&gt;      
    &lt;?php }elseif (is_year()){?&gt;&lt;h2&gt;Archive for 
      &lt;?php the_time(&#039;Y&#039;)?&gt;&lt;/h2&gt;      
    &lt;?php }elseif (is_author() ){?&gt;&lt;h2&gt;Author Archive&lt;/h2&gt;      
    &lt;?php }elseif (is_search()){ ?&gt;&lt;h2&gt;Search Results&lt;/h2&gt;      
    &lt;?php }elseif (isset($_GET[&#039;paged&#039;] )&amp;&amp; !empty($_GET[&#039;paged&#039;]) ){ ?&gt;&lt;h2&gt;Blog Archives&lt;/h2&gt;      
    &lt;?php }?&gt;
  &lt;/div&gt;                               
  &lt;?php while(have_posts()):the_post();?&gt;              
  &lt;div class=&quot;post&quot;&gt;                 
    &lt;h2 class=&quot;post-title&quot;&gt;             
      &lt;a href=&quot;&lt;?php the_permalink()?&gt;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &lt;?php the_title_attribute()?&gt;&quot;&gt;                  
        &lt;?php the_title()?&gt;&lt;/a&gt;&lt;/h2&gt;        
    &lt;div class=&quot;post-body&quot;&gt;                        
      &lt;div class=&quot;date-header&quot;&gt;             
        &lt;?php the_time(&#039;l, m F Y&#039;)?&gt;         
      &lt;/div&gt;                        
      &lt;?php the_content(__(&#039;(more...)&#039;))?&gt;&lt;br /&gt;                        
      &lt;span class=&quot;byline-author&quot;&gt;Posted by               
        &lt;?php the_author()?&gt;      &lt;br /&gt;    
      &lt;/span&gt;    
    &lt;/div&gt;                        
    &lt;div class=&quot;post-footer&quot;&gt;             
      &lt;?php the_tags(__(&#039;Tags:&#039;),&#039;, &#039;,&#039;&lt;br /&gt;&#039;)?&gt;                                  
      &lt;?php _e(&#039;Categories:&#039;);the_category(&#039;, &#039;);?&gt;&lt;br /&gt;                                                       
      &lt;?php if(&#039;open&#039;==$post-&gt;comment_status) {?&gt;                                                           
      &lt;?php if(get_comments_number()&gt;0){ ?&gt;                                                                                   
      &lt;?php comments_popup_link(__(&#039;&#039;), __(&#039;1 Comment&#039;),__(&#039;% Comments&#039;)); } ?&gt;                                                                                   
      &lt;a href=&quot;&lt;?php the_permalink() ?&gt;/#comment&quot; title=&quot;&lt;?php _e(&#039;Leave a comment&#039;)?&gt;&quot;&gt;                            
        &lt;?php _e(&#039;Leave a comment&#039;);?&gt;&lt;/a&gt;                                  
      &lt;?php } edit_post_link(&#039;Edit&#039;)?&gt;                                                                                     
    &lt;/div&gt;                             
  &lt;/div&gt;        
  &lt;?php endwhile; else:?&gt;      
  &lt;p&gt;         
    &lt;?php _e(&#039;Sory, no posts matched your criteria.&#039;)?&gt;     
  &lt;/p&gt;     
  &lt;?php endif?&gt;        
  &lt;div class=&quot;navi&quot;&gt;         
    &lt;?php posts_nav_link(&#039; &#124; &#039;,__(&#039;&#171; Previous Page&#039;),__(&#039;Next Page &#187;&#039;))?&gt;     
  &lt;/div&gt;               
&lt;/div&gt; 
&lt;?php get_sidebar();get_footer()?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The new version is released. You can olso download from WordPress Extends: <a href="http://wordpress.org/extend/themes/c" rel="nofollow">http://wordpress.org/extend/themes/c</a><br />
This is the &#8220;archive.php&#8221; file:<br />
 <code><br />
&lt;?php<br />
/**<br />
  * @package WordPress<br />
  * @subpackage A_Theme<br />
*/<br />
 get_header()?><br />
&lt;div id="content"><br />
  &lt;?php if(have_posts() ) : ?><br />
  &lt;?php $post=$posts[0];?><br />
  &lt;div class="post-title"><br />
    &lt;?php if(is_category() ){ ?>&lt;h2>Archive for the<br />
      &lt;?php single_cat_title()?> Category&lt;/h2><br />
    &lt;?php }elseif (is_tag() ){ ?>&lt;h2>Post Tagged<br />
      &lt;?php single_tag_title() ?>&lt;/h2><br />
    &lt;?php }elseif (is_day()){?>&lt;h2>Archive for<br />
      &lt;?php the_time('F jS, Y')?>&lt;/h2><br />
    &lt;?php }elseif (is_month()){?>&lt;h2>Archive for<br />
      &lt;?php the_time('F, Y')?>&lt;/h2><br />
    &lt;?php }elseif (is_year()){?>&lt;h2>Archive for<br />
      &lt;?php the_time('Y')?>&lt;/h2><br />
    &lt;?php }elseif (is_author() ){?>&lt;h2>Author Archive&lt;/h2><br />
    &lt;?php }elseif (is_search()){ ?>&lt;h2>Search Results&lt;/h2><br />
    &lt;?php }elseif (isset($_GET['paged'] )&#038;&#038; !empty($_GET['paged']) ){ ?>&lt;h2>Blog Archives&lt;/h2><br />
    &lt;?php }?><br />
  &lt;/div><br />
  &lt;?php while(have_posts()):the_post();?><br />
  &lt;div class="post"><br />
    &lt;h2 class="post-title"><br />
      &lt;a href="&lt;?php the_permalink()?>" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute()?>"><br />
        &lt;?php the_title()?>&lt;/a>&lt;/h2><br />
    &lt;div class="post-body"><br />
      &lt;div class="date-header"><br />
        &lt;?php the_time('l, m F Y')?><br />
      &lt;/div><br />
      &lt;?php the_content(__('(more...)'))?>&lt;br /><br />
      &lt;span class="byline-author">Posted by<br />
        &lt;?php the_author()?>      &lt;br /><br />
      &lt;/span><br />
    &lt;/div><br />
    &lt;div class="post-footer"><br />
      &lt;?php the_tags(__('Tags:'),', ','&lt;br />')?><br />
      &lt;?php _e('Categories:');the_category(', ');?>&lt;br /><br />
      &lt;?php if('open'==$post->comment_status) {?><br />
      &lt;?php if(get_comments_number()>0){ ?><br />
      &lt;?php comments_popup_link(__(''), __('1 Comment'),__('% Comments')); } ?><br />
      &lt;a href="&lt;?php the_permalink() ?>/#comment" title="&lt;?php _e('Leave a comment')?>"><br />
        &lt;?php _e('Leave a comment');?>&lt;/a><br />
      &lt;?php } edit_post_link('Edit')?><br />
    &lt;/div><br />
  &lt;/div><br />
  &lt;?php endwhile; else:?><br />
  &lt;p><br />
    &lt;?php _e('Sory, no posts matched your criteria.')?><br />
  &lt;/p><br />
  &lt;?php endif?><br />
  &lt;div class="navi"><br />
    &lt;?php posts_nav_link(' | ',__('&laquo; Previous Page'),__('Next Page &raquo;'))?><br />
  &lt;/div><br />
&lt;/div><br />
&lt;?php get_sidebar();get_footer()?><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonnie Peterson</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2020</link>
		<dc:creator>Bonnie Peterson</dc:creator>
		<pubDate>Wed, 14 Apr 2010 03:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2020</guid>
		<description>I just tried to install another theme so that I could reload the new version of C (C.3.2.3) however, the archives still showed the same error message. Since WP won&#039;t let me upgrade to the newest version, can you please send me the code for the complete archives section so that I may be able to make changes through the editor section of the theme? 

Thanks again for your help.</description>
		<content:encoded><![CDATA[<p>I just tried to install another theme so that I could reload the new version of C (C.3.2.3) however, the archives still showed the same error message. Since WP won&#8217;t let me upgrade to the newest version, can you please send me the code for the complete archives section so that I may be able to make changes through the editor section of the theme? </p>
<p>Thanks again for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonnie Peterson</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2019</link>
		<dc:creator>Bonnie Peterson</dc:creator>
		<pubDate>Wed, 14 Apr 2010 01:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2019</guid>
		<description>Sorry, I&#039;m unable to get this to open. Filezilla says:
Response:	553 Can&#039;t open that file: Permission denied
Error:	Critical file transfer error

Is this something I&#039;m doing wrong? I do so appreciate your prompt replies to my problems. Any more suggestions?  Thanks.</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;m unable to get this to open. Filezilla says:<br />
Response:	553 Can&#8217;t open that file: Permission denied<br />
Error:	Critical file transfer error</p>
<p>Is this something I&#8217;m doing wrong? I do so appreciate your prompt replies to my problems. Any more suggestions?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eken</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2018</link>
		<dc:creator>Eken</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2018</guid>
		<description>Actually I think there is no code error but I edited some lines. Can you try download this. &lt;del datetime=&quot;2010-04-14T18:40:36+00:00&quot;&gt;&lt;a href=&quot;http://m-eken.com/wp-content/depo/2010/04/c.3.2.3.zip&quot; rel=&quot;nofollow&quot;&gt;C.3.2.3.zip&lt;/a&gt;&lt;/del&gt;

Live: &lt;a href=&quot;http://wp-themes.com/c/&quot; rel=&quot;nofollow&quot;&gt;http://wp-themes.com/c/&lt;/a&gt;
Download: &lt;a href=&quot;http://wordpress.org/extend/themes/download/c.3.2.3.zip&quot; rel=&quot;nofollow&quot;&gt;C Theme&lt;/a&gt;
&lt;a href=&quot;http://wordpress.org/extend/themes/c&quot; rel=&quot;nofollow&quot;&gt;http://wordpress.org/extend/themes/c&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>Actually I think there is no code error but I edited some lines. Can you try download this. <del datetime="2010-04-14T18:40:36+00:00"><a href="http://m-eken.com/wp-content/depo/2010/04/c.3.2.3.zip" rel="nofollow">C.3.2.3.zip</a></del></p>
<p>Live: <a href="http://wp-themes.com/c/" rel="nofollow">http://wp-themes.com/c/</a><br />
Download: <a href="http://wordpress.org/extend/themes/download/c.3.2.3.zip" rel="nofollow">C Theme</a><br />
<a href="http://wordpress.org/extend/themes/c" rel="nofollow">http://wordpress.org/extend/themes/c</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonnie Peterson</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2017</link>
		<dc:creator>Bonnie Peterson</dc:creator>
		<pubDate>Tue, 13 Apr 2010 15:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2017</guid>
		<description>I tried the fix per your instructions and I got the following message:
Parse error: syntax error, unexpected &#039;:&#039; in /home/awaken21/public_html/wp-content/themes/c/archive.php  on line 8

So now it is line 8.  I also attempted to use the link but it failed. WP says I already have it downloaded.

Thank you very much for your help.</description>
		<content:encoded><![CDATA[<p>I tried the fix per your instructions and I got the following message:<br />
Parse error: syntax error, unexpected &#8216;:&#8217; in /home/awaken21/public_html/wp-content/themes/c/archive.php  on line 8</p>
<p>So now it is line 8.  I also attempted to use the link but it failed. WP says I already have it downloaded.</p>
<p>Thank you very much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eken</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2012</link>
		<dc:creator>Eken</dc:creator>
		<pubDate>Sun, 11 Apr 2010 09:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2012</guid>
		<description>Is this helpfull for you?</description>
		<content:encoded><![CDATA[<p>Is this helpfull for you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eken</title>
		<link>http://m-eken.com/themes/ct/comment-page-1/#comment-2011</link>
		<dc:creator>Eken</dc:creator>
		<pubDate>Sun, 11 Apr 2010 09:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://m-eken.com/?page_id=258#comment-2011</guid>
		<description>I fixed this error. I uploaded fixed version on wordpress.org. Now new version is waiting for moderation. If you couldn&#039;t change which I told you, you can download fixed version from &lt;del datetime=&quot;2010-04-13T19:07:30+00:00&quot;&gt;&lt;a href=&quot;http://m-eken.com/wp-content/depo/2010/04/c.3.2.2.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.&lt;/del&gt;</description>
		<content:encoded><![CDATA[<p>I fixed this error. I uploaded fixed version on wordpress.org. Now new version is waiting for moderation. If you couldn&#8217;t change which I told you, you can download fixed version from <del datetime="2010-04-13T19:07:30+00:00"><a href="http://m-eken.com/wp-content/depo/2010/04/c.3.2.2.zip" rel="nofollow">here</a>.</del></p>
]]></content:encoded>
	</item>
</channel>
</rss>
