﻿<?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: menü açıp foruma gitmesini sağlamak</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: menü açıp foruma gitmesini sağlamak</description>
<language>en</language>
<pubDate>Tue, 14 Oct 2008 18:39:19 +0000</pubDate>

<item>
<title>cykilic konu: "menü açıp foruma gitmesini sağlamak"</title>
<link>http://www.wordpress-tr.com/forum/topic/837#post-3722</link>
<pubDate>Per, 01 Mar 2007 13:41:31 +0000</pubDate>
<dc:creator>cykilic</dc:creator>
<guid isPermaLink="false">3722@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;heder php kodum bu. yardımcı olursanız sevinirim...&#60;br /&#62;
&#60;code&#62;&#38;lt;!DOCTYPE html PUBLIC \\&#38;quot;-//W3C//DTD XHTML 1.0 Transitional//EN\\&#38;quot; \\&#38;quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;html xmlns=\\&#38;quot;http://www.w3.org/1999/xhtml\\&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;p align=\\&#38;quot;center\\&#38;quot;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
global $utom;&#60;br /&#62;
include (\\&#38;quot;language_config.php\\&#38;quot;);&#60;br /&#62;
include (\\&#38;quot;language/\\&#38;quot;.$lang);&#60;br /&#62;
?&#38;gt;&#60;br /&#62;
&#38;lt;head profile=\\&#38;quot;http://gmpg.org/xfn/11\\&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;meta http-equiv=\\&#38;quot;Content-Type\\&#38;quot; content=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;html_type&#38;#39;); ?&#38;gt;; charset=&#38;lt;?php bloginfo(&#38;#39;charset&#38;#39;); ?&#38;gt;\\&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;title&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; &#38;lt;?php if ( is_single() ) { ?&#38;gt; &#38;amp;raquo; &#38;lt;?php echo $langblog_archive;?&#38;gt; &#38;lt;?php } ?&#38;gt; &#38;lt;?php wp_title(); ?&#38;gt;&#38;lt;/title&#38;gt;&#60;br /&#62;
&#38;lt;meta name=\\&#38;quot;generator\\&#38;quot; content=\\&#38;quot;WordPress &#38;lt;?php bloginfo(&#38;#39;version&#38;#39;); ?&#38;gt;\\&#38;quot; /&#38;gt; &#38;lt;!-- leave this for stats --&#38;gt;&#60;br /&#62;
&#38;lt;link rel=\\&#38;quot;stylesheet\\&#38;quot; type=\\&#38;quot;text/css\\&#38;quot; href=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/&#38;lt;?php echo $utom-&#38;gt;style;?&#38;gt;\\&#38;quot; media=\\&#38;quot;screen\\&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;!--&#38;lt;link rel=\\&#38;quot;stylesheet\\&#38;quot; type=\\&#38;quot;text/css\\&#38;quot; href=\\&#38;quot;pink_style.css\\&#38;quot; title=\\&#38;quot;pink\\&#38;quot; media=\\&#38;quot;screen\\&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=\\&#38;quot;alternate stylesheet\\&#38;quot; type=\\&#38;quot;text/css\\&#38;quot; href=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_url&#38;#39;); ?&#38;gt;\\&#38;quot; title=\\&#38;quot;default\\&#38;quot; media=\\&#38;quot;screen\\&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=\\&#38;quot;alternate stylesheet\\&#38;quot; type=\\&#38;quot;text/css\\&#38;quot; href=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/no_style.css\\&#38;quot; title=\\&#38;quot;no\\&#38;quot; media=\\&#38;quot;screen\\&#38;quot; /&#38;gt;--&#38;gt;&#60;br /&#62;
&#38;lt;link rel=\\&#38;quot;alternate\\&#38;quot; type=\\&#38;quot;application/rss+xml\\&#38;quot; title=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt; RSS Feed\\&#38;quot; href=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;rss2_url&#38;#39;); ?&#38;gt;\\&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=\\&#38;quot;pingback\\&#38;quot; href=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;pingback_url&#38;#39;); ?&#38;gt;\\&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;link rel=\\&#38;quot;shortcut icon\\&#38;quot; href=\\&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/favicon.ico\\&#38;quot; /&#38;gt;&#60;br /&#62;
&#38;lt;!--&#38;lt;script type=\\&#38;quot;text/javascript\\&#38;quot; src=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;stylesheet_directory&#38;#39;); ?&#38;gt;/styleswitcher.js\\&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;--&#38;gt;&#60;br /&#62;
&#38;lt;?php wp_head(); ?&#38;gt;&#60;br /&#62;
&#38;lt;/head&#38;gt;&#60;br /&#62;
&#38;lt;body&#38;gt;&#60;br /&#62;
&#38;lt;div id=\\&#38;quot;wrapper\\&#38;quot;&#38;gt;&#60;br /&#62;
&#38;lt;div id=\\&#38;quot;header\\&#38;quot;&#38;gt;&#60;br /&#62;
	&#38;lt;div id=\\&#38;quot;navigation\\&#38;quot;&#38;gt;&#60;br /&#62;
		&#38;lt;ul class=\\&#38;quot;menu\\&#38;quot;&#38;gt;&#60;br /&#62;
			&#38;lt;li class=\\&#38;quot;&#38;lt;?php if (((is_home()) &#38;#38;&#38;#38; !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;\\&#38;quot;&#38;gt;&#38;lt;a href=\\&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;\\&#38;quot;&#38;gt;&#38;lt;?php echo $langblog;?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;br /&#62;
			&#38;lt;?php wp_list_pages(&#38;#39;sort_column=menu_order&#38;#38;depth=1&#38;#38;title_li=&#38;#39;); ?&#38;gt;&#60;br /&#62;
			&#38;lt;?php wp_register(&#38;#39;&#38;lt;li class=\\&#38;quot;admintab\\&#38;quot;&#38;gt;&#38;#39;,&#38;#39;&#38;lt;/li&#38;gt;&#38;#39;); ?&#38;gt;&#60;br /&#62;
		 &#38;lt;/ul&#38;gt;&#60;br /&#62;
	 &#38;lt;/div&#38;gt;&#60;br /&#62;
	&#38;lt;div id=\\&#38;quot;headerimg\\&#38;quot;&#38;gt;&#60;br /&#62;
		&#38;lt;h1&#38;gt;&#38;lt;a href=\\&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;/\\&#38;quot; title=\\&#38;quot;&#38;lt;?php bloginfo(&#38;#39;description&#38;#39;); ?&#38;gt;\\&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h1&#38;gt;&#60;br /&#62;
		&#38;lt;div class=\\&#38;quot;description\\&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;description&#38;#39;); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;a href=\\\&#38;quot;http://www.ballama.com/bbpress\\\&#38;quot;&#38;gt;forum&#38;lt;/a&#38;gt;&#60;br /&#62;
		&#38;lt;!--&#38;lt;div class=\\&#38;quot;styleswitcher\\&#38;quot;&#38;gt;&#60;br /&#62;
			&#38;lt;a href=\\&#38;quot;#\\&#38;quot; onclick=\\&#38;quot;setActiveStyleSheet(&#38;#39;default&#38;#39;); return false;\\&#38;quot; class=\\&#38;quot;default\\&#38;quot; title=\\&#38;quot;Default Theme\\&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Default Theme&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#60;br /&#62;
			&#38;lt;a href=\\&#38;quot;#\\&#38;quot; onclick=\\&#38;quot;setActiveStyleSheet(&#38;#39;pink&#38;#39;); return false;\\&#38;quot; class=\\&#38;quot;pink\\&#38;quot; title=\\&#38;quot;Pink Theme\\&#38;quot;&#38;gt;&#38;lt;span&#38;gt;Pink Theme&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#60;br /&#62;
			&#38;lt;a href=\\&#38;quot;#\\&#38;quot; onclick=\\&#38;quot;setActiveStyleSheet(&#38;#39;no&#38;#39;); return false;\\&#38;quot; class=\\&#38;quot;no\\&#38;quot; title=\\&#38;quot;No Theme\\&#38;quot;&#38;gt;&#38;lt;span&#38;gt;No Theme&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;--&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>pilaki konu: "menü açıp foruma gitmesini sağlamak"</title>
<link>http://www.wordpress-tr.com/forum/topic/837#post-3717</link>
<pubDate>Per, 01 Mar 2007 12:40:12 +0000</pubDate>
<dc:creator>pilaki</dc:creator>
<guid isPermaLink="false">3717@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;temanı incelemedim..eğer yanılmıyorsam&#60;br /&#62;
&#60;code&#62;&#38;lt;li class=\&#38;quot;&#38;lt;?php if (((is_home()) &#38;#38;&#38;#38; !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?&#38;gt;current_page_item&#38;lt;?php } else { ?&#38;gt;page_item&#38;lt;?php } ?&#38;gt;\&#38;quot;&#38;gt;&#38;lt;a href=\&#38;quot;&#38;lt;?php echo get_settings(&#38;#39;home&#38;#39;); ?&#38;gt;\&#38;quot;&#38;gt;&#38;lt;?php echo $langblog;?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;br /&#62;
şu kodu bul, hemen yanına ekleyip dene bakalım..
&#60;/p&#62;</description>
</item>
<item>
<title>cykilic konu: "menü açıp foruma gitmesini sağlamak"</title>
<link>http://www.wordpress-tr.com/forum/topic/837#post-3716</link>
<pubDate>Per, 01 Mar 2007 12:29:11 +0000</pubDate>
<dc:creator>cykilic</dc:creator>
<guid isPermaLink="false">3716@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;dediğinizi yaptım ama alakasız bir yerde normal forum şeklinde bir link belirdi benim istediğim normal blog yazan menünün yanında forum yazısının çıkması
&#60;/p&#62;</description>
</item>
<item>
<title>pilaki konu: "menü açıp foruma gitmesini sağlamak"</title>
<link>http://www.wordpress-tr.com/forum/topic/837#post-3714</link>
<pubDate>Per, 01 Mar 2007 12:11:27 +0000</pubDate>
<dc:creator>pilaki</dc:creator>
<guid isPermaLink="false">3714@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;eğer sadece forum linkini eklemek istiyorsan header.php dosyasında&#60;br /&#62;
&#60;code&#62;&#38;lt;a href=\&#38;quot;forumunadresi\&#38;quot;&#38;gt;forum&#38;lt;/a&#38;gt;&#60;/code&#62; yazarak bu işi halledebilirsin.eğer açtığın sayfalar listelenmiyorsa &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_list_pages&#34;&#62;buradaki&#60;/a&#62; sayfayı incele istersen.
&#60;/p&#62;</description>
</item>
<item>
<title>cykilic konu: "menü açıp foruma gitmesini sağlamak"</title>
<link>http://www.wordpress-tr.com/forum/topic/837#post-3710</link>
<pubDate>Per, 01 Mar 2007 11:50:24 +0000</pubDate>
<dc:creator>cykilic</dc:creator>
<guid isPermaLink="false">3710@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;arkadaşlar, ben blog menüsünün yanına forum yazısı yazıp tıkladıklarında forum adresime (...../bbpress adresine) gitmesini istiyorum. sayfa oluşturup ismini forum yapıyorum ve sonra temple'ın tüm sayfa kodlarını arıyorum ama ne blog linkini ne de açtığım forum linkini göremedim.&#60;br /&#62;
ilgimi çeken de forumda araştırdım bu konuya rastlamadım hiç. eminim çok basit bişey ve ben yöntemini bilmiyorum. &#60;/p&#62;
&#60;p&#62;yardımcı olur musunuz? teşekkürler...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
