<?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ı &#187; Topic: Tarih eklentisi</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları &raquo; Topic: Tarih eklentisi</description>
<language>en</language>
<pubDate>Wed, 10 Mar 2010 00:03:05 +0000</pubDate>

<item>
<title>Ayhan on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-1090</link>
<pubDate>Fri, 29 Dec 2006 11:28:55 +0000</pubDate>
<dc:creator>Ayhan</dc:creator>
<guid isPermaLink="false">1090@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Selam Arkadaşlar ben aşağıdaki temayı kullanıyorum&#60;br /&#62;
&#60;a href=&#34;http://www.kapikua.com/2006/07/24/theme-leia/&#34; rel=&#34;nofollow&#34;&#62;http://www.kapikua.com/2006/07/24/theme-leia/&#60;/a&#62;&#60;br /&#62;
Birtürlü bu temada bu eklentiyi gösteremedim.Bu eklentinin readme si K2 teması için hazırlanmış. Yardımcı olursanız çok sevinirim.&#60;/p&#62;
&#60;p&#62;İki kod var biri theloop.php sayfasına eklenecekmiş yalnız benim öyle bir sayfam yok. Diğer kod ise comments.php e eklenecek. Eklenecek kodu ve benim comments.php kodlarını aşağıda verdim.&#60;/p&#62;
&#60;p&#62;[b]Comments a eklenecek kod şu:[/b]&#60;br /&#62;
[code]&#38;lt;?php if (function_exists('slds_date_stamp')) { slds_date_stamp(get_comment_date('U'), $k2_comment_alt); } ?&#38;gt;[/code]&#60;/p&#62;
&#60;p&#62;[b]Bu benim temanın comments.php kodu[/b]&#60;/p&#62;
&#60;p&#62;[code]&#38;lt;?php if ( !empty($post-&#38;gt;post_password) &#38;#38;&#38;amp; $_COOKIE['wp-postpass_' . COOKIEHASH] != $post-&#38;gt;post_password) : ?&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;?php _e('Enter your password to view comments.'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php return; endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;div&#62;&#60;br /&#62;
&#38;lt;?php comments_number(__('No hay comentarios'), __('1 Comentario'), __('% Comentarios')); ?&#38;gt;&#60;br /&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $comments ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php foreach ($comments as $comment) : ?&#38;gt;&#60;br /&#62;
	&#60;div&#62;&#60;br /&#62;
				&#60;div&#62;&#60;br /&#62;
					&#38;lt;p&#38;gt;&#38;lt;?php comment_type(__('Comentario'), __('Trackback'), __('Pingback')); ?&#38;gt; &#38;lt;?php _e('de'); ?&#38;gt; &#38;lt;b&#38;gt;&#38;lt;?php comment_author_link() ?&#38;gt;&#38;lt;/b&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
					&#38;lt;p class=&#34;tiempo&#34;&#38;gt;Realizado el &#38;lt;?php comment_date('l') ?&#38;gt;, &#38;lt;?php comment_date('j') ?&#38;gt; de &#38;lt;?php comment_date('F') ?&#38;gt; del &#38;lt;?php comment_date('Y') ?&#38;gt; a las &#38;lt;?php comment_time() ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
				&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;			&#60;/div&#62;	&#60;/p&#62;
&#60;p&#62;			&#60;div&#62;&#60;br /&#62;
				&#38;lt;span id=&#34;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
				&#38;lt;?php comment_text() ?&#38;gt;&#60;br /&#62;
				&#38;lt;/span&#38;gt;&#60;br /&#62;
			&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php else : // If there are no comments yet ?&#38;gt;&#60;br /&#62;
	&#38;lt;p&#38;gt;&#38;lt;?php _e('No Hay comentarios.'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( comments_open() ) : ?&#38;gt;&#60;br /&#62;
&#60;div&#62;&#38;lt;?php _e('Escribir un comentario'); ?&#38;gt;&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( get_option('comment_registration') &#38;#38;&#38;amp; !$user_ID ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;You must be &#60;a&#62;/wp-login.php?redirect_to=&#38;lt;?php the_permalink(); ?&#38;gt;&#34;&#38;gt;logged in&#60;/a&#62; to post a comment.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;form action=&#34;&#38;lt;?php echo get_option('siteurl'); ?&#38;gt;/wp-comments-post.php&#34; method=&#34;post&#34; id=&#34;commentform&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $user_ID ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;Logged in as &#60;a&#62;/wp-admin/profile.php&#34;&#38;gt;&#38;lt;?php echo $user_identity; ?&#38;gt;&#60;/a&#62;. &#60;a&#62;/wp-login.php?action=logout&#34; title=&#34;&#38;lt;?php _e('Log out of this account') ?&#38;gt;&#34;&#38;gt;Logout &#38;raquo;&#60;/a&#62;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;author&#34; id=&#34;author&#34; value=&#34;&#38;lt;?php echo $comment_author; ?&#38;gt;&#34; size=&#34;22&#34; tabindex=&#34;1&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;label for=&#34;author&#34;&#38;gt;&#38;lt;small&#38;gt;Nnombre &#38;lt;?php if ($req) _e('(obligado)'); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;email&#34; id=&#34;email&#34; value=&#34;&#38;lt;?php echo $comment_author_email; ?&#38;gt;&#34; size=&#34;22&#34; tabindex=&#34;2&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;label for=&#34;email&#34;&#38;gt;&#38;lt;small&#38;gt;E-mail &#38;lt;small&#38;gt;(no sera publicado)&#38;lt;/small&#38;gt; &#38;lt;?php if ($req) _e('(obligado)'); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input type=&#34;text&#34; name=&#34;url&#34; id=&#34;url&#34; value=&#34;&#38;lt;?php echo $comment_author_url; ?&#38;gt;&#34; size=&#34;22&#34; tabindex=&#34;3&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;label for=&#34;url&#34;&#38;gt;&#38;lt;small&#38;gt;Pagina web&#38;lt;/small&#38;gt;&#38;lt;/label&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;small&#38;gt;&#60;strong&#62;XHTML:&#60;/strong&#62; Puedes usar estos tags: &#38;lt;?php echo allowed_tags(); ?&#38;gt;&#38;lt;/small&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;textarea name=&#34;comment&#34; id=&#34;comment&#34; cols=&#34;100%&#34; rows=&#34;10&#34; tabindex=&#34;4&#34;&#38;gt;&#38;lt;/textarea&#38;gt;&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;&#38;lt;input name=&#34;submit&#34; type=&#34;submit&#34; id=&#34;submit&#34; tabindex=&#34;5&#34; value=&#34;Enviar comentario&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;input type=&#34;hidden&#34; name=&#34;comment_post_ID&#34; value=&#34;&#38;lt;?php echo $id; ?&#38;gt;&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php do_action('comment_form', $post-&#38;gt;ID); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/form&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; // If registration required and not logged in ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php else : // Comments are closed ?&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;&#38;lt;?php _e('Lo siento, los comentarios estan cerrados en este momento.'); ?&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
[/code]&#60;/p&#62;
&#60;p&#62;[b]Diğer kod bu:[/b]&#60;br /&#62;
[code]&#38;lt;?php if (function_exists('slds_date_stamp')) { slds_date_stamp(get_the_time('U'), $k2_post_alt); } ?&#38;gt;[/code]&#60;/p&#62;
&#60;p&#62;[/b]benim index.php kodu [/b]&#60;/p&#62;
&#60;p&#62;[code]&#38;lt;?php&#60;br /&#62;
get_header();&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#60;div&#62;&#60;br /&#62;
&#38;lt;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#60;div class=&#34;post&#34;&#62;&#34;&#38;gt;&#60;br /&#62;
			 &#38;lt;h2&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;h3&#38;gt;Yazan Kişi: &#60;strong&#62;&#38;lt;?php the_author() ?&#38;gt;&#60;/strong&#62; Gün: &#38;lt;?php the_time('l') ?&#38;gt;, &#38;lt;?php the_time('j') ?&#38;gt; Ay: &#38;lt;?php the_time('F') ?&#38;gt; Yıl: &#38;lt;?php the_time('Y') ?&#38;gt; Saat: &#38;lt;?php the_time() ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;h4&#38;gt;&#60;br /&#62;
				&#38;lt;?php the_content(__('(Leer mas ...)')); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/h4&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;h5&#38;gt;&#60;br /&#62;
						&#38;lt;?php comments_popup_link(__('&#38;lt;p&#38;gt;&#38;lt;span class=&#34;comentarios&#34;&#38;gt;Yorum Ekle&#38;lt;/span&#38;gt;&#38;lt;/p&#38;gt;'), __('&#38;lt;p&#38;gt;&#38;lt;span class=&#34;comentarios&#34;&#38;gt;Yorumlar (1)&#38;lt;/span&#38;gt;&#38;lt;/p&#38;gt;'), __('&#38;lt;p&#38;gt;&#38;lt;span class=&#34;comentarios&#34;&#38;gt;Yorumlar (%)&#38;lt;/span&#38;gt;&#38;lt;/p&#38;gt;')); ?&#38;gt;&#60;br /&#62;
						&#38;lt;p&#38;gt;&#38;lt;span class=&#34;categoria&#34;&#38;gt;&#60;img src=&#34;imagenes/icono_categoria.png&#34;&#62; Kategori: &#38;lt;?php the_category(',') ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/p&#38;gt;&#60;br /&#62;
						&#38;lt;p&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#38;lt;span class=&#34;ad&#34;&#38;gt;Bağlantı :&#38;lt;/span&#38;gt;&#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#38;#38;title=&#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;Del.icio.us&#60;/a&#62; - &#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#34;&#38;gt;Meneame&#60;/a&#62; - &#60;/li&#62;
&#60;li&#62;&#60;a&#62;&#38;#38;title=&#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;Digg&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;						&#38;lt;/p&#38;gt;&#60;br /&#62;
			&#38;lt;/h5&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;?php comments_template(); ?&#38;gt;&#60;br /&#62;
		&#60;/div&#62;&#60;br /&#62;
		&#38;lt;?php endwhile; else: ?&#38;gt;&#60;br /&#62;
		&#60;div class=&#34;post&#34;&#62;&#60;br /&#62;
			 &#38;lt;h2&#38;gt;Error&#38;lt;/h2&#38;gt;&#60;br /&#62;
			&#38;lt;h3&#38;gt;Escrito por el buscador&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;p&#62;			&#38;lt;h4&#38;gt;&#60;br /&#62;
				Lo siento, no hay ningun resultado con esa cadena de busqueda.&#60;br /&#62;
			&#38;lt;/h4&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#60;div&#62;&#60;br /&#62;
&#38;lt;?php posts_nav_link('&#38;nbsp;&#38;nbsp;&#38;nbsp;&#38;nbsp;', __('&#38;laquo; Pagina anterior '), __(' Pagina siguiente &#38;raquo;')); ?&#38;gt;&#60;br /&#62;
&#60;/div&#62;&#60;br /&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php get_sidebar(); ?&#38;gt;&#60;br /&#62;
[/code]&#60;/p&#62;
&#60;p&#62;İnşallah açıklayabilmişimdir. Çok teşekkürler
&#60;/p&#62;</description>
</item>
<item>
<title>Hakkı Ceylan on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-727</link>
<pubDate>Mon, 18 Dec 2006 12:18:10 +0000</pubDate>
<dc:creator>Hakkı Ceylan</dc:creator>
<guid isPermaLink="false">727@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;istersen index.php vs. gönderebilirim ama başka dosyalarda da değişiklik yapmıştım, şimdi hatırlayamıyorum, tabii sağlıklı olan dil dosyasını düzenleyip eklemek..
&#60;/p&#62;</description>
</item>
<item>
<title>zoom on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-683</link>
<pubDate>Sun, 17 Dec 2006 14:15:04 +0000</pubDate>
<dc:creator>zoom</dc:creator>
<guid isPermaLink="false">683@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;tema içinde&#60;/p&#62;
&#60;p&#62;de_DE.po&#60;/p&#62;
&#60;p&#62;diye bir dosya var ben bunu türkçeleştirince nasıl bu dil dosyasını kullanabilirim ? nereden seçebilirim?
&#60;/p&#62;</description>
</item>
<item>
<title>zoom on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-681</link>
<pubDate>Sun, 17 Dec 2006 13:02:31 +0000</pubDate>
<dc:creator>zoom</dc:creator>
<guid isPermaLink="false">681@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Peki paylaşabilir misiniz o türkçe içerikli dosyaları ?
&#60;/p&#62;</description>
</item>
<item>
<title>Hakkı Ceylan on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-675</link>
<pubDate>Sun, 17 Dec 2006 04:14:43 +0000</pubDate>
<dc:creator>Hakkı Ceylan</dc:creator>
<guid isPermaLink="false">675@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Türkçe dil dosyası yok malesef, Wordpress tr dil dosyası haricinde olanları manual olarak tema içinden düzelttim.
&#60;/p&#62;</description>
</item>
<item>
<title>zoom on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-674</link>
<pubDate>Sun, 17 Dec 2006 02:12:03 +0000</pubDate>
<dc:creator>zoom</dc:creator>
<guid isPermaLink="false">674@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;comments.php ve theloop.php dosyalarında 2 tane yerin arasına bir kod eklettiriyor ama arattırttığı kodları bulamıyorum yok öyle bir kod&#60;/p&#62;
&#60;p&#62;hemde K2 temasını kullanmama rağmen
&#60;/p&#62;</description>
</item>
<item>
<title>zoom on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-673</link>
<pubDate>Sun, 17 Dec 2006 01:32:31 +0000</pubDate>
<dc:creator>zoom</dc:creator>
<guid isPermaLink="false">673@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;GenaroFlores,&#60;br /&#62;
Sitendeki temanın türkçe dil dosyasını nereden bulabilirim?&#60;/p&#62;
&#60;p&#62;bu arada eklenti için teşekkürler deneyeceğim umarım işimi görür
&#60;/p&#62;</description>
</item>
<item>
<title>Hakkı Ceylan on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-658</link>
<pubDate>Sat, 16 Dec 2006 15:19:18 +0000</pubDate>
<dc:creator>Hakkı Ceylan</dc:creator>
<guid isPermaLink="false">658@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;freshy temasını modifiye ederek yaptığım bloga kendim ekledim bir tane, ama table olarak malesef, div lere daha ısınamadım, eski kafalılık işte :&#124; &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.azpismis.com&#34;&#62;azpismis weblog&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Ali Kuru on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-649</link>
<pubDate>Sat, 16 Dec 2006 12:02:50 +0000</pubDate>
<dc:creator>Ali Kuru</dc:creator>
<guid isPermaLink="false">649@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://stevelam.org/projects/date-stamp/&#34;&#62;Bu eklenti&#60;/a&#62; işinize yarayabilir.
&#60;/p&#62;</description>
</item>
<item>
<title>zoom on "Tarih eklentisi"</title>
<link>http://www.wordpress-tr.com/forum/topic/157#post-647</link>
<pubDate>Sat, 16 Dec 2006 11:37:09 +0000</pubDate>
<dc:creator>zoom</dc:creator>
<guid isPermaLink="false">647@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Yazılan yazıların sol üst köşesinde büyükçe tarihi nasıl gösteririz?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.yakuter.com&#34; rel=&#34;nofollow&#34;&#62;http://www.yakuter.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;bu sitedeki gibi.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
