﻿<?xml version="1.0" encoding="UTF-8"?><!-- 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ı Etiket: post-thumbs</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Etiket: post-thumbs</description>
<language>en</language>
<pubDate>Sat, 11 Oct 2008 12:00:09 +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 15: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 15: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 04: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 20: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 15: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 13: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 22: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 22: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 20: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 18: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>
<item>
<title>tasdemir05 konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-6477</link>
<pubDate>Per, 10 May 2007 14:13:32 +0000</pubDate>
<dc:creator>tasdemir05</dc:creator>
<guid isPermaLink="false">6477@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Siten güzel olmuş tasarımda iyi. Tasarima etkinlik katmak için üstteki Menünü &#60;a href=&#34;http://www.hitnews.net/css-dock-menu-sexy-macosx/&#34;&#62;MacosX&#60;/a&#62; Efekti ile renklendirebilecen adres &#60;a href=&#34;http://www.hitnews.net/css-dock-menu-sexy-macosx/&#34;&#62;buradan Tıkla&#60;/a&#62;... &#60;a href=&#34;http://www.ndesign-studio.com/demo/css-dock-menu/css-dock.html#&#34;&#62;Demo sitesinede buradan &#60;/a&#62;bakabilirsin eminim çok güzel olur siten bunlarla.
&#60;/p&#62;</description>
</item>
<item>
<title>feverinlove konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-6476</link>
<pubDate>Per, 10 May 2007 13:44:43 +0000</pubDate>
<dc:creator>feverinlove</dc:creator>
<guid isPermaLink="false">6476@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;son olarak birkaç şey daha ekledim&#60;/p&#62;
&#60;p&#62;bütün resimlerde cherez.com watermarkı var artık. upload edince otomatik olarak koyuyor sistem&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;örnekler:&#60;/strong&#62;&#60;br /&#62;
&#60;em&#62;Lindsay Lohan: &#60;/em&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cherez.com/wp-content/uploads/2007/05/lindsay-lohan-allure-06.jpg&#34;&#62;http://www.cherez.com/wp-content/uploads/2007/05/lindsay-lohan-allure-06.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;em&#62;Brooke Hogan:&#60;/em&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.cherez.com/wp-content/uploads/2007/05/brooke-hogan-seksi-resim-03.jpg&#34;&#62;http://www.cherez.com/wp-content/uploads/2007/05/brooke-hogan-seksi-resim-03.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;her sitede gördüğünüz rating sistemi var mesala. Top 10 gösterilir genelde. Artık hangi kategorinin haberine giriyorsanız, o kategorinin top 10 'u gösteriliyor:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;örnekler:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;1- &#60;a href=&#34;http://korkunc.cherez.com/boynunu-kiriyordun-evladim-dikkat-et.html&#34;&#62;http://korkunc.cherez.com/boynunu-kiriyordun-evladim-dikkat-et.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2- &#60;a href=&#34;http://oyun.cherez.com/60-saniyede-universite-ortalamasi-oyunu.html&#34;&#62;http://oyun.cherez.com/60-saniyede-universite-ortalamasi-oyunu.html&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ismailyk konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5692</link>
<pubDate>Paz, 22 Apr 2007 15:57:08 +0000</pubDate>
<dc:creator>ismailyk</dc:creator>
<guid isPermaLink="false">5692@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;özellikle içerik ve videolar bi alem :)
&#60;/p&#62;</description>
</item>
<item>
<title>MyDooM konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5666</link>
<pubDate>Cts, 21 Apr 2007 20:39:18 +0000</pubDate>
<dc:creator>MyDooM</dc:creator>
<guid isPermaLink="false">5666@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;1 Hafta önce internette gezinirKen Karşıma Çıkmıştı. Helal olsun adam Güzel şekLe sokmuş demiştim WordpRess'i ... Ellerine sağLık Süper Site. Tasarım ve Eklenti Bakımından..
&#60;/p&#62;</description>
</item>
<item>
<title>kumdanadam konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5607</link>
<pubDate>Per, 19 Apr 2007 20:06:52 +0000</pubDate>
<dc:creator>kumdanadam</dc:creator>
<guid isPermaLink="false">5607@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;güzel tasarım.&#60;br /&#62;
can sıkıntısında gezilebilecek, eğlenceli bir mekan.&#60;/p&#62;
&#60;p&#62;web2.0 olayına girebilecek bir durum var. yeni yazarlar almak fena olmaz ;)
&#60;/p&#62;</description>
</item>
<item>
<title>feverinlove konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5468</link>
<pubDate>Cts, 14 Apr 2007 16:58:09 +0000</pubDate>
<dc:creator>feverinlove</dc:creator>
<guid isPermaLink="false">5468@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;tesekkürler oythun :) Bende google'da indexlendikten sonra seni ekliycem :D&#60;/p&#62;
&#60;p&#62;yorumlarınız için çok tşkkürler
&#60;/p&#62;</description>
</item>
<item>
<title>amarat konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5335</link>
<pubDate>Sal, 10 Apr 2007 21:40:48 +0000</pubDate>
<dc:creator>amarat</dc:creator>
<guid isPermaLink="false">5335@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;google de indexlenmek için o kadar yazı yazmana gerek yok , kendi sitemde 46 tane falan kendi yazım var google da indeksli , dmoz a kaydetmiştim birkaç sene önce yamulmuyorsam görüyor.önemli olan wolkanca da demişti özgün içerik. cidden bu böyle oldugunu google da seyahat öz  gürlüğü nü aratıldıgında gördüm.&#60;br /&#62;
ha sitemi güzel tasarım.bunun açık tonlu kodlarından isterdim ama içerik tabi çıplaklık site ziyaretçisi çekebilir. hele yaz aylarında.
&#60;/p&#62;</description>
</item>
<item>
<title>Oythun konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5332</link>
<pubDate>Sal, 10 Apr 2007 20:19:42 +0000</pubDate>
<dc:creator>Oythun</dc:creator>
<guid isPermaLink="false">5332@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Güzel bir blog direk blogrool'umda :)
&#60;/p&#62;</description>
</item>
<item>
<title>feverinlove konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5147</link>
<pubDate>Cum, 06 Apr 2007 17:50:34 +0000</pubDate>
<dc:creator>feverinlove</dc:creator>
<guid isPermaLink="false">5147@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;şimdi bu tip siteler everything / nothing olarak adlandırılıyor. Her konudan bahsediyor. heryerde bulabileceğiniz kuru bayat haber degiller :) kendi yorumumla sunuluyor.&#60;/p&#62;
&#60;p&#62;Bu arada belirtiyim sitede adult/ yetişkin içerik yoktur. Olsa olsa seksidir :)
&#60;/p&#62;</description>
</item>
<item>
<title>hakkiceylan konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5146</link>
<pubDate>Cum, 06 Apr 2007 15:06:56 +0000</pubDate>
<dc:creator>hakkiceylan</dc:creator>
<guid isPermaLink="false">5146@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;tebrikler..
&#60;/p&#62;</description>
</item>
<item>
<title>xafer konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5145</link>
<pubDate>Cum, 06 Apr 2007 15:05:43 +0000</pubDate>
<dc:creator>xafer</dc:creator>
<guid isPermaLink="false">5145@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Tasarım ve geliştirme açısından başarılı tebrik ederim.&#60;/p&#62;
&#60;p&#62;Ama içerik açısından talihsiz bir site. Heryerde bulunabilecek bayat/kuru/kalitesiz magazin haberleri mevcut, hatta magazinden ziyade baya erotizm üzerine bir site. Daha orjinal içerikler iş yapar, aksi halde web çöplüğünde kaybolmaya mahkum olursunuz.&#60;/p&#62;
&#60;p&#62;Acımasızca eleştirdiğim için üzgünüm ama yapıcı niyetle söylediğimi bildiririm.
&#60;/p&#62;</description>
</item>
<item>
<title>feverinlove konu: "cherez.com"</title>
<link>http://www.wordpress-tr.com/forum/topic/1163#post-5143</link>
<pubDate>Cum, 06 Apr 2007 13:58:58 +0000</pubDate>
<dc:creator>feverinlove</dc:creator>
<guid isPermaLink="false">5143@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.cherez.com&#34;&#62;http://www.cherez.com&#60;/a&#62;&#60;br /&#62;
Merhaba arkadaşlar çok uğraştığım sitem hakkında size de haber veriyim dedim.&#60;br /&#62;
Sitemde şu an &#60;strong&#62;21&#60;/strong&#62; tane plugin yeralmakta :) En önemlilerini saymak gerekirse:&#60;/p&#62;
&#60;li&#62;&#60;strong&#62;kategoriler subdomain şeklinde&#60;/strong&#62; &#60;a href=&#34;http://bebekler.cherez.com/&#34; rel=&#34;nofollow&#34;&#62;http://bebekler.cherez.com/&#60;/a&#62; , &#60;a href=&#34;http://cool.cherez.com/&#34; rel=&#34;nofollow&#34;&#62;http://cool.cherez.com/&#60;/a&#62; vs vs&#60;/li&#62;
&#60;li&#62;butun postların kendine has &#60;strong&#62;keyword ve description&#60;/strong&#62; taglari var.&#60;/li&#62;
&#60;li&#62;butun haberlerin thumbnailleri yaratılıyor ve istenildigi zaman gosterilebiliyor.&#60;/li&#62;
&#60;li&#62;haberlere oy verilebiliyor ve top100 haber görüntülenebiliyor.&#60;/li&#62;
&#60;li&#62;Bütün site &#60;strong&#62;SEO uyumlu&#60;/strong&#62;. her ince ayrıntısına kadar&#60;/li&#62;
&#60;li&#62;En son başarılı aramalar sidebarda listeleniyor ve ayrıca arama sonuçları seo uyumlu: örn:http://www.cherez.com/?s=komik yerine &#60;a href=&#34;http://www.cherez.com/arama/komik.html&#34;&#62;http://www.cherez.com/arama/komik.html&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;Arama sonuçlarında her haberin thumbnaili var.&#60;/li&#62;
&#60;p&#62;Aslında daha birçok şey var ama anlatırsam çok uzun sürer :) Bu yüzden takdiri size bırakıyorum. Umarım beğenirsiniz. Yapmam gereken tek şey var oda google indexleyene kadar yılmadan haber yollamak :)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
