<?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: Creating a multilingual product catalog</title>
	<atom:link href="http://wpml.org/2009/09/creating-a-multilingual-product-catalog/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/</link>
	<description>The Plugin for Building Multilingual WordPress Sites</description>
	<lastBuildDate>Tue, 22 May 2012 09:34:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Pedro</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-114561</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Mon, 21 Nov 2011 19:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-114561</guid>
		<description>Hi!

I&#039;m trying to solve the same problem, but &quot;...usually the archive.php file of your WP theme)....&quot; is not on this archive.... where can I found?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I&#8217;m trying to solve the same problem, but &#8220;&#8230;usually the archive.php file of your WP theme)&#8230;.&#8221; is not on this archive&#8230;. where can I found?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Wallink</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-58534</link>
		<dc:creator>Martin Wallink</dc:creator>
		<pubDate>Mon, 18 Apr 2011 21:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-58534</guid>
		<description>This helped me a lot! I&#039;m building a real estate website in Dutch, English and German languages and with posts as living spaces, this comes very handy. Especially for the images!</description>
		<content:encoded><![CDATA[<p>This helped me a lot! I&#8217;m building a real estate website in Dutch, English and German languages and with posts as living spaces, this comes very handy. Especially for the images!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gestator</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-17449</link>
		<dc:creator>Gestator</dc:creator>
		<pubDate>Wed, 06 Oct 2010 19:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-17449</guid>
		<description>Nice post!

I would like to list all my products on one page only, with a custom page template.

I&#039;m trying to modify the thumbnail section a little bit to save some space in the design. 
I only want to show the first attached image of the 3 as a link. The link then opens up a modal box with all the images in a bigger format. With Next and Prev navigation of course.

I&#039;m using the Lightbox Plus plugin and it works, but it shows all the 3 thumbnails on the product page of course.

Any way to get it to only show the first attached image from the array?</description>
		<content:encoded><![CDATA[<p>Nice post!</p>
<p>I would like to list all my products on one page only, with a custom page template.</p>
<p>I&#8217;m trying to modify the thumbnail section a little bit to save some space in the design.<br />
I only want to show the first attached image of the 3 as a link. The link then opens up a modal box with all the images in a bigger format. With Next and Prev navigation of course.</p>
<p>I&#8217;m using the Lightbox Plus plugin and it works, but it shows all the 3 thumbnails on the product page of course.</p>
<p>Any way to get it to only show the first attached image from the array?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piet</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-15468</link>
		<dc:creator>Piet</dc:creator>
		<pubDate>Thu, 30 Sep 2010 17:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-15468</guid>
		<description>Great writeup, but I am still struggling with this.

I like to include the WP gallery into my page, so I think I should be able to use this too.

In my page template I call the gallery shortcode (which needs the post ID), but it doesn&#039;t work if I do:
&lt;code&gt;
// Get the post ID (http://wpml.org/2009/09/creating-a-multilingual-product-catalog/)
$o_ID = icl_object_id($post-&gt;ID, &#039;page&#039;, false, &#039;en&#039;); 
&lt;!-- Add the image gallery http://codex.wordpress.org/Gallery_Shortcode --&gt;
echo do_shortcode(&#039;[gallery id=&quot;&#039; . intval( $o_ID-&gt;post_parent ) . &#039;&quot;, columns=&quot;3&quot;, size=&quot;thumbnail&quot;, orderby=&quot;menu_order ASC&quot;, link=&quot;file&quot;]&#039;); &lt;/code&gt;

Anyone knows how to accomplish this correctly?</description>
		<content:encoded><![CDATA[<p>Great writeup, but I am still struggling with this.</p>
<p>I like to include the WP gallery into my page, so I think I should be able to use this too.</p>
<p>In my page template I call the gallery shortcode (which needs the post ID), but it doesn&#8217;t work if I do:<br />
<code><br />
// Get the post ID (<a href="http://wpml.org/2009/09/creating-a-multilingual-product-catalog/" rel="nofollow">http://wpml.org/2009/09/creating-a-multilingual-product-catalog/</a>)<br />
$o_ID = icl_object_id($post-&gt;ID, 'page', false, 'en');<br />
<!-- Add the image gallery http://codex.wordpress.org/Gallery_Shortcode --><br />
echo do_shortcode('[gallery id="' . intval( $o_ID-&gt;post_parent ) . '", columns="3", size="thumbnail", orderby="menu_order ASC", link="file"]'); </code></p>
<p>Anyone knows how to accomplish this correctly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-11853</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Tue, 17 Aug 2010 18:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-11853</guid>
		<description>The ability to copy contents from other languages is coming in WPML 2.0.</description>
		<content:encoded><![CDATA[<p>The ability to copy contents from other languages is coming in WPML 2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coklet</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-11852</link>
		<dc:creator>coklet</dc:creator>
		<pubDate>Tue, 17 Aug 2010 18:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-11852</guid>
		<description>Moïse: you saved my day!! awesome man!

even if a think wpml is a great plugin, it lacks of a few features like an ability to copy content from other languages by default.</description>
		<content:encoded><![CDATA[<p>Moïse: you saved my day!! awesome man!</p>
<p>even if a think wpml is a great plugin, it lacks of a few features like an ability to copy content from other languages by default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erwan</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-7709</link>
		<dc:creator>erwan</dc:creator>
		<pubDate>Wed, 26 May 2010 10:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-7709</guid>
		<description>Hi, I&#039;m using worpdress 3 b2 with wpml dev

I have tried the technique to display french (default language) from a specific french category but the wp_query returns nothing in other languages

&lt;code&gt;$daily = new WP_Query();
$daily-&gt;query(&#039;cat=&#039; . icl_object_id(array(3),&#039;category&#039;,true, &#039;fr&#039;) . &quot;&amp;suppress_filters=1&quot; );&lt;/code&gt;

the following works in the default language but not in aother languages

&lt;code&gt;
$daily-&gt;have_posts()) 
&lt;/code&gt;

is there anything I miss ?


thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m using worpdress 3 b2 with wpml dev</p>
<p>I have tried the technique to display french (default language) from a specific french category but the wp_query returns nothing in other languages</p>
<p><code>$daily = new WP_Query();<br />
$daily-&gt;query('cat=' . icl_object_id(array(3),'category',true, 'fr') . "&amp;suppress_filters=1" );</code></p>
<p>the following works in the default language but not in aother languages</p>
<p><code><br />
$daily-&gt;have_posts())<br />
</code></p>
<p>is there anything I miss ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moïse</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-7103</link>
		<dc:creator>Moïse</dc:creator>
		<pubDate>Thu, 06 May 2010 23:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-7103</guid>
		<description>CODE CORRECTION FROM PREVIOUS COMMENT

I was looking for a way to use the same “Featured image” from Wordpress 3.0 across all translations of a page or posts. This seems to work. All I have to do is select a featured image in my original post (English).

In case anyone else is trying to achieve the same result, here is the code I used to display the featured image in the header:

&lt;code&gt;
$o_ID = icl_object_id($post-&gt;ID, &#039;post&#039;, false, &#039;en&#039;);
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $o_ID ), &#039;post-thumbnail&#039;);
list($src, $width, $height) = $image;
if ( is_singular() &amp;&amp; has_post_thumbnail( $o_ID ) &amp;&amp; $width &gt;= HEADER_IMAGE_WIDTH ) :
echo get_the_post_thumbnail( $o_ID, &#039;post-thumbnail&#039; );
else : ?&gt;

&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>CODE CORRECTION FROM PREVIOUS COMMENT</p>
<p>I was looking for a way to use the same “Featured image” from WordPress 3.0 across all translations of a page or posts. This seems to work. All I have to do is select a featured image in my original post (English).</p>
<p>In case anyone else is trying to achieve the same result, here is the code I used to display the featured image in the header:</p>
<p><code><br />
$o_ID = icl_object_id($post-&gt;ID, 'post', false, 'en');<br />
$image = wp_get_attachment_image_src( get_post_thumbnail_id( $o_ID ), 'post-thumbnail');<br />
list($src, $width, $height) = $image;<br />
if ( is_singular() &amp;&amp; has_post_thumbnail( $o_ID ) &amp;&amp; $width &gt;= HEADER_IMAGE_WIDTH ) :<br />
echo get_the_post_thumbnail( $o_ID, 'post-thumbnail' );<br />
else : ?&gt;</p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moïse</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-7102</link>
		<dc:creator>Moïse</dc:creator>
		<pubDate>Thu, 06 May 2010 23:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-7102</guid>
		<description>I was looking for a way to use the same &quot;Featured image&quot; from Wordpress 3.0 across all translations of a page or posts. This seems to work. All I have to do is select a featured image in my original post (English).

In case anyone else is trying to achieve the same result, here is the code I used to display the featured image in the header:

&lt;code&gt;
ID, &#039;post&#039;, false, &#039;en&#039;);
  $image = wp_get_attachment_image_src( get_post_thumbnail_id( $o_ID ), &#039;post-thumbnail&#039;);
  list($src, $width, $height) = $image;
  if ( is_singular() &amp;&amp; has_post_thumbnail( $o_ID ) &amp;&amp; $width &gt;= HEADER_IMAGE_WIDTH ) :		
  echo get_the_post_thumbnail( $o_ID, &#039;post-thumbnail&#039; );
  else : ?&gt;
  &lt;img class=&quot;wp-post-image&quot; src=&quot;&quot; width=&quot;&quot; height=&quot;&quot; alt=&quot;&quot; /&gt;
 ?&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I was looking for a way to use the same &#8220;Featured image&#8221; from WordPress 3.0 across all translations of a page or posts. This seems to work. All I have to do is select a featured image in my original post (English).</p>
<p>In case anyone else is trying to achieve the same result, here is the code I used to display the featured image in the header:</p>
<p><code><br />
ID, 'post', false, 'en');<br />
  $image = wp_get_attachment_image_src( get_post_thumbnail_id( $o_ID ), 'post-thumbnail');<br />
  list($src, $width, $height) = $image;<br />
  if ( is_singular() &amp;&amp; has_post_thumbnail( $o_ID ) &amp;&amp; $width &gt;= HEADER_IMAGE_WIDTH ) :<br />
  echo get_the_post_thumbnail( $o_ID, 'post-thumbnail' );<br />
  else : ?&gt;<br />
  &lt;img class=&quot;wp-post-image&quot; src=&quot;" width="" height="" alt="" /&gt;<br />
 ?&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://wpml.org/2009/09/creating-a-multilingual-product-catalog/comment-page-1/#comment-6215</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Fri, 09 Apr 2010 10:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://wpml.org/?p=2830#comment-6215</guid>
		<description>I&#039;m not sure I understand the question. Best to post it in our forum with an example of what you&#039;re trying to get.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I understand the question. Best to post it in our forum with an example of what you&#8217;re trying to get.</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: enhanced (Requested URI is rejected)
Content Delivery Network via Amazon Web Services: CloudFront: d2salfytceyqoe.cloudfront.net

Served from: wpml.org @ 2012-05-22 13:28:40 -->
