﻿<?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: title ayarı</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: title ayarı</description>
<language>en</language>
<pubDate>Sat, 22 Nov 2008 05:02:28 +0000</pubDate>

<item>
<title>konel konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-31373</link>
<pubDate>Pts, 07 Jul 2008 14:13:55 +0000</pubDate>
<dc:creator>konel</dc:creator>
<guid isPermaLink="false">31373@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;Olay budur var mı sorun arkadaşlar ?&#60;/strong&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>konel konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-31320</link>
<pubDate>Paz, 06 Jul 2008 00:21:34 +0000</pubDate>
<dc:creator>konel</dc:creator>
<guid isPermaLink="false">31320@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;Bu basit konuya şu ana kadar Wp ustalarının kesin net bir cevap yazamamasına gerçekten çok şaşırdım ben bir iki deneme ile hallettim:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Eğer title bilgilerinizde » gibi sinir bozucu bir şekil çıkıyorsa ve siz asci veya direk bu kodu arayıp bulamıyorsanız ki benimkinde öyleydi header.php dosyanızdaki title kodunuz şu şekildedir:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_title(''); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Şekilden kurtulmak için yapmanı gereken ise iki tırnak arasına bir boşluk yapmaktır :)&#60;/p&#62;
&#60;p&#62;yani şu şekilde yapın:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_title(' '); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Genel olarak toparlayacak olursak:&#60;/p&#62;
&#60;p&#62;Başlık ismi + blog ismi şeklinde herhangi bir işaret(+) olmadan görüntülemek için:&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php wp_title(' '); ?&#38;gt; &#38;lt;?php bloginfo('name'); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;p&#62;Kodunu kullanın bakın bakim şimdi gitti mi gitmedi mi ;)
&#60;/p&#62;</description>
</item>
<item>
<title>gokmenm konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-25508</link>
<pubDate>Sal, 18 Mar 2008 00:23:15 +0000</pubDate>
<dc:creator>gokmenm</dc:creator>
<guid isPermaLink="false">25508@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#38;lt;title&#38;gt;&#38;lt;?php wp_title();?&#38;gt;&#38;lt;?php if(wp_title('', false)) { ?&#38;gt; &#124; &#38;lt;?php } ?&#38;gt;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;/p&#62;
&#60;p&#62;sitemdeki title kodu şu sekilde ayarladım....&#60;br /&#62;
sadece » işareti çıkıyor ilk basta..&#60;br /&#62;
title çalışıyor...bu kodu değişince kullandığım pluginler sorun çıkarıyor...&#60;/p&#62;
&#60;p&#62;biraz yabancı wp forumunda arastırdım sonuca ordada ulasılmamış.&#60;/p&#62;
&#60;p&#62;not:sürekli arastırıyorum.yeni bulduğum seyleri yazmaya çalısıyorum.
&#60;/p&#62;</description>
</item>
<item>
<title>gokmenm konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-25501</link>
<pubDate>Pts, 17 Mar 2008 22:24:40 +0000</pubDate>
<dc:creator>gokmenm</dc:creator>
<guid isPermaLink="false">25501@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;başlıktaki &#34; » &#34; işaretlerini kaldırmak istiyorum.özellikle ilk baştakini..&#60;/p&#62;
&#60;p&#62;temalarda » arattım silmek için bulamadım.. &#60;/p&#62;
&#60;p&#62;&#38;lt;?php wp_title();?&#38;gt;&#60;br /&#62;
sayfanda title bölümünde kod bu sekilde..ancak &#34; » &#34; isaretini nereden bulup ekliyor bulamadım.&#60;br /&#62;
 yani kod aynı olacak..ancak o işaret çıkmayacak...sonuçta bu işart biryerden alınıyor..&#60;/p&#62;
&#60;p&#62;editöre not:kötü niyetim yok.sadece sorunu çözmeye çalısıyorum.bilgilerin yetersiz olduğunu düşünerek ekleme yapıyorum.
&#60;/p&#62;</description>
</item>
<item>
<title>yakuphan konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23492</link>
<pubDate>Çar, 06 Feb 2008 22:34:24 +0000</pubDate>
<dc:creator>yakuphan</dc:creator>
<guid isPermaLink="false">23492@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#38;lt; ?php ifadesindeki boşluğu silip denemiş miydiniz? Yazdığınız mesajda kod satırının sonundaki }?&#38;gt; ifadesini } ?&#38;gt; ile değiştirin, ayrıca kodu eklediğiniz bloğu da yazarsanız iyi olur. Küçük bir ihtimal de olsa bu kodu bir php bloğunun içinde kullanıyor olabilirsiniz.&#60;br /&#62;
&#38;lt; ?php $sayfano = get_query_var('paged'); if ($sayfano) { echo &#34;Sayfa $sayfano&#34;; } ?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23467</link>
<pubDate>Çar, 06 Feb 2008 15:47:50 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">23467@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#38;lt; ?php $sayfano = get_query_var('paged'); if ($sayfano) { echo &#34;Sayfa $sayfano&#34;; }?&#38;gt; hata veriyor&#60;br /&#62;
 editplus da aciyorum php yide bu kod düz siyah kod renkleri bile yok.
&#60;/p&#62;</description>
</item>
<item>
<title>yakuphan konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23455</link>
<pubDate>Çar, 06 Feb 2008 14:08:14 +0000</pubDate>
<dc:creator>yakuphan</dc:creator>
<guid isPermaLink="false">23455@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Yazı ilk açıldığında &#34;paged&#34; ile aldığınız değişkenin içeriği olmadığından ekrana birşey yazmıyor. Bunu aşağıdaki gibi sınayarak işinizi görebilirsiniz.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt; title&#38;gt;&#38;lt; ?php&#60;br /&#62;
$sayfano = get_query_var('paged');&#60;br /&#62;
if ($sayfano) {&#60;br /&#62;
echo &#34;Sayfa $sayfano&#34;;&#60;br /&#62;
 }&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt; /title&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
Burada eğer &#34;paged&#34; değişkeninin değeri varsa yaz dedik, yoksa birşey yazmayacak. Kod içindeki &#38;lt; sembollerinden sonra boşluk olmayacak, onları düzeltin.
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23454</link>
<pubDate>Çar, 06 Feb 2008 13:56:28 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">23454@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Bunu geçtimde şubu nasıl yapabilirim. pagenavinin sayfa nosunu titleye su kodla aktarabiliyorum:&#60;br /&#62;
&#38;lt;title&#38;gt; Sayfa &#38;lt;?php echo get_query_var('paged'); ?&#38;gt; &#38;lt;/title&#38;gt;&#60;br /&#62;
bunde 1. sayfada nosu gozukmuyor 2. 3 .4 vs.. de titlede no guzkuyor ama&#60;br /&#62;
misal 1. sayfa da &#38;lt;title&#38;gt; Sayfa &#38;lt;/title&#38;gt;&#60;br /&#62;
misal 2. sayfa da &#38;lt;title&#38;gt; Sayfa 2 &#38;lt;/title&#38;gt;&#60;br /&#62;
Yapmak istedigim sayfa kelimesini &#38;lt;?php echo get_query_var('paged'); ?&#38;gt; kodunun icine nasıl atarım boylece 1. sayfada, sayfa kelimesi çıkmaz.&#60;br /&#62;
Örnek başka kod:&#60;br /&#62;
&#38;lt;?php if ( is_single() ) { ?&#38;gt;. title &#38;lt;?php } ?&#38;gt;  buda titlede farklı amaç için burda title php kod icinde buna benzer kod istiyorum.
&#60;/p&#62;</description>
</item>
<item>
<title>heytbecom konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23408</link>
<pubDate>Sal, 05 Feb 2008 18:50:09 +0000</pubDate>
<dc:creator>heytbecom</dc:creator>
<guid isPermaLink="false">23408@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_title&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_title&#60;/a&#62;&#60;br /&#62;
adresinde ayarları mevcut.
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23396</link>
<pubDate>Sal, 05 Feb 2008 17:12:56 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">23396@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Yada elinde değişik title kombinasyonları olan var mı?
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23395</link>
<pubDate>Sal, 05 Feb 2008 17:08:34 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">23395@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#38;lt;?php wp_title(':'); ?&#38;gt; kodu ekleyincede &#34;»&#34; yerine &#34;:&#34; oluyor yani ascii değişmiş oluyor ben kompile kaldırmak istiyorum + boşluk ondan sonra bu işaret oluyor. titlede görünürde boşluk yok..&#38;lt;?php wp_title(); ?&#38;gt; alternatif kod yok mu?&#60;br /&#62;
ör :&#60;br /&#62;
&#38;lt;title&#38;gt; » Şahika&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt; : Şahika&#38;lt;/title&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23359</link>
<pubDate>Sal, 05 Feb 2008 00:18:33 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">23359@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;wportal-10 theme bu ama bunla akalalımı bilmem titlede &#34;»&#34; bu işaret yok ascii side yok
&#60;/p&#62;</description>
</item>
<item>
<title>mavinefes konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23349</link>
<pubDate>Pts, 04 Feb 2008 21:58:21 +0000</pubDate>
<dc:creator>mavinefes</dc:creator>
<guid isPermaLink="false">23349@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;sidebardaki &#38;gt; bu işarettenmi bahsediyorsunuz eğer ondan bahsediyorsanız title diye images dosyasından bull adli resimi değiştirmeniz gerekiyor yada kaldırmanız
&#60;/p&#62;</description>
</item>
<item>
<title>mavinefes konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23348</link>
<pubDate>Pts, 04 Feb 2008 21:52:25 +0000</pubDate>
<dc:creator>mavinefes</dc:creator>
<guid isPermaLink="false">23348@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;tema ismi verirseniz daha ayrıntılı bir açıklama yapabiliriz
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23347</link>
<pubDate>Pts, 04 Feb 2008 21:49:11 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">23347@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;eylultoprak o işaret yok işde olsa kaldırıcam okadarını biliyorum :)
&#60;/p&#62;</description>
</item>
<item>
<title>heytbecom konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23325</link>
<pubDate>Pts, 04 Feb 2008 16:18:11 +0000</pubDate>
<dc:creator>heytbecom</dc:creator>
<guid isPermaLink="false">23325@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;cihan1368&#60;/strong&#62;, ben sitenizin herhangi bir yerinde o işareti göremedim.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;?php wp_title(':'); ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;bu şekilde değiştirin...&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;kuytul&#60;/strong&#62;, Ben bu başlıkt türkçe karakter sorunu ile ilgili bir şey göremiyorum. Lütfen yeni bir başlık açabilir yada varolan başlıklarda sorununuzu yazabilirsiniz.
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23318</link>
<pubDate>Pts, 04 Feb 2008 15:05:59 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">23318@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;@cYcLoNe &#38;lt;?php wp_title(''); ?&#38;gt; sağındaki garip karakteri kaldırın. Header.php dosyasında olması gerekli.
&#60;/p&#62;</description>
</item>
<item>
<title>cYcLoNe konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-23314</link>
<pubDate>Pts, 04 Feb 2008 15:01:04 +0000</pubDate>
<dc:creator>cYcLoNe</dc:creator>
<guid isPermaLink="false">23314@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bu sorun bendede var &#38;lt;?php wp_title(''); ?&#38;gt; den kaynaklanıyor &#34;»&#34; bunu nasıl kaldırırız bilen yokmu?
&#60;/p&#62;</description>
</item>
<item>
<title>kuytul konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-21885</link>
<pubDate>Çar, 16 Jan 2008 19:51:12 +0000</pubDate>
<dc:creator>kuytul</dc:creator>
<guid isPermaLink="false">21885@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;merhaba, ilk defa bir blog kurdum ve yardıma ihtiyacım var. Blogu kurduktan sonra tercihlerden sitenin başlığını yazdığımda türkçe karakter sorunuyla karşılaşıyorum. Charset ayarı utf-8 olarak görünyor fakat bende yine türkçe karakter sorunu var. Ne yapabilirim acaba?
&#60;/p&#62;</description>
</item>
<item>
<title>cihan1368 konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-21600</link>
<pubDate>Çar, 09 Jan 2008 17:23:08 +0000</pubDate>
<dc:creator>cihan1368</dc:creator>
<guid isPermaLink="false">21600@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;Temanızın header.php (Üst Kısım) bölümünü açın. &#38;lt;title&#38;gt;&#38;lt;/title&#38;gt; taglerinin arasında &#38;amp; raquo; ifadesini bulup, yerine boşluk ya da başka bir karakter girebilirsiniz. İfadede &#38;#38; işaretinden sonra boşluk yok.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Maalesef dediğin ifade yok. Bendeki kod aşşağıdaki şekilde..&#60;/p&#62;
&#60;p&#62;&#38;lt;title&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_title(''); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php if(wp_title(' ', false)) { echo ' &#124; '; } ?&#38;gt;&#60;br /&#62;
&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;br /&#62;
&#38;lt;/title&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>yakuphan konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-21580</link>
<pubDate>Çar, 09 Jan 2008 11:14:34 +0000</pubDate>
<dc:creator>yakuphan</dc:creator>
<guid isPermaLink="false">21580@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Temanızın header.php (Üst Kısım) bölümünü açın. &#38;lt;title&#38;gt;&#38;lt;/title&#38;gt; taglerinin arasında &#38;amp; raquo; ifadesini bulup, yerine boşluk ya da başka bir karakter girebilirsiniz. İfadede &#38;#38; işaretinden sonra boşluk yok.
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-21577</link>
<pubDate>Çar, 09 Jan 2008 10:16:02 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">21577@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bunu özel olarak kodlar.. bundan önceki yada sonraki kelime ile dosyada bulup silmeniz gerekli 8 başlayan bi koddur ihtimalle..
&#60;/p&#62;</description>
</item>
<item>
<title>cihan1368 konu: "title ayarı"</title>
<link>http://www.wordpress-tr.com/forum/topic/4168#post-21572</link>
<pubDate>Çar, 09 Jan 2008 06:45:59 +0000</pubDate>
<dc:creator>cihan1368</dc:creator>
<guid isPermaLink="false">21572@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Arkadaşlar titledeki &#34;&#60;strong&#62;»&#60;/strong&#62;&#34; karajterini kaldırmak istiyorum. Dosyaların içini aradım bulamadım. Nereden kaldırırım?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
