<?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: Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 03:54:58 +0000</pubDate>

<item>
<title>korsansozluk konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9479</link>
<pubDate>Cum, 29 Jun 2007 00:14:13 +0000</pubDate>
<dc:creator>korsansozluk</dc:creator>
<guid isPermaLink="false">9479@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;sevgili dostum çok teşekkür ederim.
&#60;/p&#62;</description>
</item>
<item>
<title>sguzelcik konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9440</link>
<pubDate>Per, 28 Jun 2007 17:59:49 +0000</pubDate>
<dc:creator>sguzelcik</dc:creator>
<guid isPermaLink="false">9440@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;index.php dosyası içinde 32. satırı şu şekilde değiştir.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php if (is_search()&#124;&#124; is_category()) { ?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;ve 33. satırdaki&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php the_excerpt(); ?&#38;gt;&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;değerini sil.
&#60;/p&#62;</description>
</item>
<item>
<title>korsansozluk konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9433</link>
<pubDate>Per, 28 Jun 2007 17:24:27 +0000</pubDate>
<dc:creator>korsansozluk</dc:creator>
<guid isPermaLink="false">9433@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;comment&#60;br /&#62;
footer&#60;br /&#62;
functions&#60;br /&#62;
header&#60;br /&#62;
index&#60;br /&#62;
page&#60;br /&#62;
searchform&#60;br /&#62;
sidebar&#60;br /&#62;
single&#60;/p&#62;
&#60;p&#62;başka da php sayfa yok&#60;br /&#62;
wp adminde öyle bir kategori var.&#60;br /&#62;
orada da bulamadım.&#60;br /&#62;
ben quilm! teması kullanıyorum.
&#60;/p&#62;</description>
</item>
<item>
<title>sguzelcik konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9429</link>
<pubDate>Per, 28 Jun 2007 17:03:33 +0000</pubDate>
<dc:creator>sguzelcik</dc:creator>
<guid isPermaLink="false">9429@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Hayır bu değil. &#60;em&#62;wp-content/themes/temaismin&#60;/em&#62;   klasörü içinde &#60;em&#62;category.php&#60;/em&#62; bu dosya yoksa  aynı klasör içinde  &#60;em&#62;archive.php&#60;/em&#62; dosyasının içinde olacak.
&#60;/p&#62;</description>
</item>
<item>
<title>heytbecom konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9428</link>
<pubDate>Per, 28 Jun 2007 17:02:57 +0000</pubDate>
<dc:creator>heytbecom</dc:creator>
<guid isPermaLink="false">9428@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bununla ne ilgisi var. temanın içindeki dosyalardan bahsetömiş arkadaşlar. :)&#60;/p&#62;
&#60;p&#62;Hangi temayı kullanıyorsun onu söyle öncelikle...
&#60;/p&#62;</description>
</item>
<item>
<title>korsansozluk konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9422</link>
<pubDate>Per, 28 Jun 2007 16:31:17 +0000</pubDate>
<dc:creator>korsansozluk</dc:creator>
<guid isPermaLink="false">9422@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;function get_all_category_ids() {&#60;br /&#62;
	global $wpdb;&#60;/p&#62;
&#60;p&#62;	if ( ! $cat_ids = wp_cache_get('all_category_ids', 'category') ) {&#60;br /&#62;
		$cat_ids = $wpdb-&#38;gt;get_col(&#34;SELECT cat_ID FROM $wpdb-&#38;gt;categories&#34;);&#60;br /&#62;
		wp_cache_add('all_category_ids', $cat_ids, 'category');&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	return $cat_ids;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;function &#38;#38;get_categories($args = '') {&#60;br /&#62;
	global $wpdb, $category_links;&#60;/p&#62;
&#60;p&#62;	if ( is_array($args) )&#60;br /&#62;
		$r = &#38;amp;$args;&#60;br /&#62;
	else&#60;br /&#62;
		parse_str($args, $r);&#60;/p&#62;
&#60;p&#62;	$defaults = array('type' =&#38;gt; 'post', 'child_of' =&#38;gt; 0, 'orderby' =&#38;gt; 'name', 'order' =&#38;gt; 'ASC',&#60;br /&#62;
		'hide_empty' =&#38;gt; true, 'include_last_update_time' =&#38;gt; false, 'hierarchical' =&#38;gt; 1, 'exclude' =&#38;gt; '', 'include' =&#38;gt; '',&#60;br /&#62;
		'number' =&#38;gt; '', 'pad_counts' =&#38;gt; false);&#60;br /&#62;
	$r = array_merge($defaults, $r);&#60;br /&#62;
	if ( 'count' == $r['orderby'] )&#60;br /&#62;
		$r['orderby'] = 'category_count';&#60;br /&#62;
	else&#60;br /&#62;
		$r['orderby'] = &#34;cat_&#34; . $r['orderby'];  // restricts order by to cat_ID and cat_name fields&#60;br /&#62;
	$r['number'] = (int) $r['number'];&#60;br /&#62;
	extract($r);&#60;/p&#62;
&#60;p&#62;	$key = md5( serialize( $r ) );&#60;br /&#62;
	if ( $cache = wp_cache_get( 'get_categories', 'category' ) )&#60;br /&#62;
		if ( isset( $cache[ $key ] ) )&#60;br /&#62;
			return apply_filters('get_categories', $cache[$key], $r);&#60;/p&#62;
&#60;p&#62;	$where = 'cat_ID &#38;gt; 0';&#60;br /&#62;
	$inclusions = '';&#60;br /&#62;
	if ( !empty($include) ) {&#60;br /&#62;
		$child_of = 0; //ignore child_of and exclude params if using include&#60;br /&#62;
		$exclude = '';&#60;br /&#62;
		$incategories = preg_split('/[\s,]+/',$include);&#60;br /&#62;
		if ( count($incategories) ) {&#60;br /&#62;
			foreach ( $incategories as $incat ) {&#60;br /&#62;
				if (empty($inclusions))&#60;br /&#62;
					$inclusions = ' AND ( cat_ID = ' . intval($incat) . ' ';&#60;br /&#62;
				else&#60;br /&#62;
					$inclusions .= ' OR cat_ID = ' . intval($incat) . ' ';&#60;br /&#62;
			}&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;br /&#62;
	if (!empty($inclusions))&#60;br /&#62;
		$inclusions .= ')';&#60;br /&#62;
	$where .= $inclusions;&#60;/p&#62;
&#60;p&#62;	$exclusions = '';&#60;br /&#62;
	if ( !empty($exclude) ) {&#60;br /&#62;
		$excategories = preg_split('/[\s,]+/',$exclude);&#60;br /&#62;
		if ( count($excategories) ) {&#60;br /&#62;
			foreach ( $excategories as $excat ) {&#60;br /&#62;
				if (empty($exclusions))&#60;br /&#62;
					$exclusions = ' AND ( cat_ID &#38;lt;&#38;gt; ' . intval($excat) . ' ';&#60;br /&#62;
				else&#60;br /&#62;
					$exclusions .= ' AND cat_ID &#38;lt;&#38;gt; ' . intval($excat) . ' ';&#60;br /&#62;
				// TODO: Exclude children of excluded cats?   Note: children are getting excluded&#60;br /&#62;
			}&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;br /&#62;
	if (!empty($exclusions))&#60;br /&#62;
		$exclusions .= ')';&#60;br /&#62;
	$exclusions = apply_filters('list_cats_exclusions', $exclusions, $r );&#60;br /&#62;
	$where .= $exclusions;&#60;/p&#62;
&#60;p&#62;	if ( $hide_empty &#38;#38;&#38;#38; !$hierarchical ) {&#60;br /&#62;
		if ( 'link' == $type )&#60;br /&#62;
			$where .= ' AND link_count &#38;gt; 0';&#60;br /&#62;
		else&#60;br /&#62;
			$where .= ' AND category_count &#38;gt; 0';&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	if ( !empty($number) )&#60;br /&#62;
		$number = 'LIMIT ' . $number;&#60;br /&#62;
	else&#60;br /&#62;
		$number = '';&#60;/p&#62;
&#60;p&#62;	$categories = $wpdb-&#38;gt;get_results(&#34;SELECT * FROM $wpdb-&#38;gt;categories WHERE $where ORDER BY $orderby $order $number&#34;);&#60;/p&#62;
&#60;p&#62;	if ( empty($categories) )&#60;br /&#62;
		return array();&#60;/p&#62;
&#60;p&#62;	// TODO: Integrate this into the main query.&#60;br /&#62;
	if ( $include_last_update_time ) {&#60;br /&#62;
		$stamps = $wpdb-&#38;gt;get_results(&#34;SELECT category_id, UNIX_TIMESTAMP( MAX(post_date) ) AS ts FROM $wpdb-&#38;gt;posts, $wpdb-&#38;gt;post2cat, $wpdb-&#38;gt;categories&#60;br /&#62;
							WHERE post_status = 'publish' AND post_id = ID AND $where GROUP BY category_id&#34;);&#60;br /&#62;
		global $cat_stamps;&#60;br /&#62;
		foreach ($stamps as $stamp)&#60;br /&#62;
			$cat_stamps[$stamp-&#38;gt;category_id] = $stamp-&#38;gt;ts;&#60;br /&#62;
		function stamp_cat($cat) {&#60;br /&#62;
			global $cat_stamps;&#60;br /&#62;
			$cat-&#38;gt;last_update_timestamp = $cat_stamps[$cat-&#38;gt;cat_ID];&#60;br /&#62;
			return $cat;&#60;br /&#62;
		}&#60;br /&#62;
		$categories = array_map('stamp_cat', $categories);&#60;br /&#62;
		unset($cat_stamps);&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	if ( $child_of &#124;&#124; $hierarchical ) {&#60;br /&#62;
		$children = _get_category_hierarchy();&#60;br /&#62;
		if ( ! empty($children) )&#60;br /&#62;
			$categories = &#38;#38; _get_cat_children($child_of, $categories);&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	// Update category counts to include children.&#60;br /&#62;
	if ( $pad_counts )&#60;br /&#62;
		_pad_category_counts($type, $categories);&#60;/p&#62;
&#60;p&#62;	// Make sure we show empty categories that have children.&#60;br /&#62;
	if ( $hierarchical &#38;#38;&#38;#38; $hide_empty ) {&#60;br /&#62;
		foreach ( $categories as $k =&#38;gt; $category ) {&#60;br /&#62;
			if ( ! $category-&#38;gt;{'link' == $type ? 'link_count' : 'category_count'} ) {&#60;br /&#62;
				$children = _get_cat_children($category-&#38;gt;cat_ID, $categories);&#60;br /&#62;
				foreach ( $children as $child )&#60;br /&#62;
					if ( $child-&#38;gt;{'link' == $type ? 'link_count' : 'category_count'} )&#60;br /&#62;
						continue 2;&#60;/p&#62;
&#60;p&#62;				// It really is empty&#60;br /&#62;
				unset($categories[$k]);&#60;br /&#62;
			}&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;br /&#62;
	reset ( $categories );&#60;/p&#62;
&#60;p&#62;	$cache[ $key ] = $categories;&#60;br /&#62;
	wp_cache_add( 'get_categories', $cache, 'category' );&#60;/p&#62;
&#60;p&#62;	$categories = apply_filters('get_categories', $categories, $r);&#60;br /&#62;
	return $categories;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Retrieves category data given a category ID or category object.&#60;br /&#62;
// Handles category caching.&#60;br /&#62;
function &#38;#38;get_category(&#38;#38;$category, $output = OBJECT) {&#60;br /&#62;
	global $wpdb;&#60;/p&#62;
&#60;p&#62;	if ( empty($category) )&#60;br /&#62;
		return null;&#60;/p&#62;
&#60;p&#62;	if ( is_object($category) ) {&#60;br /&#62;
		wp_cache_add($category-&#38;gt;cat_ID, $category, 'category');&#60;br /&#62;
		$_category = $category;&#60;br /&#62;
	} else {&#60;br /&#62;
		$category = (int) $category;&#60;br /&#62;
		if ( ! $_category = wp_cache_get($category, 'category') ) {&#60;br /&#62;
			$_category = $wpdb-&#38;gt;get_row(&#34;SELECT * FROM $wpdb-&#38;gt;categories WHERE cat_ID = '$category' LIMIT 1&#34;);&#60;br /&#62;
			wp_cache_add($category, $_category, 'category');&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	$_category = apply_filters('get_category', $_category);&#60;/p&#62;
&#60;p&#62;	if ( $output == OBJECT ) {&#60;br /&#62;
		return $_category;&#60;br /&#62;
	} elseif ( $output == ARRAY_A ) {&#60;br /&#62;
		return get_object_vars($_category);&#60;br /&#62;
	} elseif ( $output == ARRAY_N ) {&#60;br /&#62;
		return array_values(get_object_vars($_category));&#60;br /&#62;
	} else {&#60;br /&#62;
		return $_category;&#60;br /&#62;
	}&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;function get_category_by_path($category_path, $full_match = true, $output = OBJECT) {&#60;br /&#62;
	global $wpdb;&#60;br /&#62;
	$category_path = rawurlencode(urldecode($category_path));&#60;br /&#62;
	$category_path = str_replace('%2F', '/', $category_path);&#60;br /&#62;
	$category_path = str_replace('%20', ' ', $category_path);&#60;br /&#62;
	$category_paths = '/' . trim($category_path, '/');&#60;br /&#62;
	$leaf_path  = sanitize_title(basename($category_paths));&#60;br /&#62;
	$category_paths = explode('/', $category_paths);&#60;br /&#62;
	$full_path = '';&#60;br /&#62;
	foreach ( (array) $category_paths as $pathdir )&#60;br /&#62;
		$full_path .= ( $pathdir != '' ? '/' : '' ) . sanitize_title($pathdir);&#60;/p&#62;
&#60;p&#62;	$categories = $wpdb-&#38;gt;get_results(&#34;SELECT cat_ID, category_nicename, category_parent FROM $wpdb-&#38;gt;categories WHERE category_nicename = '$leaf_path'&#34;);&#60;/p&#62;
&#60;p&#62;	if ( empty($categories) )&#60;br /&#62;
		return NULL;&#60;/p&#62;
&#60;p&#62;	foreach ($categories as $category) {&#60;br /&#62;
		$path = '/' . $leaf_path;&#60;br /&#62;
		$curcategory = $category;&#60;br /&#62;
		while ( ($curcategory-&#38;gt;category_parent != 0) &#38;#38;&#38;#38; ($curcategory-&#38;gt;category_parent != $curcategory-&#38;gt;cat_ID) ) {&#60;br /&#62;
			$curcategory = $wpdb-&#38;gt;get_row(&#34;SELECT cat_ID, category_nicename, category_parent FROM $wpdb-&#38;gt;categories WHERE cat_ID = '$curcategory-&#38;gt;category_parent'&#34;);&#60;br /&#62;
			$path = '/' . $curcategory-&#38;gt;category_nicename . $path;&#60;br /&#62;
		}&#60;/p&#62;
&#60;p&#62;		if ( $path == $full_path )&#60;br /&#62;
			return get_category($category-&#38;gt;cat_ID, $output);&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	// If full matching is not required, return the first cat that matches the leaf.&#60;br /&#62;
	if ( ! $full_match )&#60;br /&#62;
		return get_category($categories[0]-&#38;gt;cat_ID, $output);&#60;/p&#62;
&#60;p&#62;	return NULL;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Get the ID of a category from its name&#60;br /&#62;
function get_cat_ID($cat_name='General') {&#60;br /&#62;
	global $wpdb;&#60;/p&#62;
&#60;p&#62;	$cid = $wpdb-&#38;gt;get_var(&#34;SELECT cat_ID FROM $wpdb-&#38;gt;categories WHERE cat_name='$cat_name'&#34;);&#60;/p&#62;
&#60;p&#62;	return $cid?$cid:1;	// default to cat 1&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Deprecate&#60;br /&#62;
function get_catname($cat_ID) {&#60;br /&#62;
	return get_cat_name($cat_ID);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Get the name of a category from its ID&#60;br /&#62;
function get_cat_name($cat_id) {&#60;br /&#62;
	$cat_id = (int) $cat_id;&#60;br /&#62;
	$category = &#38;#38;get_category($cat_id);&#60;br /&#62;
	return $category-&#38;gt;cat_name;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;function cat_is_ancestor_of($cat1, $cat2) {&#60;br /&#62;
	if ( is_int($cat1) )&#60;br /&#62;
		$cat1 = &#38;#38; get_category($cat1);&#60;br /&#62;
	if ( is_int($cat2) )&#60;br /&#62;
		$cat2 = &#38;#38; get_category($cat2); &#60;/p&#62;
&#60;p&#62;	if ( !$cat1-&#38;gt;cat_ID &#124;&#124; !$cat2-&#38;gt;category_parent )&#60;br /&#62;
		return false; &#60;/p&#62;
&#60;p&#62;	if ( $cat2-&#38;gt;category_parent == $cat1-&#38;gt;cat_ID )&#60;br /&#62;
		return true; &#60;/p&#62;
&#60;p&#62;	return cat_is_ancestor_of($cat1, get_category($cat2-&#38;gt;parent_category));&#60;br /&#62;
} &#60;/p&#62;
&#60;p&#62;//&#60;br /&#62;
// Private&#60;br /&#62;
//&#60;/p&#62;
&#60;p&#62;function &#38;#38;_get_cat_children($category_id, $categories) {&#60;br /&#62;
	if ( empty($categories) )&#60;br /&#62;
		return array();&#60;/p&#62;
&#60;p&#62;	$category_list = array();&#60;br /&#62;
	$has_children = _get_category_hierarchy();&#60;/p&#62;
&#60;p&#62;	if  ( ( 0 != $category_id ) &#38;#38;&#38;#38; ! isset($has_children[$category_id]) )&#60;br /&#62;
		return array();&#60;/p&#62;
&#60;p&#62;	foreach ( $categories as $category ) {&#60;br /&#62;
		if ( $category-&#38;gt;cat_ID == $category_id )&#60;br /&#62;
			continue;&#60;/p&#62;
&#60;p&#62;		if ( $category-&#38;gt;category_parent == $category_id ) {&#60;br /&#62;
			$category_list[] = $category;&#60;/p&#62;
&#60;p&#62;			if ( !isset($has_children[$category-&#38;gt;cat_ID]) )&#60;br /&#62;
				continue;&#60;/p&#62;
&#60;p&#62;			if ( $children = _get_cat_children($category-&#38;gt;cat_ID, $categories) )&#60;br /&#62;
				$category_list = array_merge($category_list, $children);&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	return $category_list;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;// Recalculates link or post counts by including items from child categories&#60;br /&#62;
// Assumes all relevant children are already in the $categories argument&#60;br /&#62;
function _pad_category_counts($type, &#38;#38;$categories) {&#60;br /&#62;
	global $wpdb;&#60;/p&#62;
&#60;p&#62;	// Set up some useful arrays&#60;br /&#62;
	foreach ( $categories as $key =&#38;gt; $cat ) {&#60;br /&#62;
		$cats[$cat-&#38;gt;cat_ID] = &#38;#38; $categories[$key];&#60;br /&#62;
		$cat_IDs[] = $cat-&#38;gt;cat_ID;&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	// Get the relevant post2cat or link2cat records and stick them in a lookup table&#60;br /&#62;
	if ( $type == 'post' ) {&#60;br /&#62;
		$results = $wpdb-&#38;gt;get_results(&#34;SELECT post_id, category_id FROM $wpdb-&#38;gt;post2cat LEFT JOIN $wpdb-&#38;gt;posts ON post_id = ID WHERE category_id IN (&#34;.join(',', $cat_IDs).&#34;) AND post_type = 'post' AND post_status = 'publish'&#34;);&#60;br /&#62;
		foreach ( $results as $row )&#60;br /&#62;
			++$cat_items[$row-&#38;gt;category_id][$row-&#38;gt;post_id];&#60;br /&#62;
	} else {&#60;br /&#62;
		$results = $wpdb-&#38;gt;get_results(&#34;SELECT $wpdb-&#38;gt;link2cat.link_id, category_id FROM $wpdb-&#38;gt;link2cat LEFT JOIN $wpdb-&#38;gt;links USING (link_id) WHERE category_id IN (&#34;.join(',', $cat_IDs).&#34;) AND link_visible = 'Y'&#34;);&#60;br /&#62;
		foreach ( $results as $row )&#60;br /&#62;
			++$cat_items[$row-&#38;gt;category_id][$row-&#38;gt;link_id];&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	// Touch every ancestor's lookup row for each post in each category&#60;br /&#62;
	foreach ( $cat_IDs as $cat_ID ) {&#60;br /&#62;
		$child = $cat_ID;&#60;br /&#62;
		while ( $parent = $cats[$child]-&#38;gt;category_parent ) {&#60;br /&#62;
			if ( !empty($cat_items[$cat_ID]) )&#60;br /&#62;
				foreach ( $cat_items[$cat_ID] as $item_id =&#38;gt; $touches )&#60;br /&#62;
					++$cat_items[$parent][$item_id];&#60;br /&#62;
			$child = $parent;&#60;br /&#62;
		}&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;	// Transfer the touched cells&#60;br /&#62;
	foreach ( (array) $cat_items as $id =&#38;gt; $items )&#60;br /&#62;
		if ( isset($cats[$id]) )&#60;br /&#62;
			$cats[$id]-&#38;gt;{'link' == $type ? 'link_count' : 'category_count'} = count($items);&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;function _get_category_hierarchy() {&#60;br /&#62;
	$children = get_option('category_children');&#60;br /&#62;
	if ( is_array($children) )&#60;br /&#62;
		return $children;&#60;/p&#62;
&#60;p&#62;	$children = array();&#60;br /&#62;
	$categories = get_categories('hide_empty=0&#38;#38;hierarchical=0');&#60;br /&#62;
	foreach ( $categories as $cat ) {&#60;br /&#62;
		if ( $cat-&#38;gt;category_parent &#38;gt; 0 )&#60;br /&#62;
			$children[$cat-&#38;gt;category_parent][] = $cat-&#38;gt;cat_ID;&#60;br /&#62;
	}&#60;br /&#62;
	update_option('category_children', $children);&#60;/p&#62;
&#60;p&#62;	return $children;&#60;br /&#62;
}&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;üstadım bu wp-includes klasoründeki category.php dosyası
&#60;/p&#62;</description>
</item>
<item>
<title>eRay konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9384</link>
<pubDate>Per, 28 Jun 2007 00:20:47 +0000</pubDate>
<dc:creator>eRay</dc:creator>
<guid isPermaLink="false">9384@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php the_excerpt(); ?&#38;gt;&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;evet bu kod ama nasıl bulamadın anlamadım.İstersen at buraya archive.php'yi :)
&#60;/p&#62;</description>
</item>
<item>
<title>korsansozluk konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9381</link>
<pubDate>Çar, 27 Jun 2007 22:47:57 +0000</pubDate>
<dc:creator>korsansozluk</dc:creator>
<guid isPermaLink="false">9381@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;aynen öyle yaptım yine bulamadım.
&#60;/p&#62;</description>
</item>
<item>
<title>sguzelcik konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9363</link>
<pubDate>Çar, 27 Jun 2007 19:31:26 +0000</pubDate>
<dc:creator>sguzelcik</dc:creator>
<guid isPermaLink="false">9363@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Dosyalarda arama yapmayı denedin mi? ;)
&#60;/p&#62;</description>
</item>
<item>
<title>korsansozluk konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9330</link>
<pubDate>Çar, 27 Jun 2007 16:58:10 +0000</pubDate>
<dc:creator>korsansozluk</dc:creator>
<guid isPermaLink="false">9330@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bulamadım yine.
&#60;/p&#62;</description>
</item>
<item>
<title>sguzelcik konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9204</link>
<pubDate>Sal, 26 Jun 2007 08:24:16 +0000</pubDate>
<dc:creator>sguzelcik</dc:creator>
<guid isPermaLink="false">9204@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;O zaman yanlış yazmış olabilirim ama &#38;lt;?php the_excerpt() ?&#38;gt; gibi bir şey de olabilir. Başlığı göstermeni sağlayan kodların hemen altında olması gerekiyor.
&#60;/p&#62;</description>
</item>
<item>
<title>korsansozluk konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9190</link>
<pubDate>Sal, 26 Jun 2007 01:09:30 +0000</pubDate>
<dc:creator>korsansozluk</dc:creator>
<guid isPermaLink="false">9190@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;üstadım category.php içinde böyle bir kod göremedim. iki defa taradım.  zahmet edip cevap yazmışsın. çok sagol.
&#60;/p&#62;</description>
</item>
<item>
<title>sguzelcik konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9179</link>
<pubDate>Pts, 25 Jun 2007 22:30:36 +0000</pubDate>
<dc:creator>sguzelcik</dc:creator>
<guid isPermaLink="false">9179@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Kategori gösterimi için kullandığınız &#60;em&#62;archive.php&#60;/em&#62; ya da &#60;em&#62;category.php&#60;/em&#62; dosyası içinde, yazdığınız yazıyı göstermenizi sağlayan &#60;em&#62;&#38;lt;?php the_content() ?&#38;gt;&#60;/em&#62; etiketini silin. Ancak yazı başlığına ve diğer şeylere dokunmayın.
&#60;/p&#62;</description>
</item>
<item>
<title>korsansozluk konu: "Kategorilerimi tıkladığımda sadece yazı başlıkları gelsin istiyorum"</title>
<link>http://www.wordpress-tr.com/forum/topic/1948#post-9170</link>
<pubDate>Pts, 25 Jun 2007 19:03:28 +0000</pubDate>
<dc:creator>korsansozluk</dc:creator>
<guid isPermaLink="false">9170@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;merhaba kategorilerimi tıkladığımda sadece eklediğim yazı başlıklarının gelmesini istiyorum. acaba bu mümkün mü?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
