<?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: Post Thumbnails and Arthemia</title> <atom:link href="http://protomondo.com/2010/01/19/post-thumbnails-arthemia/feed/" rel="self" type="application/rss+xml" /><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/</link> <description></description> <lastBuildDate>Wed, 05 Oct 2011 21:53:38 -0500</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: IL CANTANTE CHOIR</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-359</link> <dc:creator>IL CANTANTE CHOIR</dc:creator> <pubDate>Fri, 22 Apr 2011 17:31:49 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-359</guid> <description>Hello Guys, I just finally found the reason why timthumb doesn&#039;t running.
1. Delete the script --&gt; &lt;b&gt;  &lt;/b&gt;in every file in arthemia premium folder (index.php,function.php,sidebar.php,footer.php)&lt;b&gt;Before:&lt;/b&gt;
&lt;code&gt;
&lt;img src=&quot;/scripts/timthumb.php?src=/&lt;?php $values = get_post_custom_values(&quot;Image&quot;); (bla...blaa)
&lt;/code&gt;&lt;b&gt;After:&lt;/b&gt;
&lt;code&gt;
&lt;img src=&quot;/scripts/timthumb.php?src=/&lt;?php $values = get_post_custom_values(&quot;Image&quot;); (bla...blaa)
&lt;/code&gt;2. Using custom field, fills the Field name &quot;Image&quot; and value ex: &quot;wp-content/uploads/2011/04/img.jpg&quot;3. Finish.</description> <content:encoded><![CDATA[<p>Hello Guys, I just finally found the reason why timthumb doesn&#8217;t running.<br
/> 1. Delete the script &#8211;&gt; <b> </b>in every file in arthemia premium folder (index.php,function.php,sidebar.php,footer.php)</p><p><b>Before:</b><br
/> <code><br
/> &lt;img src=&quot;/scripts/timthumb.php?src=/&lt;?php $values = get_post_custom_values(&quot;Image&quot;); (bla...blaa)<br
/> </code></p><p><b>After:</b><br
/> <code><br
/> &lt;img src=&quot;/scripts/timthumb.php?src=/&lt;?php $values = get_post_custom_values(&quot;Image&quot;); (bla...blaa)<br
/> </code></p><p>2. Using custom field, fills the Field name &#8220;Image&#8221; and value ex: &#8220;wp-content/uploads/2011/04/img.jpg&#8221;</p><p>3. Finish.</p> ]]></content:encoded> </item> <item><title>By: Rusty Smith</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-358</link> <dc:creator>Rusty Smith</dc:creator> <pubDate>Mon, 18 Apr 2011 19:33:06 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-358</guid> <description>Hi Silvia - I use the &lt;a href=&quot;http://sparepencil.com/portfolio/advanced-excerpt/&quot; rel=&quot;nofollow&quot;&gt;Advanced Excerpt&lt;/a&gt; plugin to style all of my plugins, but I think you could just replace &quot;the_excerpt&quot; with &quot;the_content&quot; php code in your templates. check the WordPress codex for more info: &lt;a href=&quot;http://codex.wordpress.org/Function_Reference/the_excerpt&quot; rel=&quot;nofollow&quot;&gt;http://codex.wordpress.org/Function_Reference/the_excerpt&lt;/a&gt;Let me know how you get along.</description> <content:encoded><![CDATA[<p>Hi Silvia &#8211; I use the <a
href="http://sparepencil.com/portfolio/advanced-excerpt/" rel="nofollow">Advanced Excerpt</a> plugin to style all of my plugins, but I think you could just replace &#8220;the_excerpt&#8221; with &#8220;the_content&#8221; php code in your templates. check the WordPress codex for more info: <a
href="http://codex.wordpress.org/Function_Reference/the_excerpt" rel="nofollow">http://codex.wordpress.org/Function_Reference/the_excerpt</a></p><p>Let me know how you get along.</p> ]]></content:encoded> </item> <item><title>By: silvia</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-357</link> <dc:creator>silvia</dc:creator> <pubDate>Mon, 11 Apr 2011 22:14:35 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-357</guid> <description>thanks for this tutorial works great. does anybody know how I can set the frontpage to show full posts? with links and pics e.g not only the short version thanks like on this page: http://www.benm.at/</description> <content:encoded><![CDATA[<p>thanks for this tutorial works great. does anybody know how I can set the frontpage to show full posts? with links and pics e.g not only the short version thanks like on this page: <a
href="http://www.benm.at/" rel="nofollow">http://www.benm.at/</a></p> ]]></content:encoded> </item> <item><title>By: Nic</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-353</link> <dc:creator>Nic</dc:creator> <pubDate>Fri, 04 Feb 2011 04:45:26 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-353</guid> <description>OK..new to all this so bear with me...1st of all...Your instructions worked perfectly..thank you for your help..I don&#039;t understand code and was able to follow along..Yay You! and Yay Me!Have (1) issue though:
I am now getting an extra image of the headline article pic..floating above the featured articles...What in the world is this and how do I make it go away???Thanks for input...</description> <content:encoded><![CDATA[<p>OK..new to all this so bear with me&#8230;1st of all&#8230;Your instructions worked perfectly..thank you for your help..I don&#8217;t understand code and was able to follow along..Yay You! and Yay Me!</p><p>Have (1) issue though:<br
/> I am now getting an extra image of the headline article pic..floating above the featured articles&#8230;What in the world is this and how do I make it go away???</p><p>Thanks for input&#8230;</p> ]]></content:encoded> </item> <item><title>By: Shai</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-224</link> <dc:creator>Shai</dc:creator> <pubDate>Fri, 01 Oct 2010 10:31:56 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-224</guid> <description>Hi Rusty, just saw your reply regarding the footer.php. Thank a lot!! it was still relevant :)(how come i wasn&#039;t getting any mail about your reply?)</description> <content:encoded><![CDATA[<p>Hi Rusty, just saw your reply regarding the footer.php. Thank a lot!! it was still relevant :)</p><p>(how come i wasn&#8217;t getting any mail about your reply?)</p> ]]></content:encoded> </item> <item><title>By: Alter Free Branford Magazine theme to use Wordpress Thumbnail instead of timthumbs &#124; Dx3webs &#124; UK Magento e-commerce hosting</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-222</link> <dc:creator>Alter Free Branford Magazine theme to use Wordpress Thumbnail instead of timthumbs &#124; Dx3webs &#124; UK Magento e-commerce hosting</dc:creator> <pubDate>Wed, 22 Sep 2010 12:48:45 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-222</guid> <description>[...] Regenerate Thumbnail plugin details Post thumbnails and Arthemia by proto&#124;mondo Branford magazine origianlly by Michael Oeser For the record our client is using the Free version [...]</description> <content:encoded><![CDATA[<p>[...] Regenerate Thumbnail plugin details Post thumbnails and Arthemia by proto|mondo Branford magazine origianlly by Michael Oeser For the record our client is using the Free version [...]</p> ]]></content:encoded> </item> <item><title>By: Cristobal</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-216</link> <dc:creator>Cristobal</dc:creator> <pubDate>Fri, 20 Aug 2010 01:53:41 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-216</guid> <description>hi, i follow the instructions, but just works the headline thumnbail :(
i dont know what to do :(</description> <content:encoded><![CDATA[<p>hi, i follow the instructions, but just works the headline thumnbail :(<br
/> i dont know what to do :(</p> ]]></content:encoded> </item> <item><title>By: Rusty Smith</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-215</link> <dc:creator>Rusty Smith</dc:creator> <pubDate>Wed, 11 Aug 2010 21:02:33 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-215</guid> <description>Hi Michael - I am not familiar with the custom coding in Arthemia Premium, but usually you can paste functions anywhere you like in functions.php (so long as it is not in the middle of another function!) I usually simply put them in at the bottom, just before the last the php function is closed with a ?&gt; That is where it is in Arthemia Free. Let me know if that works for you?</description> <content:encoded><![CDATA[<p>Hi Michael &#8211; I am not familiar with the custom coding in Arthemia Premium, but usually you can paste functions anywhere you like in functions.php (so long as it is not in the middle of another function!) I usually simply put them in at the bottom, just before the last the php function is closed with a ?> That is where it is in Arthemia Free. Let me know if that works for you?</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-214</link> <dc:creator>Michael</dc:creator> <pubDate>Wed, 11 Aug 2010 20:33:18 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-214</guid> <description>Hey Rusty, I am using Arthemia Premium. I was wondering if there were any differences between the two. I want to attempt to try this fix but I am unsure of exactly what to do. I looked at the functions.php page and was unable to identify exactly where i was supposed to insert the codes. Any help would be appreciated. Thanks in advance</description> <content:encoded><![CDATA[<p>Hey Rusty, I am using Arthemia Premium. I was wondering if there were any differences between the two. I want to attempt to try this fix but I am unsure of exactly what to do. I looked at the functions.php page and was unable to identify exactly where i was supposed to insert the codes. Any help would be appreciated. Thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Rusty Smith</title><link>http://protomondo.com/2010/01/19/post-thumbnails-arthemia/comment-page-1/#comment-213</link> <dc:creator>Rusty Smith</dc:creator> <pubDate>Tue, 10 Aug 2010 16:25:58 +0000</pubDate> <guid
isPermaLink="false">http://protomondo.com/?p=791#comment-213</guid> <description>Lucy and Jeff:
For the featured posts on the front page, I actually just manually enter my custom excerpts on the edit/create post page. I have found that an excerpt that is about one line long in the field (on my browser at least) is about the right length. That way I can have the excerpt for these posts to not get truncated. I have added fall back code to my template however utilizing the advanced excerpt plugin to add a 90 character excerpt if I have forgotten to add a custom one myself... This is one of the really nice things about the plugin - you can really customize it to your liking on a instance-by-instance basis. For the featured posts I use this as my arguments:&#039;length=90&amp;use_words=0&amp;no_custom=0&amp;ellipsis=%26hellip;&#039;You can see all the arguments that are available in the &lt;a href=&quot;http://wordpress.org/extend/plugins/advanced-excerpt/faq/&quot; rel=&quot;nofollow&quot;&gt;advanced excerpt faq&lt;/a&gt; - just scroll to the bottom of the page.</description> <content:encoded><![CDATA[<p>Lucy and Jeff:<br
/> For the featured posts on the front page, I actually just manually enter my custom excerpts on the edit/create post page. I have found that an excerpt that is about one line long in the field (on my browser at least) is about the right length. That way I can have the excerpt for these posts to not get truncated. I have added fall back code to my template however utilizing the advanced excerpt plugin to add a 90 character excerpt if I have forgotten to add a custom one myself&#8230; This is one of the really nice things about the plugin &#8211; you can really customize it to your liking on a instance-by-instance basis. For the featured posts I use this as my arguments:</p><p>&#8216;length=90&#038;use_words=0&#038;no_custom=0&#038;ellipsis=%26hellip;&#8217;</p><p>You can see all the arguments that are available in the <a
href="http://wordpress.org/extend/plugins/advanced-excerpt/faq/" rel="nofollow">advanced excerpt faq</a> &#8211; just scroll to the bottom of the page.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 13/25 queries in 0.015 seconds using disk: basic

Served from: protomondo.com @ 2012-02-09 17:57:47 -->
