i’ve done some manipulation to the title for optimazition seo
but now i changed it to the default and it still not workin from my feedburner account and it gives me the error “loadin failed ” but it works from my site
is it normal to have the pluggin desactivated n my feed still works??
and here’s my header.php cus i have no idea wht i have to touch
and tnx for ur help a lot ??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<title><?php wp_title('«', true, 'right'); ?><?php bloginfo('name'); ?></title>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" />
<?php global $lw_layout_settings; if($lw_layout_settings == "Wider") : ?>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/wider.css" type="text/css" />
<?php else: ?>
<link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/original.css" type="text/css" />
<?php endif; ?>
<link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_enqueue_script('jquery'); ?>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="wrapper">
<?php lw_header_image(); ?>
<div id="header">
<?php lw_rss_feed(); ?>
<div id="top_bar">
<ul id="front_menu"<?php echo lw_expmenu(); ?>>
<?php echo lw_homebtn(__('Home','lightword')); ?>
<?php echo lw_wp_list_pages(); ?>
</ul>
<?php echo lw_searchbox(); ?>
</div>
</div>
<div id="content">