<?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>LactPlate へのコメント</title>
	<atom:link href="http://252523.net/blog/wordpress_theme/lactplate/feed" rel="self" type="application/rss+xml" />
	<link>http://252523.net/blog</link>
	<description>Have you smell a flavor of smile ?</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:49:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Donnie Gotlib より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-23181</link>
		<dc:creator>Donnie Gotlib</dc:creator>
		<pubDate>Tue, 14 Dec 2010 07:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-23181</guid>
		<description>&lt;p&gt;hi all, I was just checkin&#039; out this site and I really love the foundation of the article, and have nothing to do, so if anyone wants to have an engrossing chat about it, please contact me on yahoo, my name is rick naeire&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi all, I was just checkin&#8217; out this site and I really love the foundation of the article, and have nothing to do, so if anyone wants to have an engrossing chat about it, please contact me on yahoo, my name is rick naeire</p>]]></content:encoded>
	</item>
	<item>
		<title>LactPlate en Weblogs V2 より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-655</link>
		<dc:creator>LactPlate en Weblogs V2</dc:creator>
		<pubDate>Thu, 25 May 2006 08:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-655</guid>
		<description>&lt;p&gt;[...] Theme: LactPlate Autor: 252523 Descargar    Archivado en: WordPress, Themes, 2 Columnas  &#160;&#160;&#124;&#160;&#160; [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Theme: LactPlate Autor: 252523 Descargar    Archivado en: WordPress, Themes, 2 Columnas  &nbsp;&nbsp;|&nbsp;&nbsp; [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>h135246 より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-344</link>
		<dc:creator>h135246</dc:creator>
		<pubDate>Thu, 30 Mar 2006 05:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-344</guid>
		<description>&lt;p&gt;Hello. First of all, thanks for your attention.&lt;/p&gt;

&lt;p&gt;Now, about my question: I say links categories, but I tried to say the links of the blogroll (I’m not a good English speaker neither). I have 3 different lists of links in wordpress (adding links categories), and the theme just show one single list, mixing all of them but I already solve my question, the answer it’s near to the link you give me:&lt;/p&gt;

&lt;p&gt;http://codex.wordpress.org/Template_Tags/get_links&lt;/p&gt;

&lt;p&gt;I just have to modify and add some code on the sidebar in order to show three lists (one list per category) with the links. Its all, Good bye! Thanks again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello. First of all, thanks for your attention.</p>

<p>Now, about my question: I say links categories, but I tried to say the links of the blogroll (I’m not a good English speaker neither). I have 3 different lists of links in wordpress (adding links categories), and the theme just show one single list, mixing all of them but I already solve my question, the answer it’s near to the link you give me:</p>

<p><a href="http://codex.wordpress.org/Template_Tags/get_links" rel="nofollow">http://codex.wordpress.org/Template_Tags/get_links</a></p>

<p>I just have to modify and add some code on the sidebar in order to show three lists (one list per category) with the links. Its all, Good bye! Thanks again.</p>]]></content:encoded>
	</item>
	<item>
		<title>にこにこ風味 より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-341</link>
		<dc:creator>にこにこ風味</dc:creator>
		<pubDate>Wed, 29 Mar 2006 10:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-341</guid>
		<description>&lt;p&gt;h135246,
Tanks your report. Now I&#039;ve fixed it, but it&#039;s my stupid missing.&lt;/p&gt;

&lt;p&gt;So, Your question can be only this theme.
This links document &quot;&lt;a href=&quot;http://codex.wordpress.org/Template_Tags/wp_list_cats&quot; rel=&quot;nofollow&quot;&gt;Template Tags/wp list cats ≪ WordPress Codex&lt;/a&gt;&quot; solves Category links.
Please look &#039;sidebar.php&#039; and find this line.
&lt;code&gt;
&lt;li&gt;&lt;h2&gt;&lt;?php _e(&#039;Categories&#039;); ?&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;?php wp_list_cats(&#039;sort_column=name&amp;optioncount=0&#039;); ?&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And edit parameter of function &#039;wp_list_cats&#039;.
&#039;child_of&#039; and &#039;exclude&#039; parameter is answer of it, may be.&lt;/p&gt;

&lt;p&gt;Solved it? Perhaps, I failed understanding, cause I&#039;m not good english speaker. Anyway, thanks a lot.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>h135246,
Tanks your report. Now I&#8217;ve fixed it, but it&#8217;s my stupid missing.</p>

<p>So, Your question can be only this theme.
This links document &#8220;<a href="http://codex.wordpress.org/Template_Tags/wp_list_cats" rel="nofollow">Template Tags/wp list cats ≪ WordPress Codex</a>&#8221; solves Category links.
Please look &#8216;sidebar.php&#8217; and find this line.
<code>
&lt;li&gt;&lt;h2&gt;&lt;?php _e('Categories'); ?&gt;&lt;/h2&gt;
&lt;ul&gt;
&lt;?php wp_list_cats('sort_column=name&amp;optioncount=0'); ?&gt;
&lt;/ul&gt;
&lt;/li&gt;
</code></p>

<p>And edit parameter of function &#8216;wp_list_cats&#8217;.
&#8216;child_of&#8217; and &#8216;exclude&#8217; parameter is answer of it, may be.</p>

<p>Solved it? Perhaps, I failed understanding, cause I&#8217;m not good english speaker. Anyway, thanks a lot.</p>]]></content:encoded>
	</item>
	<item>
		<title>h135246 より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-328</link>
		<dc:creator>h135246</dc:creator>
		<pubDate>Tue, 28 Mar 2006 20:54:40 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-328</guid>
		<description>&lt;p&gt;Hello.
I have some feedback for you (lactplate v2): In the sidebar you call for the theme switcher! And if the plug in its not installed show a php error, killing the sidebar.
And could you tell me if there is a way to show the diferent links categories and not just all the links on a single list.
I like your design, very good work.&lt;br /&gt;
Good bye!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello.
I have some feedback for you (lactplate v2): In the sidebar you call for the theme switcher! And if the plug in its not installed show a php error, killing the sidebar.
And could you tell me if there is a way to show the diferent links categories and not just all the links on a single list.
I like your design, very good work.<br />
Good bye!</p>]]></content:encoded>
	</item>
	<item>
		<title>nikita より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-277</link>
		<dc:creator>nikita</dc:creator>
		<pubDate>Sat, 04 Feb 2006 10:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-277</guid>
		<description>&lt;p&gt;The link to comment is showing!  Thank you so much!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The link to comment is showing!  Thank you so much!</p>]]></content:encoded>
	</item>
	<item>
		<title>にこにこ風味 より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-251</link>
		<dc:creator>にこにこ風味</dc:creator>
		<pubDate>Thu, 02 Feb 2006 15:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-251</guid>
		<description>&lt;p&gt;nikita.
Thanks for your advice to discover some buggy.
All right. Touching up this problem is not so difficult. Please edit part of line 11 in &quot;index.php&quot;.
Like this.
&lt;code&gt;&lt;?php comments_popup_link(&#039;&#039;, &#039;1 Comment &#187;&#039;, &#039;% Comments &#187;&#039;); ?&gt;&lt;/code&gt;
to
&lt;code&gt;&lt;?php comments_popup_link(&#039;No Comment &#187;&#039;, &#039;1 Comment &#187;&#039;, &#039;% Comments &#187;&#039;); ?&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This point is passing a first argument to the function &quot;comments_popup_link&quot;.
This link is best document &lt;a href=&quot;http://codex.wordpress.org/Template_Tags/comments_popup_link&quot; rel=&quot;nofollow&quot;&gt;Template Tags/comments popup link ≪ WordPress Codex&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I have to fix this problem in next version. and sorry.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>nikita.
Thanks for your advice to discover some buggy.
All right. Touching up this problem is not so difficult. Please edit part of line 11 in &#8220;index.php&#8221;.
Like this.
<code>&lt;?php comments_popup_link('', '1 Comment &amp;#187;', '% Comments &amp;#187;'); ?&gt;</code>
to
<code>&lt;?php comments_popup_link('No Comment &amp;#187;', '1 Comment &amp;#187;', '% Comments &amp;#187;'); ?&gt;</code></p>

<p>This point is passing a first argument to the function &#8220;comments_popup_link&#8221;.
This link is best document <a href="http://codex.wordpress.org/Template_Tags/comments_popup_link" rel="nofollow">Template Tags/comments popup link ≪ WordPress Codex</a>.</p>

<p>I have to fix this problem in next version. and sorry.</p>]]></content:encoded>
	</item>
	<item>
		<title>nikita より</title>
		<link>http://252523.net/blog/wordpress_theme/lactplate#comment-247</link>
		<dc:creator>nikita</dc:creator>
		<pubDate>Thu, 02 Feb 2006 10:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://252523.net/blog/#comment-247</guid>
		<description>&lt;p&gt;Hi!  I downloaded this theme and like it but there is one small problem.  When an entry doesn&#039;t have comments yet, it does not display a link to leave a comment.  You only see comments mentioned if they had previously been left prior to applying your theme.  Could you please tell me where I can fix this in the main template?  Thank you!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi!  I downloaded this theme and like it but there is one small problem.  When an entry doesn&#8217;t have comments yet, it does not display a link to leave a comment.  You only see comments mentioned if they had previously been left prior to applying your theme.  Could you please tell me where I can fix this in the main template?  Thank you!</p>]]></content:encoded>
	</item>
</channel>
</rss>

