<?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: WordPress миниатюры для записей</title>
	<atom:link href="http://prootime.ru/thumbnails-for-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://prootime.ru/thumbnails-for-wordpress</link>
	<description>Блог человека увлекающегося Javascript, PHP, Css, Jquery ...</description>
	<lastBuildDate>Fri, 18 May 2012 15:38:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: mrtoxa</title>
		<link>http://prootime.ru/thumbnails-for-wordpress/comment-page-1#comment-7937</link>
		<dc:creator>mrtoxa</dc:creator>
		<pubDate>Wed, 29 Feb 2012 18:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://prootime.ru/?p=177#comment-7937</guid>
		<description>Возникла трудность. После добавления 
if ( function_exists( ‘add_theme_support’ ) ) add_theme_support( ‘post-thumbnails’ ); в functions.php
 не добавляется меню для вставки превью на странице создания записи. Пробовал с этой же темой на локалхосте, все ок, а на самом сайте не хочет. Пытался на WordPress 3.3.1. и 3.3</description>
		<content:encoded><![CDATA[<p>Возникла трудность. После добавления<br />
if ( function_exists( ‘add_theme_support’ ) ) add_theme_support( ‘post-thumbnails’ ); в functions.php<br />
 не добавляется меню для вставки превью на странице создания записи. Пробовал с этой же темой на локалхосте, все ок, а на самом сайте не хочет. Пытался на WordPress 3.3.1. и 3.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dzantiev</title>
		<link>http://prootime.ru/thumbnails-for-wordpress/comment-page-1#comment-7865</link>
		<dc:creator>dzantiev</dc:creator>
		<pubDate>Sun, 30 Oct 2011 20:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://prootime.ru/?p=177#comment-7865</guid>
		<description>Нужно просто ссылкой обернуть примерно так:
&lt;pre class=&quot;prettyprint&quot;&gt;
&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; rel=&quot;nofollow&quot;&gt;
    &lt;?php the_post_thumbnail(); ?&gt;
&lt;/a&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Нужно просто ссылкой обернуть примерно так:</p>
<pre class="prettyprint">
&lt;a href="&lt;?php the_permalink(); ?&gt;" rel="nofollow"&gt;
    &lt;?php the_post_thumbnail(); ?&gt;
&lt;/a&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ram</title>
		<link>http://prootime.ru/thumbnails-for-wordpress/comment-page-1#comment-7864</link>
		<dc:creator>Ram</dc:creator>
		<pubDate>Sun, 30 Oct 2011 19:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://prootime.ru/?p=177#comment-7864</guid>
		<description>Подскажите как сделать миниатюры ссылками на пост, к которому и установлена миниатюра</description>
		<content:encoded><![CDATA[<p>Подскажите как сделать миниатюры ссылками на пост, к которому и установлена миниатюра</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agighmoop</title>
		<link>http://prootime.ru/thumbnails-for-wordpress/comment-page-1#comment-1258</link>
		<dc:creator>agighmoop</dc:creator>
		<pubDate>Wed, 20 Apr 2011 16:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://prootime.ru/?p=177#comment-1258</guid>
		<description>Читаю и чувствую себя как дома. Спасибо создателям за хороший ресурс!</description>
		<content:encoded><![CDATA[<p>Читаю и чувствую себя как дома. Спасибо создателям за хороший ресурс!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sly</title>
		<link>http://prootime.ru/thumbnails-for-wordpress/comment-page-1#comment-1074</link>
		<dc:creator>Sly</dc:creator>
		<pubDate>Mon, 14 Feb 2011 21:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://prootime.ru/?p=177#comment-1074</guid>
		<description>1. Спасибо. Это я и искал!!!
2. Тарас. Скрипт должен быть обрамлен  В итоге должно выглядеть так:
</description>
		<content:encoded><![CDATA[<p>1. Спасибо. Это я и искал!!!<br />
2. Тарас. Скрипт должен быть обрамлен  В итоге должно выглядеть так:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Тарас</title>
		<link>http://prootime.ru/thumbnails-for-wordpress/comment-page-1#comment-1065</link>
		<dc:creator>Тарас</dc:creator>
		<pubDate>Wed, 09 Feb 2011 18:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://prootime.ru/?p=177#comment-1065</guid>
		<description>Мне выдает ошибку на той линии где я вписал 

1	//додавление поддержки миниатюр
2	add_theme_support(&#039;post-thumbnails&#039;);
3	 
4	if ( function_exists(&#039;add_theme_support&#039;) ) {
5	    add_theme_support(&#039;post-thumbnails&#039;);
6	}</description>
		<content:encoded><![CDATA[<p>Мне выдает ошибку на той линии где я вписал </p>
<p>1	//додавление поддержки миниатюр<br />
2	add_theme_support(&#8216;post-thumbnails&#8217;);<br />
3<br />
4	if ( function_exists(&#8216;add_theme_support&#8217;) ) {<br />
5	    add_theme_support(&#8216;post-thumbnails&#8217;);<br />
6	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrandTourist</title>
		<link>http://prootime.ru/thumbnails-for-wordpress/comment-page-1#comment-992</link>
		<dc:creator>GrandTourist</dc:creator>
		<pubDate>Sun, 09 Jan 2011 01:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://prootime.ru/?p=177#comment-992</guid>
		<description>Отличная функция! Именно этого и не хватало. Повесить линку на миниатюру правильную и получаются отличные минипосты</description>
		<content:encoded><![CDATA[<p>Отличная функция! Именно этого и не хватало. Повесить линку на миниатюру правильную и получаются отличные минипосты</p>
]]></content:encoded>
	</item>
</channel>
</rss>

