<?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ı Konu: tm wordpress temlate sorunu</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: tm wordpress temlate sorunu</description>
<language>en</language>
<pubDate>Mon, 01 Dec 2008 16:12:52 +0000</pubDate>

<item>
<title>komer konu: "tm wordpress temlate sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/3860#post-20078</link>
<pubDate>Pts, 10 Dec 2007 10:24:10 +0000</pubDate>
<dc:creator>komer</dc:creator>
<guid isPermaLink="false">20078@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;ytgn arkadaşıma teşekkür ediyorum. Bu konu ile ilgili diğer sitelerde en az 10 tane cevap bekleyen arkadaşlarıda düşünerek açıklıyorum. Wordrpess kurulum hatası yapıyormuşum. wordpress i kurun daha sonra wp_contents\theme\default klasörünün içine themanızı atın çalışacaktır.Herkese teşekkürler
&#60;/p&#62;</description>
</item>
<item>
<title>komer konu: "tm wordpress temlate sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/3860#post-20058</link>
<pubDate>Paz, 09 Dec 2007 16:06:08 +0000</pubDate>
<dc:creator>komer</dc:creator>
<guid isPermaLink="false">20058@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;evet bunu denemedim&#60;br /&#62;
bu şekilde deneyeyim sonucu buradan açıklarım.Arkadaşlar hepinize teşekkür ederim
&#60;/p&#62;</description>
</item>
<item>
<title>ytgn konu: "tm wordpress temlate sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/3860#post-20057</link>
<pubDate>Paz, 09 Dec 2007 15:58:30 +0000</pubDate>
<dc:creator>ytgn</dc:creator>
<guid isPermaLink="false">20057@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;WordPress Temaları tek başlarına çalışamazlar.&#60;br /&#62;
Anladığım kadarı ile siz, www klasörü içine ya sadece tema dosyasını koymuşsunuz yada tema dosyalarını yanlış dizine koymuşsunuz.&#60;/p&#62;
&#60;p&#62;Önce &#60;a href=&#34;http://www.wordpress-tr.com/indir&#34;&#62;wordpress dosyalarını&#60;/a&#62; www klasörü içine koyup wordpressi kurmanız gerekiyor.&#60;br /&#62;
Daha sonra denemek istediğiniz temanın klasörünü wordpress içindeki &#60;strong&#62;\wp-content\themes\&#60;/strong&#62; klasörü içine koyarsanız, wordpress yönetim panelindeki &#60;strong&#62;Görünüm &#60;/strong&#62;sekmesinden mevcut temalar arasında geçiş yapabilirsiniz. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wordpress-tr.com/belgeler/&#34;&#62;Wordpressi nasıl kurarım nasıl ederim için buraya bakabilirsiniz.&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>komer konu: "tm wordpress temlate sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/3860#post-20056</link>
<pubDate>Paz, 09 Dec 2007 15:42:35 +0000</pubDate>
<dc:creator>komer</dc:creator>
<guid isPermaLink="false">20056@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;heytbecom ilgilendiğin için teşekkürler&#60;br /&#62;
wordpress in kendi şablonunda bunu vermedi ancak diğer iki farklı şablonda bunu verdi şablon tm-16693&#60;br /&#62;
index.php kodu&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_header(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;br /&#62;
&#60;div class=&#34;column&#34;&#62;&#60;br /&#62;
&#60;div class=&#34;search search1&#34;&#62;&#60;br /&#62;
&#60;strong&#62;Site Search:&#60;/strong&#62;&#60;br /&#62;	&#60;br /&#62;
&#38;lt;?php include (TEMPLATEPATH . &#34;/searchform.php&#34;); ?&#38;gt;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#60;div class=&#34;indent&#34;&#62;&#60;br /&#62;
&#38;lt;?php if (have_posts()) : ?&#38;gt;&#60;br /&#62;
&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;&#60;br /&#62;
&#38;lt;!--block --&#38;gt;&#60;br /&#62;
&#38;lt;!--title --&#38;gt;&#60;br /&#62;
&#60;div class=&#34;title&#34;&#62;&#60;br /&#62;
&#60;div class=&#34;left&#34;&#62;&#60;br /&#62;
&#38;lt;h3&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h3&#38;gt;&#60;br /&#62;
&#38;lt;span class=&#34;author&#34;&#38;gt;Author: &#38;lt;?php the_author() ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#60;div class=&#34;right date&#34;&#62;&#38;lt;?php tm_date() ?&#38;gt;&#60;/div&#62;&#60;br /&#62;
&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#38;lt;!--title end--&#38;gt;&#60;br /&#62;
&#38;lt;!--content text --&#38;gt;&#60;br /&#62;
&#60;div class=&#34;content_text&#34;&#62;&#60;br /&#62;
&#38;lt;?php the_content('Read the rest of this entry &#38;raquo;'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!--comment --&#38;gt;&#60;br /&#62;
&#60;div class=&#34;comment&#34;&#62;&#60;a&#62;&#34; &#38;gt;read comments&#60;/a&#62; (&#38;lt;?php comments_number('0', '1', '%', 'number'); ?&#38;gt;)&#60;/div&#62;&#60;br /&#62;
&#38;lt;!--comment end--&#38;gt;&#60;br /&#62;
&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#38;lt;!--content text end--&#38;gt;&#60;br /&#62;
&#38;lt;!--block end--&#38;gt;&#60;br /&#62;
&#38;lt;?php endwhile; ?&#38;gt;&#60;br /&#62;
&#60;div class=&#34;navigation&#34;&#62;&#60;br /&#62;
&#60;div class=&#34;left&#34;&#62;&#38;lt;?php next_posts_link('&#38;laquo; Previous Entries') ?&#38;gt;&#60;/div&#62;&#60;br /&#62;
&#60;div class=&#34;right&#34;&#62;&#38;lt;?php previous_posts_link('Next Entries &#38;raquo;') ?&#38;gt;&#60;/div&#62;&#60;br /&#62;
&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#38;lt;?php else : ?&#38;gt;&#60;br /&#62;
&#38;lt;!--title --&#38;gt;&#60;br /&#62;
&#38;lt;h3 id=&#34;respond&#34;&#38;gt;Not Found&#38;lt;/h3&#38;gt;&#60;br /&#62;
&#38;lt;!--title end--&#38;gt;&#60;br /&#62;
&#38;lt;!--content text --&#38;gt;&#60;br /&#62;
&#60;div class=&#34;content_text&#34;&#62;&#60;br /&#62;
&#38;lt;p&#38;gt;Sorry, but you are looking for something that isn't here.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#60;div class=&#34;search&#34;&#62;&#38;lt;?php include (TEMPLATEPATH . &#34;/searchform.php&#34;); ?&#38;gt;&#60;/div&#62;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#38;lt;!--content text end--&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#38;lt;?php get_footer(); ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>heytbecom konu: "tm wordpress temlate sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/3860#post-20055</link>
<pubDate>Paz, 09 Dec 2007 15:33:58 +0000</pubDate>
<dc:creator>heytbecom</dc:creator>
<guid isPermaLink="false">20055@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;ben 1.5 yıldır wos ile hallediyorum tüm işlerimi. muhtemelen şablonda bir hata vardır. tam detaylı yazmadığın için ne olduğunuda anlayamıyorum doğrusu. Başka şablonlardada bu hatayı veriyor mu?
&#60;/p&#62;</description>
</item>
<item>
<title>komer konu: "tm wordpress temlate sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/3860#post-20052</link>
<pubDate>Paz, 09 Dec 2007 14:46:24 +0000</pubDate>
<dc:creator>komer</dc:creator>
<guid isPermaLink="false">20052@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;arkadaşlar easy php kullanarak bir wordpress template çalıştırmak istiyorum ancak index.php yi çalıştırdığımda Fatal error: Call to undefined function: get_header() in c:\program files\easyphp1-8\www\index.php on line 1 hatasını alıyorum wos portable ile de aynı hatayı aldım lütfen yardım edebilirmisiniz
&#60;/p&#62;</description>
</item>

</channel>
</rss>
