site 79 ارسال شده در دی 93 گزارش بازنشر ارسال شده در دی 93 سلام دوستانمن در تنظیمات و در قسمت عنوان قالب ، کلمه %%sitename%% رو وارد کردمعکس :اما نام سایت در مطالب نمایش داده نشدعکس :من نام سایت ، توضیحات و کلید واژه ها رو تو قسمت " خانه " در افزونه yoast وارد کردممشکل از کجاست؟ لینک به ارسال
ho3ein 330 ارسال شده در دی 93 گزارش بازنشر ارسال شده در دی 93 ببینید تگ <?php wp_head();?>تو فایل header قالبتون هست ؟ اگه نیست قبل از تگ </head>تو فایل Header.php بزارش 1 لینک به ارسال
site 79 ارسال شده در دی 93 مالک گزارش بازنشر ارسال شده در دی 93 ببینید تگ <?php wp_head();?>تو فایل header قالبتون هست ؟ اگه نیست قبل از تگ </head>تو فایل Header.php بزارشسلامبله هستش 1 لینک به ارسال
hamidwi 479 ارسال شده در دی 93 گزارش بازنشر ارسال شده در دی 93 گزینه " اجبار به بازنویسی عنوان ها" رو تیک بزنید واگر درست نشد محتویات فایل header.php رو اینجا قرار بدید. 1 لینک به ارسال
site 79 ارسال شده در دی 93 مالک گزارش بازنشر ارسال شده در دی 93 گزینه " اجبار به بازنویسی عنوان ها" رو تیک بزنید واگر درست نشد محتویات فایل header.php رو اینجا قرار بدید.سلاماون تیک هم فعال هستتو چند تا قالب این مشکل وجود دارهکد header :<?php global $theme; ?><!DOCTYPE html><?php function wp_initialize_the_theme() { if (!function_exists("wp_initialize_the_theme_load") || !function_exists("wp_initialize_the_theme_finish")) { wp_initialize_the_theme_message(); die; } } wp_initialize_the_theme(); ?><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 $theme->meta_title(); ?></title><meta name="viewport" content="width=device-width, initial-scale=1.0" /><?php $theme->hook('meta'); ?><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/screen.css" type="text/css" media="screen, projection" /><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/print.css" type="text/css" media="print" /><!--[if lt IE 8]><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]--><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/defaults.css" type="text/css" media="screen, projection" /><link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen, projection" /><?php wp_head(); ?><?php $theme->hook('head'); ?></head><body <?php body_class(); ?>><?php $theme->hook('html_before'); ?><div id="wrapper"> <div id="container" class="container"> <div class="span-21"> <?php if($theme->display('menu_primary')) { ?> <?php $theme->hook('menu_primary'); ?> <?php } ?> </div> <div class="span-3 last"> <?php $theme->hook('soccial_icons'); ?> </div> <div id="header" class="span-24"> <div class="branding"> <?php if ($theme->display('logo')) { ?> <a href="<?php bloginfo('url'); ?>"><img class="logo" src="<?php $theme->option('logo'); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>" /></a> <?php } else { ?> <h1 class="site-title"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <h2 class="site-description"><?php bloginfo('description'); ?></h2> <?php } ?> </div><!-- .branding --> <div class="header-banner"> <?php $theme->option('header_banner'); ?> </div><!-- .header-banner --> </div><!-- #header --> <?php if($theme->display('menu_secondary')) { ?> <div class="span-24"> <?php $theme->hook('menu_secondary'); ?> </div> <?php } ?> لینک به ارسال
ho3ein 330 ارسال شده در دی 93 گزارش بازنشر ارسال شده در دی 93 <?php global $theme; ?><!DOCTYPE html><?php function wp_initialize_the_theme() { if (!function_exists("wp_initialize_the_theme_load") || !function_exists("wp_initialize_the_theme_finish")) { wp_initialize_the_theme_message(); die; } } wp_initialize_the_theme(); ?><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 $theme->meta_title(); ?></title><meta name="viewport" content="width=device-width, initial-scale=1.0" /><?php $theme->hook('meta'); ?><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/screen.css" type="text/css" media="screen, projection" /><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/print.css" type="text/css" media="print" /><!--[if lt IE 8]><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]--><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/defaults.css" type="text/css" media="screen, projection" /><link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen, projection" /><?php wp_head();?></head><body <?php body_class(); ?>><?php $theme->hook('html_before'); ?><div id="wrapper"> <div id="container" class="container"> <div class="span-21"> <?php if($theme->display('menu_primary')) { ?> <?php $theme->hook('menu_primary'); ?> <?php } ?> </div> <div class="span-3 last"> <?php $theme->hook('soccial_icons'); ?> </div> <div id="header" class="span-24"> <div class="branding"> <?php if ($theme->display('logo')) { ?> <a href="<?php bloginfo('url'); ?>"><img class="logo" src="<?php $theme->option('logo'); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>" /></a> <?php } else { ?> <h1 class="site-title"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <h2 class="site-description"><?php bloginfo('description'); ?></h2> <?php } ?> </div><!-- .branding --> <div class="header-banner"> <?php $theme->option('header_banner'); ?> </div><!-- .header-banner --> </div><!-- #header --> <?php if($theme->display('menu_secondary')) { ?> <div class="span-24"> <?php $theme->hook('menu_secondary'); ?> </div> <?php } ?>تست کنید 2 لینک به ارسال
bestdata 830 ارسال شده در دی 93 گزارش بازنشر ارسال شده در دی 93 به جای<title><?php $theme->meta_title(); ?></title>کد زیر رو قرار دهید<title><?php global $page, $paged;wp_title( '»', true, 'right' );$site_description = get_bloginfo( 'description', 'display' );if ( $paged >= 2 || $page >= 2 ) echo '|' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) );?></title>موفق و پایدار باشید 2 لینک به ارسال
site 79 ارسال شده در دی 93 مالک گزارش بازنشر ارسال شده در دی 93 (ویرایش شده) <?php global $theme; ?><!DOCTYPE html><?php function wp_initialize_the_theme() { if (!function_exists("wp_initialize_the_theme_load") || !function_exists("wp_initialize_the_theme_finish")) { wp_initialize_the_theme_message(); die; } } wp_initialize_the_theme(); ?><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 $theme->meta_title(); ?></title><meta name="viewport" content="width=device-width, initial-scale=1.0" /><?php $theme->hook('meta'); ?><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/screen.css" type="text/css" media="screen, projection" /><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/print.css" type="text/css" media="print" /><!--[if lt IE 8]><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]--><link rel="stylesheet" href="<?php echo THEMATER_URL; ?>/css/defaults.css" type="text/css" media="screen, projection" /><link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen, projection" /><?php wp_head();?></head><body <?php body_class(); ?>><?php $theme->hook('html_before'); ?><div id="wrapper"> <div id="container" class="container"> <div class="span-21"> <?php if($theme->display('menu_primary')) { ?> <?php $theme->hook('menu_primary'); ?> <?php } ?> </div> <div class="span-3 last"> <?php $theme->hook('soccial_icons'); ?> </div> <div id="header" class="span-24"> <div class="branding"> <?php if ($theme->display('logo')) { ?> <a href="<?php bloginfo('url'); ?>"><img class="logo" src="<?php $theme->option('logo'); ?>" alt="<?php bloginfo('name'); ?>" title="<?php bloginfo('name'); ?>" /></a> <?php } else { ?> <h1 class="site-title"><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <h2 class="site-description"><?php bloginfo('description'); ?></h2> <?php } ?> </div><!-- .branding --> <div class="header-banner"> <?php $theme->option('header_banner'); ?> </div><!-- .header-banner --> </div><!-- #header --> <?php if($theme->display('menu_secondary')) { ?> <div class="span-24"> <?php $theme->hook('menu_secondary'); ?> </div> <?php } ?>تست کنیدسلامدرست نشدبه جای<title><?php $theme->meta_title(); ?></title>کد زیر رو قرار دهید<title><?php global $page, $paged;wp_title( '»', true, 'right' );$site_description = get_bloginfo( 'description', 'display' );if ( $paged >= 2 || $page >= 2 ) echo '|' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) );?></title>موفق و پایدار باشیدسلامدرست نشد ویرایش شده دی 93 توسط site لینک به ارسال
bestdata 830 ارسال شده در دی 93 گزارش بازنشر ارسال شده در دی 93 ایا کش سرورتون رو خالی میکنید؟ لینک به ارسال
پست های پیشنهاد شده
لطفا برای ارسال دیدگاه وارد شوید
شما بعد از اینکه وارد حساب کاربری خود شدید می توانید دیدگاهی ارسال کنید
ورود به حساب کاربری