<?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"
	>
<channel>
	<title>Комментарии на: Как разместить ссылки только на морде?</title>
	<atom:link href="http://ru-wordpress.org/2007/03/30/note-5.html/feed" rel="self" type="application/rss+xml" />
	<link>http://ru-wordpress.org/2007/03/30/note-5.html</link>
	<description>ru-wordpress.org — темы, плагины, сборки</description>
	<pubDate>Thu, 20 Nov 2008 20:36:01 +0000</pubDate>
	
		<item>
		<title>От: нуртилек</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-1139</link>
		<dc:creator>нуртилек</dc:creator>
		<pubDate>Wed, 19 Nov 2008 09:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-1139</guid>
		<description>у нас проблема такая !!! как выборочно выбрать ссылки !!
мы наводим на меню выводится во всех одно и тоже!!!</description>
		<content:encoded><![CDATA[<p>у нас проблема такая !!! как выборочно выбрать ссылки !!<br />
мы наводим на меню выводится во всех одно и тоже!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Лютиков</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-423</link>
		<dc:creator>Лютиков</dc:creator>
		<pubDate>Fri, 07 Dec 2007 11:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-423</guid>
		<description>

&lt;code&gt;
if(!is_home()) {
    /* Этот код выполнится на всех страницах, кроме главной */
}
&lt;/code&gt;

</description>
		<content:encoded><![CDATA[<div class="codecolorer-container text">if(!is_home()) {
    /* Этот код выполнится на всех страницах, кроме главной */
}</div>
]]></content:encoded>
	</item>
	<item>
		<title>От: Alex</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-422</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 07 Dec 2007 06:52:48 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-422</guid>
		<description>Не прошла строчка кода почему-то...</description>
		<content:encoded><![CDATA[<p>Не прошла строчка кода почему-то...</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Alex</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-421</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 07 Dec 2007 06:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-421</guid>
		<description>Подскажите, пожалйста, на что заменить

&lt;code&gt;   1.
      &lt;?php if ( (is_home()) &#038;&#038; !(is_page()) &#038;&#038; !(is_single()) &#038;&#038; !(is_search()) &#038;&#038; !(is_archive()) &#038;&#038; !(is_author()) &#038;&#038; !(is_category()) &#038;&#038; !(is_paged()) ) { ?&gt;&lt;/code&gt;

Чтобы выводить что-либо на всех страницах кроме главной?</description>
		<content:encoded><![CDATA[<p>Подскажите, пожалйста, на что заменить</p>
<div class="codecolorer-container text">1.
      <?php if ( (is_home()) && !(is_page()) && !(is_single()) && !(is_search()) && !(is_archive()) && !(is_author()) && !(is_category()) && !(is_paged()) ) { ?></div>
<p>Чтобы выводить что-либо на всех страницах кроме главной?</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Alex</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-418</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 05 Dec 2007 20:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-418</guid>
		<description>А какую строчку ввести, чтобы на всех кроме главной ссылки выводились?</description>
		<content:encoded><![CDATA[<p>А какую строчку ввести, чтобы на всех кроме главной ссылки выводились?</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: AlexPro</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-60</link>
		<dc:creator>AlexPro</dc:creator>
		<pubDate>Tue, 01 May 2007 10:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-60</guid>
		<description>Блин, что-то akismet шалит... 

to Alex: угу, вариант. Просто хотелось использовать стандартную возможность WordPress для управления ссылками. 

А так и ваш вариант прокатит. Вот только насчёт условия сомневаюсь, надёжнее использовать указанный мной вариант.</description>
		<content:encoded><![CDATA[<p>Блин, что-то akismet шалит... </p>
<p>to Alex: угу, вариант. Просто хотелось использовать стандартную возможность WordPress для управления ссылками. </p>
<p>А так и ваш вариант прокатит. Вот только насчёт условия сомневаюсь, надёжнее использовать указанный мной вариант.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Alex - seo expert</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-44</link>
		<dc:creator>Alex - seo expert</dc:creator>
		<pubDate>Mon, 23 Apr 2007 08:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-44</guid>
		<description>Собственно, а почему не сделать обычный блог вручную из html, не вставить его в sidebar.php и не прописать перед началом кода обычное условие if page_home - показывать блок, тоже вариант.</description>
		<content:encoded><![CDATA[<p>Собственно, а почему не сделать обычный блог вручную из html, не вставить его в sidebar.php и не прописать перед началом кода обычное условие if page_home - показывать блок, тоже вариант.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Вэ</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-42</link>
		<dc:creator>Вэ</dc:creator>
		<pubDate>Wed, 18 Apr 2007 09:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-42</guid>
		<description>Отличный пост! доступно и понятно =)</description>
		<content:encoded><![CDATA[<p>Отличный пост! доступно и понятно =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: AlexPro</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-37</link>
		<dc:creator>AlexPro</dc:creator>
		<pubDate>Sun, 15 Apr 2007 18:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-37</guid>
		<description>Anti-spam Image. Советую глянуть &lt;a href="http://maxsite.org/anti-spam-image" target="_blank" rel="nofollow"&gt;вот сюда&lt;/a&gt; ;)</description>
		<content:encoded><![CDATA[<p>Anti-spam Image. Советую глянуть <a href="http://maxsite.org/anti-spam-image" target="_blank" rel="nofollow">вот сюда</a> ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Лютиков</title>
		<link>http://ru-wordpress.org/2007/03/30/note-5.html#comment-32</link>
		<dc:creator>Лютиков</dc:creator>
		<pubDate>Sat, 14 Apr 2007 22:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://ru-wordpress.org/2007/03/30/note-5.html#comment-32</guid>
		<description>Скажите, а капчу ("введите этот код") вы каким плагином сделали?</description>
		<content:encoded><![CDATA[<p>Скажите, а капчу ("введите этот код") вы каким плагином сделали?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
