<?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: Linoluna: Magazine-style Theme for Wordpress</title>
	<atom:link href="http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/</link>
	<description>Web Design, Wordpress Theme Design, Bandung, Indonesia</description>
	<lastBuildDate>Mon, 01 Feb 2010 03:13:16 +0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Désiré Dupas</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-426849</link>
		<dc:creator>Désiré Dupas</dc:creator>
		<pubDate>Fri, 18 Dec 2009 17:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-426849</guid>
		<description>Hi Folks ;-)

Fisrt of all, thanks you for this great theme ! 

I had some issues with the Image field and crop the images...

Also, I didn&#039;t want to upload various size of images in different folders such as in the folders &quot;asides &quot; (200 x 130 px), &quot;banner&quot; (616 x 200 px), &quot;slideshows&quot; ( 400 x 300px) and &quot;thumbnails&quot; (75 x 75 px).

But, I&#039;ve realised that the Arthemia theme used a single script to do this for you ;-)

To fix this, It is quite very simple !

All you have to dos is : 

1 - copy the Folder Script (including timthumb.php script)  from the arthemia theme (in the folder themes &gt; arthemia &gt; scripts)

2 - Paste this folder to the Linoluna theme ( theme &gt; Linolula &gt; Paste the folder Script here)

3 - Modify the index.php file in the Linoluna theme folder

4 - Replace the lines 33 &amp; 34 &lt;code&gt;&lt;img src=&quot;/wp-content/themes/linoluna/images/slideshows/&quot; /&gt;&lt;/code&gt;  by 
the following code &lt;code&gt;&lt;img src=&quot;/scripts/timthumb.php?src=/&amp;w=300&amp;h=275&amp;zc=1&amp;q=100&quot;

alt=&quot;&quot; class=&quot;left&quot; width=&quot;300px&quot; height=&quot;275px&quot;  /&gt;&lt;/code&gt;

Enter the sizes you want in pixels in these fragment of code

5 - Repeat the operations above  with the lines 60 &lt;code&gt;&lt;img src=&quot;/wp-content/themes/linoluna/images/asides/&quot; alt=&quot;&quot; /&gt;&lt;/code&gt; and enter the size you want in pixels for the a-sides

6- Repeat the operations for the lines 89, 109 &amp; 131 &lt;code&gt;&lt;img src=&quot;/wp-content/themes/linoluna/images/thumbnails/&quot; alt=&quot;&quot; /&gt;&lt;/code&gt;

7- Go back to your WP-Admin, upload an image, and in the Custom Field, enter Image (capitalized &quot;I&quot; and not &quot;i&quot;), and enter the url of your image such as wp-content/uploads/2009/06/yourimage.jpg

8 - Enjoy ;-)</description>
		<content:encoded><![CDATA[<p>Hi Folks <img src='http://michaelhutagalung.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Fisrt of all, thanks you for this great theme ! </p>
<p>I had some issues with the Image field and crop the images&#8230;</p>
<p>Also, I didn&#8217;t want to upload various size of images in different folders such as in the folders &#8220;asides &#8221; (200 x 130 px), &#8220;banner&#8221; (616 x 200 px), &#8220;slideshows&#8221; ( 400 x 300px) and &#8220;thumbnails&#8221; (75 x 75 px).</p>
<p>But, I&#8217;ve realised that the Arthemia theme used a single script to do this for you <img src='http://michaelhutagalung.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>To fix this, It is quite very simple !</p>
<p>All you have to dos is : </p>
<p>1 &#8211; copy the Folder Script (including timthumb.php script)  from the arthemia theme (in the folder themes &gt; arthemia &gt; scripts)</p>
<p>2 &#8211; Paste this folder to the Linoluna theme ( theme &gt; Linolula &gt; Paste the folder Script here)</p>
<p>3 &#8211; Modify the index.php file in the Linoluna theme folder</p>
<p>4 &#8211; Replace the lines 33 &amp; 34 <code>&lt;img src=&quot;/wp-content/themes/linoluna/images/slideshows/" /&gt;</code>  by<br />
the following code <code>&lt;img src=&quot;/scripts/timthumb.php?src=/&amp;w=300&amp;h=275&amp;zc=1&amp;q=100"</p>
<p>alt="" class="left" width="300px" height="275px"  /&gt;</code></p>
<p>Enter the sizes you want in pixels in these fragment of code</p>
<p>5 &#8211; Repeat the operations above  with the lines 60 <code>&lt;img src=&quot;/wp-content/themes/linoluna/images/asides/" alt="" /&gt;</code> and enter the size you want in pixels for the a-sides</p>
<p>6- Repeat the operations for the lines 89, 109 &amp; 131 <code>&lt;img src=&quot;/wp-content/themes/linoluna/images/thumbnails/" alt="" /&gt;</code></p>
<p>7- Go back to your WP-Admin, upload an image, and in the Custom Field, enter Image (capitalized &#8220;I&#8221; and not &#8220;i&#8221;), and enter the url of your image such as wp-content/uploads/2009/06/yourimage.jpg</p>
<p>8 &#8211; Enjoy <img src='http://michaelhutagalung.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechThem</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-190345</link>
		<dc:creator>TechThem</dc:creator>
		<pubDate>Mon, 21 Sep 2009 17:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-190345</guid>
		<description>Hey! 
Great theme for some food or lifestyle site.
LinoLuna is now listed on TechThem,com
here at http://www.techthem.com/linoluna-free-magazine-wordpress-theme-by-michaelhutagalung-com/</description>
		<content:encoded><![CDATA[<p>Hey!<br />
Great theme for some food or lifestyle site.<br />
LinoLuna is now listed on TechThem,com<br />
here at <a href="http://www.techthem.com/linoluna-free-magazine-wordpress-theme-by-michaelhutagalung-com/" rel="nofollow">http://www.techthem.com/linoluna-free-magazine-wordpress-theme-by-michaelhutagalung-com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: danny</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-139958</link>
		<dc:creator>danny</dc:creator>
		<pubDate>Thu, 03 Sep 2009 17:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-139958</guid>
		<description>the javascript news header seems to not work in IE... is this only happening to me? check out my page in IE: http://www.freshbasilcrew.com

the JavaScript appears over the header</description>
		<content:encoded><![CDATA[<p>the javascript news header seems to not work in IE&#8230; is this only happening to me? check out my page in IE: <a href="http://www.freshbasilcrew.com" rel="nofollow">http://www.freshbasilcrew.com</a></p>
<p>the JavaScript appears over the header</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 60 Templates Wordpress Premium Gratuitos estilo Magazine &#124; Webgrafismo</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-128738</link>
		<dc:creator>60 Templates Wordpress Premium Gratuitos estilo Magazine &#124; Webgrafismo</dc:creator>
		<pubDate>Sun, 30 Aug 2009 17:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-128738</guid>
		<description>[...] 59.Linoluna &#8211; Template Wordpress Premium Gratuito estilo Magazine [...]</description>
		<content:encoded><![CDATA[<p>[...] 59.Linoluna &#8211; Template Wordpress Premium Gratuito estilo Magazine [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mode konsulent</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-121659</link>
		<dc:creator>Mode konsulent</dc:creator>
		<pubDate>Fri, 28 Aug 2009 07:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-121659</guid>
		<description>that is so nice, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>that is so nice, thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 10 Best Free WordPress Themes You Haven’t Seen &#171; Why Limit Media</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-121136</link>
		<dc:creator>10 Best Free WordPress Themes You Haven’t Seen &#171; Why Limit Media</dc:creator>
		<pubDate>Fri, 28 Aug 2009 03:21:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-121136</guid>
		<description>[...] Linol­una Theme [...]</description>
		<content:encoded><![CDATA[<p>[...] Linol­una Theme [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 100 FREE wordpress ???? &#124; LenycoM</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-85213</link>
		<dc:creator>100 FREE wordpress ???? &#124; LenycoM</dc:creator>
		<pubDate>Sat, 15 Aug 2009 12:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-85213</guid>
		<description>[...] Linoluna [Demo] [...]</description>
		<content:encoded><![CDATA[<p>[...] Linoluna [Demo] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 80+ free wordpress theme&#160;-&#160;web design magazine</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-74763</link>
		<dc:creator>80+ free wordpress theme&#160;-&#160;web design magazine</dc:creator>
		<pubDate>Wed, 12 Aug 2009 05:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-74763</guid>
		<description>[...]  linoluna      Download [...]</description>
		<content:encoded><![CDATA[<p>[...]  linoluna      Download [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin gover - ecom131</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-64863</link>
		<dc:creator>martin gover - ecom131</dc:creator>
		<pubDate>Sun, 09 Aug 2009 02:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-64863</guid>
		<description>sorry to be dense - but how do you make the &#039;iamges&#039; work - I have created custom field &#039;image&#039; with the image name as the key - but then...what?

thx</description>
		<content:encoded><![CDATA[<p>sorry to be dense &#8211; but how do you make the &#8216;iamges&#8217; work &#8211; I have created custom field &#8216;image&#8217; with the image name as the key &#8211; but then&#8230;what?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike enlemski</title>
		<link>http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/comment-page-12/#comment-41603</link>
		<dc:creator>Mike enlemski</dc:creator>
		<pubDate>Sat, 01 Aug 2009 14:30:39 +0000</pubDate>
		<guid isPermaLink="false">http://michaelhutagalung.com/2007/12/linoluna-magazine-style-theme-for-wordpress/#comment-41603</guid>
		<description>Thanks for this wonderful theme . Great job .
Is there a way for m to place ads in the header section of this theme next to the website name ? 
Thanks 

Mke E</description>
		<content:encoded><![CDATA[<p>Thanks for this wonderful theme . Great job .<br />
Is there a way for m to place ads in the header section of this theme next to the website name ?<br />
Thanks </p>
<p>Mke E</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.509 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-16 04:11:12 -->
