<?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: enchant v2 temasında nasıl Meta bölümü açacağım</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: enchant v2 temasında nasıl Meta bölümü açacağım</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 04:17:59 +0000</pubDate>

<item>
<title>canarkadas konu: "enchant v2 temasında nasıl Meta bölümü açacağım"</title>
<link>http://www.wordpress-tr.com/forum/topic/1955#post-17778</link>
<pubDate>Cts, 27 Oct 2007 12:38:59 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">17778@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;img src=&#34;http://img525.imageshack.us/img525/1550/25658667pi4.gif&#34; alt=&#34;ImageShack&#34; /&#62;&#60;/p&#62;
&#60;p&#62;Üstteki görünüm için &#60;a href=&#34;http://www.shorttext.com/1zbdf0&#34;&#62;burada&#60;/a&#62;ki kodu komple sidebar.php ye yapıştırp kullanın, bu tür kodlar için &#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/3167?replies=2#post-16187&#34;&#62;buraya&#60;/a&#62; da bakabilirsiniz.
&#60;/p&#62;</description>
</item>
<item>
<title>cemilbilgi konu: "enchant v2 temasında nasıl Meta bölümü açacağım"</title>
<link>http://www.wordpress-tr.com/forum/topic/1955#post-17776</link>
<pubDate>Cts, 27 Oct 2007 12:23:31 +0000</pubDate>
<dc:creator>cemilbilgi</dc:creator>
<guid isPermaLink="false">17776@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;aynısı bendede oldu kodu duzeltırmısınız??
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "enchant v2 temasında nasıl Meta bölümü açacağım"</title>
<link>http://www.wordpress-tr.com/forum/topic/1955#post-17280</link>
<pubDate>Per, 18 Oct 2007 17:43:11 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">17280@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;O kodu ekleyince böyle saçma birsey cıktı 4 formlu icinde / işaretler ve giriş buttonu bile yok&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "enchant v2 temasında nasıl Meta bölümü açacağım"</title>
<link>http://www.wordpress-tr.com/forum/topic/1955#post-9283</link>
<pubDate>Sal, 26 Jun 2007 22:38:50 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">9283@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Siz de sağolun, profilinize site adresinizi yazsaydınız bir göz atardık; :)
&#60;/p&#62;</description>
</item>
<item>
<title>tabuttapartivar konu: "enchant v2 temasında nasıl Meta bölümü açacağım"</title>
<link>http://www.wordpress-tr.com/forum/topic/1955#post-9280</link>
<pubDate>Sal, 26 Jun 2007 22:30:55 +0000</pubDate>
<dc:creator>tabuttapartivar</dc:creator>
<guid isPermaLink="false">9280@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;teşekkürler kardeş çok işime yaradı
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "enchant v2 temasında nasıl Meta bölümü açacağım"</title>
<link>http://www.wordpress-tr.com/forum/topic/1955#post-9224</link>
<pubDate>Sal, 26 Jun 2007 13:58:08 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">9224@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Alttaki kodları sidebar.php de kullanarak yapabilirsiniz, temanıza göre düzenlemek gerekebilir.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;h2&#38;gt;Meta&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#38;lt;?php wp_register(); ?&#38;gt;&#60;/p&#62;
&#60;li&#62;&#38;lt;?php wp_loginout(); ?&#38;gt;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;Valid XHTML&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#38;amp;usermedium=all\&#34;&#38;gt;Valid CSS 3.0&#60;/a&#62;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;WordPress&#60;/a&#62;&#60;/li&#62;
&#60;p&#62;&#38;lt;?php wp_meta(); ?&#38;gt;
&#60;/ul&#62;&#60;/blockquote&#62;
&#60;p&#62;Sadece giriş kutusu koymak isterseniz.Sidebara alttaki kodu yerleştirin.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
&#38;lt;?php if (is_user_logged_in()): { ?&#38;gt;&#60;br /&#62;
&#38;lt;!-- Kullanici giris yaptiysa gorunecek olan bolum --&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Kullanici paneli') ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#38;lt;?php wp_loginout(); ?&#38;gt;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#38;lt;?php } endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;?php if ( !is_user_logged_in()): { ?&#38;gt;&#60;br /&#62;
&#38;lt;!-- Kullanici giris yapmadiysa gorunecek olan bolum --&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Giris yapin') ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#38;lt;form name=\&#34;loginform\&#34; id=\&#34;loginform\&#34; action=\&#34;http://site.com/wp-login.php\&#34; method=\&#34;post\&#34;&#38;gt;&#60;br /&#62;
&#38;lt;label&#38;gt;Kullanici Adi:&#38;lt;input type=\&#34;text\&#34; name=\&#34;log\&#34; id=\&#34;log\&#34; value=\&#34;\&#34; size=\&#34;20\&#34; tabindex=\&#34;1\&#34; /&#38;gt;&#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;label&#38;gt;Parola: &#38;lt;input type=\&#34;password\&#34; name=\&#34;pwd\&#34; id=\&#34;pwd\&#34; value=\&#34;\&#34; size=\&#34;20\&#34; tabindex=\&#34;2\&#34; /&#38;gt;&#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;label&#38;gt;&#38;lt;input name=\&#34;rememberme\&#34; type=\&#34;checkbox\&#34; id=\&#34;rememberme\&#34; value=\&#34;forever\&#34; tabindex=\&#34;3\&#34; /&#38;gt;Beni unutma:)&#38;lt;/label&#38;gt;&#60;br /&#62;
&#38;lt;input type=\&#34;submit\&#34; name=\&#34;submit\&#34; id=\&#34;login\&#34; value=\&#34;Giris &#38;raquo;\&#34; tabindex=\&#34;4\&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/form&#38;gt;&#60;br /&#62;
&#38;lt;h2&#38;gt;&#38;lt;?php _e('Kayit olun') ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_register(); ?&#38;gt;
&#60;/ul&#62;
&#60;p&#62;&#38;lt;?php } endif; ?&#38;gt; &#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>tabuttapartivar konu: "enchant v2 temasında nasıl Meta bölümü açacağım"</title>
<link>http://www.wordpress-tr.com/forum/topic/1955#post-9209</link>
<pubDate>Sal, 26 Jun 2007 11:14:47 +0000</pubDate>
<dc:creator>tabuttapartivar</dc:creator>
<guid isPermaLink="false">9209@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;temanın kendi içerisinde ana sayfaya meta bölümü eklenmemiş.ben bileşenlerden ekliyince metayı,temada özelleştirdiğim kategori adı normale dönüyor bileşenler'den müdahale etmeden anasayfaya meta bölümünü nasıl ekliyebilirim?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
