<?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: Her sayfada farklı css</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: Her sayfada farklı css</description>
<language>en</language>
<pubDate>Wed, 09 Jul 2008 06:44:21 +0000</pubDate>

<item>
<title>khaos konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19653</link>
<pubDate>Çar, 28 Nov 2007 14:32:06 +0000</pubDate>
<dc:creator>khaos</dc:creator>
<guid isPermaLink="false">19653@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;.php bilgim çok iyi değildir, eksiklik varsa affınıza sığınıyorum.&#60;br /&#62;
;)
&#60;/p&#62;</description>
</item>
<item>
<title>khaos konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19652</link>
<pubDate>Çar, 28 Nov 2007 14:29:25 +0000</pubDate>
<dc:creator>khaos</dc:creator>
<guid isPermaLink="false">19652@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;code&#62;&#38;lt;?php get_the_category_by_ID($cat); ?&#38;gt;&#60;br /&#62;
&#38;lt;style type=&#34;text/css&#34; media=&#34;screen&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php if ( $cat == &#34;kategori ismi&#34;) {&#60;br /&#62;
 @import url( .css stil kodu adresiniz );&#60;br /&#62;
}&#60;br /&#62;
else&#60;br /&#62;
 @import url( &#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt; );&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;/style&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>khaos konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19651</link>
<pubDate>Çar, 28 Nov 2007 14:18:23 +0000</pubDate>
<dc:creator>khaos</dc:creator>
<guid isPermaLink="false">19651@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Ben koşul oluşturmak için &#60;strong&#62;the_category_head('before', 'after')&#60;/strong&#62; etiketini kullandım.&#60;/p&#62;
&#60;p&#62;Bu tür koşulları .php'de rahatlıkla yapabilmek için Wordpress'in &#60;strong&#62;in_category('category_id')&#60;/strong&#62; etiketini kullanabilirsiniz. Gerekli bilgiyi &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/in_category&#34;&#62;şu adresten&#60;/a&#62; elde edebilirsiniz.&#60;br /&#62;
Umarım az biraz olsun açıklayıcı olabilmişimdir.&#60;br /&#62;
Sevgilerimle...
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19649</link>
<pubDate>Çar, 28 Nov 2007 14:13:58 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">19649@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://pastebin.ca/&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.ca/&#60;/a&#62; buraya atabilirsin..
&#60;/p&#62;</description>
</item>
<item>
<title>khaos konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19648</link>
<pubDate>Çar, 28 Nov 2007 14:01:49 +0000</pubDate>
<dc:creator>khaos</dc:creator>
<guid isPermaLink="false">19648@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Öncelikle belirtmem gerekiyor, ben smarty template kullanıyorum. Yani .php'nin tema oluşturmak için basite indirgenmiş hali diyebiliriz. Biraz inceleme yaptım Wordpress'te kategori etiketleri arasında bu tür koşullara olanak sağlayan bir takım etiketler mevcut. Şimdi bu kodun .php tercümesini yazayım isterseniz; daha anlaşılır kılmak adına...&#60;/p&#62;
&#60;p&#62;Hem açıklama hem kodu yazınca kodlar anlamadığım bir şekilde siliniyor, o ndnle bu şekilde parça parça yazmak zorundayım, affınıza sığınıyorum.
&#60;/p&#62;</description>
</item>
<item>
<title>khaos konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19647</link>
<pubDate>Çar, 28 Nov 2007 13:56:09 +0000</pubDate>
<dc:creator>khaos</dc:creator>
<guid isPermaLink="false">19647@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;code&#62;&#38;lt;style type=&#34;text/css&#34; media=&#34;screen&#34;&#38;gt;&#60;br /&#62;
{capture name=some_content assign=cat}{the_category_head}{/capture}&#60;br /&#62;
{if $cat eq &#34;obsesyon&#34;}&#60;br /&#62;
@import url( &#34;http://hunfesan5.googlepages.com/buz.css&#34; );&#60;br /&#62;
{else}&#60;br /&#62;
@import url( &#34;{$siteurl}/templates/wp-layout.css&#34; );&#60;br /&#62;
{/if}&#60;br /&#62;
&#38;lt;/style&#38;gt;   &#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19627</link>
<pubDate>Çar, 28 Nov 2007 10:56:42 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">19627@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bilgilerime suna bilirsiniz :) takma adım @ site adim şeklinde bir mail ile bilgiyi alabilirim aslında buraya yazsan daha süper bir şey olabilir.
&#60;/p&#62;</description>
</item>
<item>
<title>khaos konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19608</link>
<pubDate>Sal, 27 Nov 2007 18:38:10 +0000</pubDate>
<dc:creator>khaos</dc:creator>
<guid isPermaLink="false">19608@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Başlık kısmında koşullar uygulayarak farklı kategoriler için farklı .css stil dosyaları uyguladım. İlgilenen arkadaşların bilgilerine sunarım;&#60;/p&#62;
&#60;p&#62;1- &#60;a href=&#34;http://khaos.blogsome.com/category/bilgi/&#34;&#62;yansımalar kategorisi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2- &#60;a href=&#34;http://khaos.blogsome.com/category/obsesyon/&#34;&#62;obsesyon kategorosi&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19543</link>
<pubDate>Pts, 26 Nov 2007 14:53:33 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">19543@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.sarikoca.net/kategoriye-gore-tema-eklentisi-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.sarikoca.net/kategoriye-gore-tema-eklentisi-wordpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>khaos konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19182</link>
<pubDate>Pts, 19 Nov 2007 11:20:09 +0000</pubDate>
<dc:creator>khaos</dc:creator>
<guid isPermaLink="false">19182@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Farklı header dosyalarını çağırabilmek için index.php'de koşullar belirtebilirsiniz. Tabi bunun için farklı header dosyaları oluşturmanız gerekecek.
&#60;/p&#62;</description>
</item>
<item>
<title>BiRVaRBiRYoK konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19066</link>
<pubDate>Cum, 16 Nov 2007 22:55:39 +0000</pubDate>
<dc:creator>BiRVaRBiRYoK</dc:creator>
<guid isPermaLink="false">19066@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;kusura bakma ilk yazımda anlatamadım işim vardı. şimdi anlatayım. Dediğin şeyi içerik yönünden (yani yazılar) yapmak çok zor. Ancak şöyle bir şey yaparsan olabilir. Yeni bir php sayfası açıp ismini rastgele koyarsın...&#60;br /&#62;
Sonra şablon halinde (css, header, footer) yazarsın(asıl temaya benzeterek). Ve &#34;Hakkımda&#34; bölümünü bu yarattığın dosyaya yönlendirirsin...Başka bir yöntemle yapabileceğini sanmıyorum.
&#60;/p&#62;</description>
</item>
<item>
<title>zeminkat konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19060</link>
<pubDate>Cum, 16 Nov 2007 21:23:25 +0000</pubDate>
<dc:creator>zeminkat</dc:creator>
<guid isPermaLink="false">19060@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;yeni açtığım php dosyasının adı ne olucak onu anlayamadım tam olarak detaylı bir şekilde anlatırmısınız.
&#60;/p&#62;</description>
</item>
<item>
<title>BiRVaRBiRYoK konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19059</link>
<pubDate>Cum, 16 Nov 2007 21:12:41 +0000</pubDate>
<dc:creator>BiRVaRBiRYoK</dc:creator>
<guid isPermaLink="false">19059@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Yeni bir php dosyası açıp içine header.php yi yerleştir. İstediğin değişiklikleri yap (css değişmek istiyorsan ayrıca bir css daha yap) ve bu dosyaları temanın içindeki &#34;index.php, single.php, footer.php&#34; gibi dosyaların olduğu yere at.
&#60;/p&#62;</description>
</item>
<item>
<title>zeminkat konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19058</link>
<pubDate>Cum, 16 Nov 2007 20:26:40 +0000</pubDate>
<dc:creator>zeminkat</dc:creator>
<guid isPermaLink="false">19058@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;işte tamistedeğim gibi bir cevap, bende her sayfa için farklı header istiyorum ama ilk mesajımda belirtmeyi unutmuşum neyse şimdi her sayfa için farklı header ve farklı css için tam olarak ne yapmam gerekiyor. @eylültoprak tam detaylı anlatırmısın çok sevinirim, teşekkür ederim.
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19057</link>
<pubDate>Cum, 16 Nov 2007 20:22:53 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">19057@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#38;lt;style type=&#34;text/css&#34; media=&#34;screen&#34;&#38;gt;&#60;br /&#62;
		@import url( &#38;lt;?php bloginfo('stylesheet_url'); ?&#38;gt; );&#60;br /&#62;
	&#38;lt;/style&#38;gt;&#60;/p&#62;
&#60;p&#62;hepsinde farklı header olursa yada css hangi dosyadan çağırırsan olur hocam.
&#60;/p&#62;</description>
</item>
<item>
<title>zeminkat konu: "Her sayfada farklı css"</title>
<link>http://www.wordpress-tr.com/forum/topic/3661#post-19056</link>
<pubDate>Cum, 16 Nov 2007 19:52:49 +0000</pubDate>
<dc:creator>zeminkat</dc:creator>
<guid isPermaLink="false">19056@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhaba arkadaşlar &#60;/p&#62;
&#60;p&#62;siteden 5 adet diyelimki sayfamız var &#34;hakkımızda,iletişim vs.&#34; bu sayfalara tıkladığımızda her biri farklı css ile açılsın ben her sayfa için css hazırladım ama bir türlü sayfalar değiştiği zaman gösteremedim. Site her zaman ki gibi hangi css yüklü ise o şekilde çıkıyor. Bu konuda bilgisi olan varmı..? yada wp yapısına uygunmudur bu şekilde bir istek. Şimdiden teşekkür ederim mutlu kalın.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
