<?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: Themes for WordPress CMS</title>
	<atom:link href="http://wpml.org/2008/12/themes-for-wordpress-cms/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpml.org/2008/12/themes-for-wordpress-cms/</link>
	<description>The Plugin for Building Multilingual WordPress Sites</description>
	<lastBuildDate>Mon, 21 May 2012 05:48:14 +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: almozavr</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-11016</link>
		<dc:creator>almozavr</dc:creator>
		<pubDate>Thu, 05 Aug 2010 21:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-11016</guid>
		<description>Hi, I&#039;ve got a serious problem related to your plugin and Igloo News Theme:
Navigation switcher (pages) is missing from the main page (html class Navi).

When I switch plugin off the problem disappears. When I switch it on it comes again.

It would be great to see some workaround here :)</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve got a serious problem related to your plugin and Igloo News Theme:<br />
Navigation switcher (pages) is missing from the main page (html class Navi).</p>
<p>When I switch plugin off the problem disappears. When I switch it on it comes again.</p>
<p>It would be great to see some workaround here <img src='http://d2salfytceyqoe.cloudfront.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Desclaux.fr &#187; WPML, multi language and search engine</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-3142</link>
		<dc:creator>Desclaux.fr &#187; WPML, multi language and search engine</dc:creator>
		<pubDate>Sat, 31 Oct 2009 04:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-3142</guid>
		<description>[...] the beginning, the idea comes from this thread&#8230;;    Categories: Wordpress Tags: Development        Comments (0) Trackbacks (0) Leave a comment [...]</description>
		<content:encoded><![CDATA[<p>[...] the beginning, the idea comes from this thread&#8230;;    Categories: WordPress Tags: Development        Comments (0) Trackbacks (0) Leave a comment [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-3139</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Sat, 31 Oct 2009 00:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-3139</guid>
		<description>The code in header.php :

 &lt;form method=&#8221;get&#8221; action=&#8221;&lt;?php bloginfo(&#8217;home&#8217;); ?&gt;/&lt;?php bloginfo(&#8217;short_language&#8217;); ?&gt;/&#8221;&gt;</description>
		<content:encoded><![CDATA[<p>The code in header.php :</p>
<p> &lt;form method=&#8221;get&#8221; action=&#8221;&lt;?php bloginfo(&#8217;home&#8217;); ?&gt;/&lt;?php bloginfo(&#8217;short_language&#8217;); ?&gt;/&#8221;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-3137</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Fri, 30 Oct 2009 23:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-3137</guid>
		<description>If you use directory for each language and not domain bloginfo(’url’) does not solve the problem for the search engine...

Instead I have made the following &quot;patch&quot;

in wp-includes/general-template.php modify the function get_bloginfo :

case &#039;short_language&#039;:
                        $output = get_locale();
                        $short_language = explode(&quot;_&quot;, $output);
                        $output = $short_language[0];
                        break;

and then in wp-content/themes/inove/templates/header.php you can do

&lt;form action=&quot;//&quot; method=&quot;get&quot;&gt;

Regards</description>
		<content:encoded><![CDATA[<p>If you use directory for each language and not domain bloginfo(’url’) does not solve the problem for the search engine&#8230;</p>
<p>Instead I have made the following &#8220;patch&#8221;</p>
<p>in wp-includes/general-template.php modify the function get_bloginfo :</p>
<p>case &#8216;short_language&#8217;:<br />
                        $output = get_locale();<br />
                        $short_language = explode(&#8220;_&#8221;, $output);<br />
                        $output = $short_language[0];<br />
                        break;</p>
<p>and then in wp-content/themes/inove/templates/header.php you can do</p>
<p>&lt;form action=&quot;//&#8221; method=&#8221;get&#8221;&gt;</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-624</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Wed, 29 Apr 2009 11:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-624</guid>
		<description>That will be implemented very soon, Max
You can add more details about this suggestion and other suggestions on this &lt;a href=&quot;http://forum.wpml.org/forum.php?id=2&quot; rel=&quot;nofollow&quot;&gt;forum&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>That will be implemented very soon, Max<br />
You can add more details about this suggestion and other suggestions on this <a href="http://forum.wpml.org/forum.php?id=2" rel="nofollow">forum</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-621</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Wed, 29 Apr 2009 01:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-621</guid>
		<description>So what about flag solution? Need it very much.
Any working variants?</description>
		<content:encoded><![CDATA[<p>So what about flag solution? Need it very much.<br />
Any working variants?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyavkin</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-395</link>
		<dc:creator>Piyavkin</dc:creator>
		<pubDate>Tue, 07 Apr 2009 20:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-395</guid>
		<description>I apologize for grammatical mistakes.</description>
		<content:encoded><![CDATA[<p>I apologize for grammatical mistakes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyavkin</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-393</link>
		<dc:creator>Piyavkin</dc:creator>
		<pubDate>Tue, 07 Apr 2009 20:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-393</guid>
		<description>ONE MORE DIFFICULTY:

When you add post via standard page (Add New) - all OK. But something is going wrong if you use an &#039;automatic&#039; posting (via scripts).
Have you tested the plugin with f.e. standard PressThis?
I have tried the PressThis and FeedWordPress (RSS to WP - I really need it or something like). What has happened:

I have f.e. few languages (Eng and other). I&#039;ve created category Country-name and its translation category.
If I add new post in English via f.e. PressThis:
I add via PressThis new post (categories in English only are available; select proper category). Save Draft. The post appears in All Languages. Do Edit and select: language=English; Publish. Post appears in English (in the same category).Do Edit: All Categories block is empty now (!). Do Translate (show) and select other (nonenglish) language. Create new post: proper language is selected by default, all categories in proper language are visible - are OK here. Select proper category, do Publish. New post (translation) appears in proper langage.
It&#039;s work, except that there no ability to change or select more categories (empty All Categories block in first (eng) post Edit).

If I add new post in other language via PressThis and add English translation to the post:
I add via PressThis new post (categories in English only are available; select nothing). Save draft. Post appears in All Languages, under category Uncategorized in English by default (!) (it is indicated in the list). Do Edit (All Categories block is empty (!)) and select: language=nonenglish (All Categories block refreshes and all categories in proper languages appear there); select proper category; Publish. Post appears in nonenglish section (in the proper category).Do Edit: All Categories block is empty now (!); language switcher indicates &#039;English&#039; (!). On front-end the post appears on nonenglish page and switcher in the list indicates nonenglish translation, but link points to nowhere (on nonexistent English version: language selector in URL is missing and page 404 as result) (!). Again as before select proper language and category; press Update. Nothing changes (!). Do Translate (show) to create English translation and see that there is no English but there indicated nonenglish translation link (on the edit page where I am now) (!). Delete the post.

I add via PressThis new post (categories in English only are available; select nonenglish category). Save draft. Post appears in All Languages, in proper category but in English (it is visible in the list). I&#039;m going to change language.  Do Edit (All Categories block is empty except one selected in PressThis (!)). There is 2 possibility: 1) to unselect category first, and then to change language; 2) to keep the category selected and to change the language. In first case the post will be placed into Uncategorised and I review it before. Do 2nd choice. Select: language=nonenglish (All Categories block refreshes and all categories in proper languages appear there); select proper category; Publish. Post appears in nonEnglish (in the proper category).Do Edit: All Categories block is empty now except one unselected category in English which one was selected in PressThis (!); language switcher indicates &#039;English&#039; (!). On front-end the post appears on nonenglish page and switcher in the list indicates nonenglish translation, but link points to nowhere... And so on as before. Delete the post.
But there one more oddity now. The category in English which was selected in PressThis disappears from English categories on Categories page, but is normally visible in All Languages section of the page. In a proper place in English categories tree. %( Do edit: language selector indicate English, Translations (show) indicate nonenglish translation (All OK). Select English and press Update. Category counter in English&#039;ve increased, but there is no the category in the list (!). &#039;All Languages&#039; / &#039;Edit&#039; again, and select another nonenglish language (noneenglish2), Update. Category counter in English have not decreased, in nonenglish2 - have increased, but there is no the directory in nonenglish2 list (!).
&#039;All Languages&#039; / &#039;Delete&#039;: both counters have decreased, the category disappears from All Languages. But first nonenglish translation category left over in nonenglish section. Do Edit; Translation (show) indicates:
English n/a &#039;Catchable fatal error: Object of class WP_Error could not be converted to string in /home/***/www/***/www/wp-content/plugins/sitepress-multilingual-cms/menu/category-menu.php on line 28&#039; (the link to: &#039;http://***/wp-admin/%3Cbr&#039;).
Other active languages are missing.

Something like that occurred with the FeedWordPress. There was such mess that I was reluctant to delete all the posts, alas.

P.S. The same occurs even if post have been created via standard Add New page and you&#039;re trying to change language (it seems that auto-posting features have nothing to do with it). The replacement of a language is in somewhat going wrong.</description>
		<content:encoded><![CDATA[<p>ONE MORE DIFFICULTY:</p>
<p>When you add post via standard page (Add New) &#8211; all OK. But something is going wrong if you use an &#8216;automatic&#8217; posting (via scripts).<br />
Have you tested the plugin with f.e. standard PressThis?<br />
I have tried the PressThis and FeedWordPress (RSS to WP &#8211; I really need it or something like). What has happened:</p>
<p>I have f.e. few languages (Eng and other). I&#8217;ve created category Country-name and its translation category.<br />
If I add new post in English via f.e. PressThis:<br />
I add via PressThis new post (categories in English only are available; select proper category). Save Draft. The post appears in All Languages. Do Edit and select: language=English; Publish. Post appears in English (in the same category).Do Edit: All Categories block is empty now (!). Do Translate (show) and select other (nonenglish) language. Create new post: proper language is selected by default, all categories in proper language are visible &#8211; are OK here. Select proper category, do Publish. New post (translation) appears in proper langage.<br />
It&#8217;s work, except that there no ability to change or select more categories (empty All Categories block in first (eng) post Edit).</p>
<p>If I add new post in other language via PressThis and add English translation to the post:<br />
I add via PressThis new post (categories in English only are available; select nothing). Save draft. Post appears in All Languages, under category Uncategorized in English by default (!) (it is indicated in the list). Do Edit (All Categories block is empty (!)) and select: language=nonenglish (All Categories block refreshes and all categories in proper languages appear there); select proper category; Publish. Post appears in nonenglish section (in the proper category).Do Edit: All Categories block is empty now (!); language switcher indicates &#8216;English&#8217; (!). On front-end the post appears on nonenglish page and switcher in the list indicates nonenglish translation, but link points to nowhere (on nonexistent English version: language selector in URL is missing and page 404 as result) (!). Again as before select proper language and category; press Update. Nothing changes (!). Do Translate (show) to create English translation and see that there is no English but there indicated nonenglish translation link (on the edit page where I am now) (!). Delete the post.</p>
<p>I add via PressThis new post (categories in English only are available; select nonenglish category). Save draft. Post appears in All Languages, in proper category but in English (it is visible in the list). I&#8217;m going to change language.  Do Edit (All Categories block is empty except one selected in PressThis (!)). There is 2 possibility: 1) to unselect category first, and then to change language; 2) to keep the category selected and to change the language. In first case the post will be placed into Uncategorised and I review it before. Do 2nd choice. Select: language=nonenglish (All Categories block refreshes and all categories in proper languages appear there); select proper category; Publish. Post appears in nonEnglish (in the proper category).Do Edit: All Categories block is empty now except one unselected category in English which one was selected in PressThis (!); language switcher indicates &#8216;English&#8217; (!). On front-end the post appears on nonenglish page and switcher in the list indicates nonenglish translation, but link points to nowhere&#8230; And so on as before. Delete the post.<br />
But there one more oddity now. The category in English which was selected in PressThis disappears from English categories on Categories page, but is normally visible in All Languages section of the page. In a proper place in English categories tree. %( Do edit: language selector indicate English, Translations (show) indicate nonenglish translation (All OK). Select English and press Update. Category counter in English&#8217;ve increased, but there is no the category in the list (!). &#8216;All Languages&#8217; / &#8216;Edit&#8217; again, and select another nonenglish language (noneenglish2), Update. Category counter in English have not decreased, in nonenglish2 &#8211; have increased, but there is no the directory in nonenglish2 list (!).<br />
&#8216;All Languages&#8217; / &#8216;Delete&#8217;: both counters have decreased, the category disappears from All Languages. But first nonenglish translation category left over in nonenglish section. Do Edit; Translation (show) indicates:<br />
English n/a &#8216;Catchable fatal error: Object of class WP_Error could not be converted to string in /home/***/www/***/www/wp-content/plugins/sitepress-multilingual-cms/menu/category-menu.php on line 28&#8242; (the link to: &#8216;http://***/wp-admin/%3Cbr&#8217;).<br />
Other active languages are missing.</p>
<p>Something like that occurred with the FeedWordPress. There was such mess that I was reluctant to delete all the posts, alas.</p>
<p>P.S. The same occurs even if post have been created via standard Add New page and you&#8217;re trying to change language (it seems that auto-posting features have nothing to do with it). The replacement of a language is in somewhat going wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-390</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 07 Apr 2009 16:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-390</guid>
		<description>You&#039;re right!

I&#039;ll add this after the Easter holiday.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right!</p>
<p>I&#8217;ll add this after the Easter holiday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piyavkin</title>
		<link>http://wpml.org/2008/12/themes-for-wordpress-cms/comment-page-1/#comment-389</link>
		<dc:creator>Piyavkin</dc:creator>
		<pubDate>Tue, 07 Apr 2009 16:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://design.icanlocalize.com/?p=222#comment-389</guid>
		<description>Hello? )
What about some simple forum here? It&#039;s extremely inconvenient to discuss technical matters without ability to post code and screenshots (links) (if necessary).</description>
		<content:encoded><![CDATA[<p>Hello? )<br />
What about some simple forum here? It&#8217;s extremely inconvenient to discuss technical matters without ability to post code and screenshots (links) (if necessary).</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-21 10:11:38 -->
