<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress Türkiye Forumları Konu: cherez.com post-thumb eklentisi</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: cherez.com post-thumb eklentisi</description>
<language>en</language>
<pubDate>Sun, 06 Jul 2008 16:40:51 +0000</pubDate>

<item>
<title>eylultoprak konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8780</link>
<pubDate>Sal, 19 Jun 2007 14:50:02 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">8780@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bunda komik olan bir şey yok ama sidebar.php dosyasıda aynı işi görür.
&#60;/p&#62;</description>
</item>
<item>
<title>MiqRop konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8765</link>
<pubDate>Sal, 19 Jun 2007 14:05:38 +0000</pubDate>
<dc:creator>MiqRop</dc:creator>
<guid isPermaLink="false">8765@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Ya afedersiniz ama ben bu single.php dosyasını bulamadım :D
&#60;/p&#62;</description>
</item>
<item>
<title>Hayko konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8573</link>
<pubDate>Cts, 16 Jun 2007 03:09:49 +0000</pubDate>
<dc:creator>Hayko</dc:creator>
<guid isPermaLink="false">8573@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;tmm ben dediklerinizin aynısını yaptım sadeece resimleri ayrı bir yerde çıkartmamk için side barı es geçtim fakat ana yazılardaki resimler hala normal boytlarında hiçbir küçülme falan göremedim başka bi yapılması gerekn ayarı var mı
&#60;/p&#62;</description>
</item>
<item>
<title>feverinlove konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8129</link>
<pubDate>Cum, 08 Jun 2007 19:12:55 +0000</pubDate>
<dc:creator>feverinlove</dc:creator>
<guid isPermaLink="false">8129@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bildigim kadarıyla evet daha önce eklenmiş resimler içinde otomatikman thumbnail yaratıyor
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8120</link>
<pubDate>Cum, 08 Jun 2007 14:07:21 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">8120@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;en kısa zamanda denemek üzere teşekkürler bu eklenti acaba önceden eklenmiş resimlerin boyutlamasınıda değiştire bilir mi?
&#60;/p&#62;</description>
</item>
<item>
<title>feverinlove konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8116</link>
<pubDate>Cum, 08 Jun 2007 12:46:41 +0000</pubDate>
<dc:creator>feverinlove</dc:creator>
<guid isPermaLink="false">8116@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;şimdi şöyle anlatiyim size Wordpress Loop dediği kısım single.php 'de &#60;/p&#62;
&#60;p&#62;&#60;code&#62;									&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;br /&#62;
									&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;ile başlayan kısım. Plugini yükledikten sonra, üstteki kodun hemen altına bu kodu koyuyoruz:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php tb_post_thumb(); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Daha sonra resimlerin çıkmasını istediğimiz yere (cherez'de sidebar.php):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
$posts = get_posts(&#38;#39;numberposts=12&#38;#38;offset=20&#38;#38;order=DESC&#38;#39;);&#60;br /&#62;
foreach($posts as $post) :&#60;br /&#62;
setup_postdata($post);&#60;br /&#62;
$post_link = tb_post_thumb(true,$post-&#38;gt;post_title);&#60;br /&#62;
 if ( !empty($post_link) ) {&#60;br /&#62;
?&#38;gt;&#60;a title=&#34;\&#38;quot;&#38;lt;?php&#34;&#62;\&#38;quot; href=\&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;\&#38;quot;&#38;gt;&#38;lt;?php echo $post_link; ?&#38;gt;&#60;/a&#62; &#38;lt;?php }&#60;br /&#62;
endforeach;&#60;br /&#62;
?&#38;gt;	&#60;/code&#62;&#60;br /&#62;
koyuyoruz. Yukardaki kod benim kullandığım kod ve herkez istediği gibi değiştirebilir.
&#60;/p&#62;</description>
</item>
<item>
<title>tasdemir05 konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8087</link>
<pubDate>Per, 07 Jun 2007 21:40:26 +0000</pubDate>
<dc:creator>tasdemir05</dc:creator>
<guid isPermaLink="false">8087@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;eylül topraga katılıyorum... kurulumu yaptım sorun yok ama sayfad bir türlü çıkmıyor.. Acaba bu başlık altına yada sitende bunun Kurulumunu baştan anlatabilirmisin vaktin varsa çok sevinirim.Özellikle bu The Loop olayını çözemedim yani tema içine kod yerleştirmek degilmi? En iyisimi siz bastan anlatin
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8083</link>
<pubDate>Per, 07 Jun 2007 21:14:35 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">8083@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;baştan anlatırsan aslında güzel olur bende denedim olmadı :)
&#60;/p&#62;</description>
</item>
<item>
<title>feverinlove konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8075</link>
<pubDate>Per, 07 Jun 2007 19:30:29 +0000</pubDate>
<dc:creator>feverinlove</dc:creator>
<guid isPermaLink="false">8075@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;msne pek girmiyorum ama size burdan destek verebilirim. Ne gibi bir hata ile karşılaştınız?
&#60;/p&#62;</description>
</item>
<item>
<title>tasdemir05 konu: "cherez.com post-thumb eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/1753#post-8067</link>
<pubDate>Per, 07 Jun 2007 17:29:35 +0000</pubDate>
<dc:creator>tasdemir05</dc:creator>
<guid isPermaLink="false">8067@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;wordpress forumdan arkadaşımız feverinlove ait olan &#60;a href=&#34;http://www.cherez.com&#34;&#62;www.cherez.com&#60;/a&#62; sitesindeki haberlerimizden Kısmında Kullandıgı ve &#60;a href=&#34;http://www.bildirgec.org/yazi/wordpress-icin-post-thumbs-eklentisi&#34;&#62;bildirgecte&#60;/a&#62; yayınladıgı post-thumbs eklentisini bir Türlü kullanamadım. bu konuda özellikle feverinlove yardım istiyorum.. bu arada arkadaşım msnden görüşmemiz mümkünmü acaba ?&#60;/p&#62;
&#60;p&#62;&#60;div class=&#34;uyari&#34;&#62;&#60;strong&#62;Yönetici notu:&#60;/strong&#62;   Lütfen forum kurallarını okuyun. [Hasan]&#60;/div&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
