<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Byumut &#187; wp fonksiyonlarının kullanımı</title>
	<atom:link href="http://www.byumut.com/tag/wp-fonksiyonlarinin-kullanimi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.byumut.com</link>
	<description>&#34; Sadece Yapamadıklarınızdan Pişman Olursunuz &#34;</description>
	<lastBuildDate>Sun, 04 Jul 2010 11:17:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress (Wp) Tema Yapımı 3</title>
		<link>http://www.byumut.com/wordpress-wp-tema-yapimi-3/</link>
		<comments>http://www.byumut.com/wordpress-wp-tema-yapimi-3/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 08:41:00 +0000</pubDate>
		<dc:creator>byumut</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[bloginfo]]></category>
		<category><![CDATA[wordpress fonksiyonlarının kullanımı]]></category>
		<category><![CDATA[wordpress tema yapımı]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp fonksiyonlarının kullanımı]]></category>
		<category><![CDATA[wp tema yapımı]]></category>

		<guid isPermaLink="false">http://www.byumut.com/?p=469</guid>
		<description><![CDATA[WordPress tema yapımı serimizin 3. bölümdeyiz . Çok yoğun üniversite ve iş hayatım yüzünden bloguma fazla zaman harcayamasamda sizlere gerekli gördüğüm paylaşımlarımı sunmaya gayret ediyorum . Şimdi gelelim bu bölümde öğreneceklerimize . Wp tema yapımı 1 ve Wp tema yapımı 2 derslerinde öğrendiklerimizin üstüne bu derste artık sitemizin içini doldurmaya başlıyoruz . Blog başlık , [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress tema yapımı serimizin 3. bölümdeyiz . Çok yoğun üniversite ve iş hayatım yüzünden bloguma fazla zaman harcayamasamda sizlere gerekli gördüğüm paylaşımlarımı sunmaya gayret ediyorum . Şimdi gelelim bu bölümde öğreneceklerimize . <a href="http://www.byumut.com/wordpress-wp-tema-yapimi-1/">Wp tema yapımı 1</a> ve <a href="http://www.byumut.com/wordpress-wp-tema-yapimi-2-sablon-dosyalari/">Wp tema yapımı 2</a> derslerinde öğrendiklerimizin üstüne bu derste artık sitemizin içini doldurmaya başlıyoruz .<br />
<span id="more-469"></span></p>
<h3> Blog başlık , url ve açıklamasının yazılması  </h3>
<p><a href="http://www.byumut.com/wordpress-fonksiyonlari/">WordPress Fonksiyon</a> arşivim sayfasında sizlere daha önceden wp ' de kullanılabilecek fonksiyonları yazmıştım şimdi o fonksiyonları kullanmanınn zamanı geldi . </p>
<p>Blogumuzun adını (başlığını) ekrana yazdırmamız gerekiyor diyelim .<br />
Blogumuzun index.php ksımını açıkıyoruz ve body tagları arasına şu kodları yazıyoruz  .  </p>
<div class="igBar"><span id="lphp-5"><a href="#" onclick="javascript:showPlainTxt('php-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-5">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;a href=<span style="color:#FF0000;">"&lt;?php bloginfo('url'); ?&gt;"</span>&gt;&lt;?php bloginfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'name'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/a&gt; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><strong>bloginfo('name')</strong> bize blogumuzun adını çekiyorken <strong>bloginfo('url')</strong> bize blogumuzun url adresini çekiyor ve ekranda göstermemizi sağlıyor . </p>
<p><strong>Ekran Görüntüsü :</strong><br />
<img src="http://www.byumut.com/wp-content/uploads/2009/06/ScreenHunter_01-Jun.-25-11.06.gif" width="224" height="119" class="aligncenter size-full wp-image-473" /></p>
<p>Biz adımlarımızı biraz daha geliştirip buranın altınada blogumuzun açıklamasını yazmak istiyoruz o zaman kodları şu hale getirmemiz lazım . </p>
<div class="igBar"><span id="lphp-6"><a href="#" onclick="javascript:showPlainTxt('php-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-6">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;a href=<span style="color:#FF0000;">"&lt;?php bloginfo('url'); ?&gt;"</span>&gt;&lt;?php bloginfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'name'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/a&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> bloginfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'description'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><strong>bloginfo('description')</strong> bize blogumuz için belirlediğimiz açıklamamızı (sloganımızı) yazdırma imkanı sunuyor . </p>
<p><strong>Ekran Görüntüsü :</strong> </p>
<p><img src="http://www.byumut.com/wp-content/uploads/2009/06/ScreenHunter_02-Jun.-25-11.13.gif" width="390" height="77" class="aligncenter size-full wp-image-477" /></p>
<p>İşte blogumuzun adını , url adresini ve açıklamasını aldık ve ekrana yazdık fakat şuanda çok şekilsiz görünüyor biraz bunu stillendirelim . Onun için index.php kısmına yazdığım kodları şu hale getiriyorum . </p>
<div class="igBar"><span id="lphp-7"><a href="#" onclick="javascript:showPlainTxt('php-7'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-7">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;div id=<span style="color:#FF0000;">"header"</span>&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;&lt;div id=<span style="color:#FF0000;">"blogadi"</span>&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp;&lt;a href=<span style="color:#FF0000;">"&lt;?php bloginfo('url'); ?&gt;"</span>&gt;&lt;?php bloginfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'name'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/a&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;&lt;/div&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &lt;div id=<span style="color:#FF0000;">"blogaciklama"</span>&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> bloginfo<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'description'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&lt;/div&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;/div&gt; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>gerekli xhtml , html kodlamaları ekledim şimdi style.css dosyasına geçiyorum ve bunlara biraz style kazandırıyorum . </p>
<p>style.css dosyamızı şu hale getirelim : </p>
<div class="igBar"><span id="lphp-8"><a href="#" onclick="javascript:showPlainTxt('php-8'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-8">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">/*&nbsp; </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Theme Name: İlk Tema </span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Theme URI: http://www.byumut.com</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Description: Byumut ilk Tema</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Version: 1.0</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Author: UMUT CETİNKAYA</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Author URI: http://www.byumut.com</span></div>
</li>
<li style="font-weight: bold;color:#26536A;"></li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">*/</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">body<span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">margin:2px;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000; font-style:italic;">#header{ </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">border:1px solid silver;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">background-color:<span style="color:#008000; font-style:italic;">#F0F0F0;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">padding:5px;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">font-family:<span style="color:#FF0000;">"Verdana"</span>;&nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000; font-style:italic;">#header #blogadi{ </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">font-size:25px; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">color:<span style="color:#008000; font-style:italic;">#330033; </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000; font-style:italic;">#header #blogadi a{ </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">text-decoration:none; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">color:<span style="color:#008000; font-style:italic;">#990000; </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000; font-style:italic;">#header #bloaciklama{ </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">width:<span style="color:#CC66CC;color:#800000;">100</span>%; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">color:<span style="color:#008000; font-style:italic;">#A6A6A6; </span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Ekran Görüntüsü : </p>
<p><img src="http://www.byumut.com/wp-content/uploads/2009/06/son-ekran-görüntüsü-300x87.gif" alt="son ekran görüntüsü" title="son ekran görüntüsü" width="300" height="87" class="aligncenter size-medium wp-image-479" /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.byumut.com/wordpress-wp-tema-yapimi-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
