Да, спасибо, написал! Жду! )))
а дуб и ныне там! ))) Проблема так и не решена!
Неадекватность и некомпетентность - разные вещи! Указывая на ссылки в шапке форума, это не помощь, а переадресация. я прочёл эти ссылки. но они не помогли. И я понял, что далее поддержка форума wordpress не пойдёт. и т.д.
Что значит бэкап? ))
Шаблон удалил, надеялся что стандартный шаблон подхватит, но результат сами видите какой! ((---------- Добавлено 01.10.2013 в 12:03 ----------Помогите пожалуйста, люди добрые!
Всем спасибо! Как обычно у русских бывает - всё само собой исправилось! ))))
Вот мой Хейдер: И кода Гугл там в отличии от вашего кода там нет! )
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<title>
<?php if (is_home () ) {
bloginfo('name');
} elseif ( is_category() ) {
single_cat_title(); echo ' - ' ; bloginfo('name');
} elseif (is_single() ) {
single_post_title();
} elseif (is_page() ) {
bloginfo('name'); echo ': '; single_post_title();
} else {
wp_title('',true);
} ?>
</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );
wp_head();
?>
</head>
<body <?php body_class(); ?>>
<div id="wrapper">
<header id="menu">
<div id="menu-primary" >
<div class="menu">
if ( function_exists( 'wp_nav_menu' ) )
wp_nav_menu( array( 'theme_location' => 'custom-menu','fallback_cb'=> 'custom_menu','container' => 'ul','menu_id' => 'menu-primary-items"', ) );
else
custom_menu();
</div>
</header><!-- #menu-->
<header id="header">
<table width="100%" border="0">
<tr>
<td style="width:370px; float:left;"><h2 class="log" style="font-size:55px; "><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h2><span style="color:#333; font-size:14px;"><?php bloginfo('description'); ?></span></td>
<td style="float:right; width:728px; display:block;">
<center><a title="Куплю сайт" href="http://skudelnica.ru/kontakty-2/"><img style="padding-right: 5px;" alt="" src="http://skudelnica.ru/wp-content/uploads/2013/09/kuplu-sait.gif" border="0" /></a></center>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</table>
</header><!-- #header-->
<header id="menu_bottom">
wp_nav_menu( array( 'theme_location' => 'custom-menu2','fallback_cb'=> 'custom_menu2','container' => 'ul','menu_id' => 'menu-primary-items"', ) );
Нет, просто хочу подключит канал новостей!
Спасибо огромное! Это то, что я и искал! ))))))))) СУПЕР!
keywords указывает только рубрики, но не ключевые слова, что собственно и ожидается. Как его правильно настроить? Подскажите!