<?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: WordPress Theme: ThemeMeme Eos Updated to 0.5</title>
	<atom:link href="http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05/feed" rel="self" type="application/rss+xml" />
	<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05</link>
	<description>For Web Jockeys and WordPress Wonks</description>
	<lastBuildDate>Tue, 07 Sep 2010 05:52:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eduardo Palacios</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-647</link>
		<dc:creator>Eduardo Palacios</dc:creator>
		<pubDate>Sat, 03 May 2008 16:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-647</guid>
		<description>@Robert: Sorry, the site is up now. Please try again.</description>
		<content:encoded><![CDATA[<p>@Robert: Sorry, the site is up now. Please try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-646</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Fri, 02 May 2008 23:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-646</guid>
		<description>Eduardo, I tried your site, but I get a blank page.</description>
		<content:encoded><![CDATA[<p>Eduardo, I tried your site, but I get a blank page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo Palacios</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-641</link>
		<dc:creator>Eduardo Palacios</dc:creator>
		<pubDate>Fri, 02 May 2008 03:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-641</guid>
		<description>Hi Robert, ThemeMeme Eos is great theme. Thanks for release it.

I was looking to do something what Imokon wants. I solved by using Asides and Customs Fields. You can see it in my blog.

Now it looks pretty like a magazine. Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Robert, ThemeMeme Eos is great theme. Thanks for release it.</p>
<p>I was looking to do something what Imokon wants. I solved by using Asides and Customs Fields. You can see it in my blog.</p>
<p>Now it looks pretty like a magazine. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-644</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Wed, 30 Apr 2008 17:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-644</guid>
		<description>You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imokon</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-645</link>
		<dc:creator>Imokon</dc:creator>
		<pubDate>Wed, 30 Apr 2008 17:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-645</guid>
		<description>Thank you so much for taking the time to extract that for me. Much appreciated! I&#039;ll definately work with it sometime this weekend.</description>
		<content:encoded><![CDATA[<p>Thank you so much for taking the time to extract that for me. Much appreciated! I&#8217;ll definately work with it sometime this weekend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-643</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Tue, 29 Apr 2008 20:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-643</guid>
		<description>Imokon, Eos is designed so the most recent post is always featured, but you don&#039;t have to have an image attached to the post.

If you want to have a featured post that doesn&#039;t change with each new post, you&#039;d have to have something like the featured post in &lt;a href=&quot;http://www.futurosity.com/wordpress-theme-futurosity-vero&quot; title=&quot;WordPress Theme: ThemeMeme Vero&quot; rel=&quot;nofollow&quot;&gt;ThemeMeme Vero&lt;/a&gt;, which displays the last post in the Featured category.

I don&#039;t have time to do it for you, but you can grab this code from the Vero &lt;strong&gt;home.php&lt;/strong&gt; file and edit it for use in Eos:

&lt;code&gt;
&lt;?php $feature_post = get_posts( &#039;category=23&amp;numberposts=1&#039; ); ?&gt;
&lt;?php if( $feature_post ) : ?&gt;
		&lt;h2&gt;Featured&lt;/h2&gt;
&lt;?php foreach( $feature_post as $post ) : setup_postdata( $post ); ?&gt;
&lt;?php $feature_post_id = $post-&gt;ID; ?&gt;
&lt;?php if (function_exists(&#039;c2c_get_custom&#039;)) : ?&gt;
		&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; title=&quot;&lt;?php the_title(); ?&gt;&quot;&gt;
		&lt;?php echo c2c_get_custom(&#039;post-image&#039;,&#039;&lt;img src=&quot;&#039;,&#039;&quot; alt=&quot;&lt;?php the_title(); ?&gt;&quot; class=&quot;post-image&quot; /&gt;&#039;,&#039;&#039;); ?&gt;
		&lt;/a&gt;
	&lt;?php endif; ?&gt;
		&lt;div id=&quot;post-&lt;?php the_ID() ?&gt;&quot; class=&quot;&lt;?php sandbox_post_class() ?&gt;&quot;&gt;
			&lt;span class=&quot;cat-links&quot;&gt;&lt;?php printf(__(&#039;%s&#039;, &#039;sandbox&#039;), get_the_category_list(&#039;: &#039;)) ?&gt;&lt;/span&gt;
			&lt;h2 class=&quot;entry-title&quot;&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot; title=&quot;&lt;?php printf(__(&#039;Permalink to %s&#039;, &#039;sandbox&#039;), wp_specialchars(get_the_title(), 1)) ?&gt;&quot; rel=&quot;bookmark&quot;&gt;&lt;?php the_title() ?&gt;&lt;/a&gt;
			&lt;/h2&gt;
				&lt;?php the_excerpt(); ?&gt; &lt;span class=&quot;published&quot; title=&quot;&lt;?php the_time(&#039;Y-m-d\TH:i:sO&#039;); ?&gt;&quot;&gt;&lt;?php unset($previousday); printf(__(&#039;%1$s&#039;, &#039;sandbox&#039;), the_date(&#039;&#039;, &#039;&#039;, &#039;&#039;, false), get_the_time()) ?&gt;
			&lt;/span&gt; &#9830; &lt;span class=&quot;comments-link&quot;&gt;&lt;?php comments_popup_link(__(&#039;Comment?&#039;, &#039;sandbox&#039;), __(&#039;1 Comment&#039;, &#039;sandbox&#039;), __(&#039;% Comments&#039;, &#039;sandbox&#039;)) ?&gt;
			&lt;/span&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Imokon, Eos is designed so the most recent post is always featured, but you don&#8217;t have to have an image attached to the post.</p>
<p>If you want to have a featured post that doesn&#8217;t change with each new post, you&#8217;d have to have something like the featured post in <a href="http://www.futurosity.com/wordpress-theme-futurosity-vero" title="WordPress Theme: ThemeMeme Vero" rel="nofollow">ThemeMeme Vero</a>, which displays the last post in the Featured category.</p>
<p>I don&#8217;t have time to do it for you, but you can grab this code from the Vero <strong>home.php</strong> file and edit it for use in Eos:</p>
<p><code><br />
< ?php $feature_post = get_posts( 'category=23&#038;numberposts=1' ); ?><br />
< ?php if( $feature_post ) : ?></p>
<h2>Featured</h2>
<p>< ?php foreach( $feature_post as $post ) : setup_postdata( $post ); ?><br />
< ?php $feature_post_id = $post->ID; ?><br />
< ?php if (function_exists('c2c_get_custom')) : ?><br />
		<a href="<?php the_permalink(); ?>" title="< ?php the_title(); ?>"><br />
		< ?php echo c2c_get_custom('post-image','<img src="','" alt="<?php the_title(); ?>" class="post-image" />',''); ?><br />
		</a><br />
	< ?php endif; ?></p>
<div id="post-<?php the_ID() ?>" class="< ?php sandbox_post_class() ?>"><br />
			<span class="cat-links">< ?php printf(__('%s', 'sandbox'), get_the_category_list(': ')) ?></span></p>
<h2 class="entry-title"><a href="<?php the_permalink() ?>" title="< ?php printf(__('Permalink to %s', 'sandbox'), wp_specialchars(get_the_title(), 1)) ?>" rel="bookmark">< ?php the_title() ?></a><br />
			</h2>
<p>				< ?php the_excerpt(); ?> <span class="published" title="<?php the_time('Y-m-d\TH:i:sO'); ?>">< ?php unset($previousday); printf(__('%1$s', 'sandbox'), the_date('', '', '', false), get_the_time()) ?><br />
			</span> &diams; <span class="comments-link">< ?php comments_popup_link(__('Comment?', 'sandbox'), __('1 Comment', 'sandbox'), __('% Comments', 'sandbox')) ?><br />
			</span>
</div>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Imokon</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-642</link>
		<dc:creator>Imokon</dc:creator>
		<pubDate>Tue, 29 Apr 2008 09:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-642</guid>
		<description>Eos is very classy. Simple to customize and everything I&#039;ve needed so far. Thank you so very much for your efforts.

I hope to go a step further later when I have the time to figure out why my featured post is always my freshest post. I thought it would stay the same until I decided to add another post to my featured category? I don&#039;t really have time or need to make images for every single random post I do right before I go crash :/ Any ideas?</description>
		<content:encoded><![CDATA[<p>Eos is very classy. Simple to customize and everything I&#8217;ve needed so far. Thank you so very much for your efforts.</p>
<p>I hope to go a step further later when I have the time to figure out why my featured post is always my freshest post. I thought it would stay the same until I decided to add another post to my featured category? I don&#8217;t really have time or need to make images for every single random post I do right before I go crash :/ Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-640</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Thu, 06 Mar 2008 00:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-640</guid>
		<description>Thanks, orangina. I haven&#039;t read &lt;i&gt;Difference Engine&lt;/i&gt;. Do you recommend it?</description>
		<content:encoded><![CDATA[<p>Thanks, orangina. I haven&#8217;t read <i>Difference Engine</i>. Do you recommend it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orangina</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-639</link>
		<dc:creator>orangina</dc:creator>
		<pubDate>Wed, 05 Mar 2008 23:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-639</guid>
		<description>Great naming coup, Robert.
Rereading Gibson&#039;s DIFFERENCE ENGINE, decided to grab
FUTUROSITY...but you were there first.
Congrats.
Not to mention hot template aesthetics!</description>
		<content:encoded><![CDATA[<p>Great naming coup, Robert.<br />
Rereading Gibson&#8217;s DIFFERENCE ENGINE, decided to grab<br />
FUTUROSITY&#8230;but you were there first.<br />
Congrats.<br />
Not to mention hot template aesthetics!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Ellis</title>
		<link>http://www.themememe.com/wordpress-theme-themememe-eos-updated-to-05#comment-638</link>
		<dc:creator>Robert Ellis</dc:creator>
		<pubDate>Sun, 17 Feb 2008 03:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.futurosity.com/wordpress-theme-futurosity-eos-updated-to-05#comment-638</guid>
		<description>No problem! Thanks to Mike Irene for bringing this to my attention.</description>
		<content:encoded><![CDATA[<p>No problem! Thanks to Mike Irene for bringing this to my attention.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
