Türkiye'nin En Eski Webmaster Forumu İyinet'e Hoşgeldiniz!

Rss ile ilgili hata ?

Kunteg

0
Onaylı Üye
Üye
Katılım
20 Aralık 2010
Mesajlar
708
Açılan Konu
37
Tepki puanı
11
Konum
İstanbul
Herkese Merhaba,

İmzamdaki sitem de adresim/feed i kullanamıyorum. Her seferinde;

"Yönlendirme geçersiz

Açılmaya çalışılan konum hiçbir zaman sonlanmayacak bir yönlendirme döngüsüne girdi.

Bu sayfa düzgün biçimde yönlendirilmiyor. Bunun nedeni çerezlerin kabul
edilmemesi olabilir."
bu hatayı almaktayım. Neden kaynaklandığına dair bir fikri olan var mı ?

Şimdiden yardımlar için teşekkürler.
 

kuzgun

Onaylı Üye
Üye
Katılım
19 Temmuz 2008
Mesajlar
12,392
Açılan Konu
430
Tepki puanı
259
eklentilerinizi deaktif edip bakın tekrar
 

Kunteg

0
Onaylı Üye
Üye
Katılım
20 Aralık 2010
Mesajlar
708
Açılan Konu
37
Tepki puanı
11
Konum
İstanbul
Malesef bu konu ile ilgili problemim hala devam ediyor, başka çözüm yolu yada önerisi olan var mı ?
 

bilgi

0
Onaylı Üye
Üye
Katılım
23 Eylül 2004
Mesajlar
6,835
Açılan Konu
370
Tepki puanı
164
Konum
►∞
temadaki header.php ekler misin?
 

Kunteg

0
Onaylı Üye
Üye
Katılım
20 Aralık 2010
Mesajlar
708
Açılan Konu
37
Tepki puanı
11
Konum
İstanbul
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section
*
* [MENTION=21271]pack[/MENTION]age Catch Themes
* @subpackage Simple_Catch
* [MENTION=46153]Sinc[/MENTION]e Simple Catch 1.0
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php wp_title( '|', true, 'right' ); ?></title>

<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_stylesheet_uri(); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<div id="header">
<div class="top-bg"></div>
<div class="layout-978">
<?php
// Funcition to show the header logo, site title and site description
if ( function_exists( 'simplecatch_headerdetails' ) ) :
simplecatch_headerdetails();
endif;
?>

<div class="social-search">
<?php
// simplecatch_headersocialnetworks displays social links given from theme option in header
if ( function_exists( 'simplecatch_headersocialnetworks' ) ) :
simplecatch_headersocialnetworks();
endif;
// get search form
get_search_form();
?>
</div><!-- .social-search -->
<div class="row-end"></div>
<div id="mainmenu">
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</div><!-- #mainmenu-->
<div class="row-end"></div>

<?php
// This function passes the value of slider effect to js file
if( function_exists( 'simplecatch_pass_slider_value' ) ) {
simplecatch_pass_slider_value();
}
// Display slider in home page and breadcrumb in other pages
if ( function_exists( 'simplecatch_sliderbreadcrumb' ) ) :
simplecatch_sliderbreadcrumb();
endif;
?>
</div><!-- .layout-978 -->
</div><!-- #header -->

Bunu istedin doğru anladıysam :)
 

bilgi

0
Onaylı Üye
Üye
Katılım
23 Eylül 2004
Mesajlar
6,835
Açılan Konu
370
Tepki puanı
164
Konum
►∞
<?php
/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>

Bu kısmı çıkartarak, dener misin?
 
Üst