رفتن به مطلب

تعداد مطالب در صفحه نخست


پست های پیشنهاد شده

سلام من در تنظیمات تعداد مطالب در صفحه نخست رو 10 تا گذاشتم ولی توی هر صفحه 2 تا بیشتر نمایش نمیده ، کلا 8 تا پست دارم 4 تا صفحه تشکیل داده !

لینک به ارسال

شما در پوسته تون در بخش آرشیو یا دسته بندی از کوئری استفاده کردید؟

لینک به ارسال

شما در پوسته تون در بخش آرشیو یا دسته بندی از کوئری استفاده کردید؟

نه فقط یک افزونه اسلایدر مطالب داشتم که غیر فعالش کردم فرقی نکرد

لینک به ارسال

محتوای فایل index را اینجا قرار دهید

ایندکس


<?php get_header(); ?>
<?php get_sidebar('top'); ?>
<?php
if (have_posts()) {
/* Display navigation to next/previous pages when applicable */
if (theme_get_option('theme_' . (theme_is_home() ? 'home_' : '') . 'top_posts_navigation')) {
theme_page_navigation();
}
/* Start the Loop */
while (have_posts()) {
the_post();
get_template_part('content', get_post_format());
}
/* Display navigation to next/previous pages when applicable */
if (theme_get_option('theme_bottom_posts_navigation')) {
theme_page_navigation();
}
} else {
theme_404_content();
}
?>
<?php get_sidebar('bottom'); ?>
<?php get_footer(); ?>

لینک به ارسال

اگر از افزونه برای نمایش صفحات استفاده می کنید تو تنظیمات افزونه رو هم نگاه کنید

لینک به ارسال

اگر از افزونه برای نمایش صفحات استفاده می کنید تو تنظیمات افزونه رو هم نگاه کنید

کل افزونه ها رو اصلا پاک کردم فرقی نکرد

لینک به ارسال

در تنظیمات خود پوسته نگاه کنید. طبق کدتون باید در خودش تنظیماتی داشته باشه.

لینک به ارسال

در تنظیمات خود پوسته نگاه کنید. طبق کدتون باید در خودش تنظیماتی داشته باشه.

والا توی تنظیمات هم نگاه کردم مثل بقیه پوسته هاست فرقی نداره ، امروز یک چیز دیگه هم متوجه شدم آرشیو جلالی تعداد مطالب این ماه رو 13 تا نشون میده در صورتیکه تا الان مطالب این ماه 20 تا شده

لینک به ارسال

ببینید قالب دارای تنظیمات هست و به غیر از تنظیمات خواندن وردپرس باید اون تنظیمات هم بررسی بشه

بررسی کنید بعضی از مطالب در حالت پیش نویس نیستند ؟

لینک به ارسال

ببینید قالب دارای تنظیمات هست و به غیر از تنظیمات خواندن وردپرس باید اون تنظیمات هم بررسی بشه

بررسی کنید بعضی از مطالب در حالت پیش نویس نیستند ؟

اگر منظور شما Theme options هست بله نگاه کردم چیزی در رابطه با تعداد مطلب نداره.مطالب هم همه منتشر شده است . این آدرس سایته wemusic.tk، اگر احتیاج هست فایل های پوسته رو بزارم یا اگر باید از مدیریت چک بشه ثبت نام کنید بعد من اکانت شما رو مدیر میکنم.مرسی

لینک به ارسال

مشکلات قالبهای آرتیستری

ببینید می تونید لیستی از اسم فایلهای php قالب رو اینجا بذارید تا بهتون بگم کدوم فالیل نیاز به بررسی داره؟

لینک به ارسال

مشکلات قالبهای آرتیستری

ببینید می تونید لیستی از اسم فایلهای php قالب رو اینجا بذارید تا بهتون بگم کدوم فالیل نیاز به بررسی داره؟

misc.php

navigation.php

options.php

shortcodes.php

sidebars.php

widgets.php

wrappers.php

single.php-sidebar.php

sidebar-top.php

sidebar-secondary.php

sidebar-header.php

sidebar-footer.php

sidebar-bottom.php

searchform.php

search.php

page.php

index.php

home.php

header.php

admins.php

defaults.php

لینک به ارسال

محتوای فایل home و defaults رو اینجا در بین تگ long box بذارید تا بررسی بشه

لینک به ارسال

محتوای فایل home و defaults رو اینجا در بین تگ long box بذارید تا بررسی بشه

defaults

<?php

global $theme_default_options;

$theme_default_options = array(

'theme_header_show_headline' => 1,

'theme_header_show_slogan' => 1,

'theme_header_clickable' => 0,

'theme_header_link' => trailingslashit( get_option( 'home' ) ),

'theme_menu_showHome' => 1,

'theme_menu_highlight_active_categories' => 1,

'theme_menu_homeCaption' => <<<EOL

Home

EOL

,

'theme_menu_trim_title' => 1,

'theme_menu_trim_len' => 45,

'theme_submenu_trim_len' => 40,

'theme_menu_depth' => 0,

'theme_menu_source' => 'Pages',

'theme_vmenu_depth' => 0,

'theme_sidebars_style_default' => 'block',

'theme_sidebars_style_secondary' => 'block',

'theme_sidebars_style_top' => 'post',

'theme_sidebars_style_bottom' => 'post',

'theme_sidebars_style_header' => 'simple',

'theme_sidebars_style_footer' => 'simple',

'theme_metadata_use_featured_image_as_thumbnail' => 1,

'theme_metadata_thumbnail_auto' => 0,

'theme_metadata_thumbnail_width' => 128,

'theme_metadata_thumbnail_height' => 128,

'theme_metadata_separator' => ' | ',

'theme_metadata_excerpt_auto' => 0,

'theme_metadata_excerpt_min_remainder' => 5,

'theme_metadata_excerpt_words' => 40,

'theme_show_tags_on_404_page' => 0,

'theme_show_tags_title_on_404_page' => __('Tag Cloud', THEME_NS),

'theme_show_random_posts_on_404_page' => 0,

'theme_show_random_posts_title_on_404_page' => __('Random posts', THEME_NS),

'theme_comment_use_smilies' => 0,

'theme_allow_comments' => 1,

'theme_metadata_excerpt_use_tag_filter' => 0,

'theme_metadata_excerpt_allowed_tags' => 'a, abbr, blockquote, b, cite, pre, code, em, label, i, p, strong, ul, ol, li, h1, h2, h3, h4, h5, h6, object, param, embed',

'theme_top_single_navigation' => 1,

'theme_bottom_single_navigation' => 0,

'theme_single_navigation_trim_title' => 1,

'theme_single_navigation_trim_len' => 80,

'theme_home_top_posts_navigation' => 0,

'theme_top_posts_navigation' => 1,

'theme_bottom_posts_navigation' => 1,

'theme_attachment_size' => 600,

'theme_override_default_footer_content' => 0,

'theme_footer_content' => <<<EOL

<p>Copyright © 2011-2012. All Rights Reserved.</p>

<p>vector graphics by <a href="http://www.bazaardes...gns.com</a></p>

<p><br></p>

<p><br></p>

EOL

,

'theme_posts_headline_tag' => 'h1',

'theme_posts_slogan_tag' => 'h2',

'theme_posts_article_title_tag' => 'h2',

'theme_posts_widget_title_tag' => 'h3',

'theme_single_headline_tag' => 'div',

'theme_single_slogan_tag' => 'div',

'theme_single_article_title_tag' => 'h1',

'theme_single_widget_title_tag' => 'div',

'theme_iclude_scripts_from_cdn' => 0

);

global $theme_default_meta_options;

$theme_default_meta_options = array(

'theme_show_in_menu' => 1,

'theme_show_as_separator' => 0,

'theme_title_in_menu' => '',

'theme_show_page_title' => 1,

'theme_show_post_title' => 1,

'theme_widget_styles' => 'default',

'theme_widget_show_on' => 'all',

'theme_widget_front_page' => 0,

'theme_widget_single_post' => 0,

'theme_widget_single_page' => 0,

'theme_widget_posts_page' => 0,

'theme_widget_page_ids' => 0,

'theme_widget_page_ids_list' => '',

'theme_widget_styling' => '',

'theme_header_image' => '',

'theme_header_image_with_flash' => 1,

'theme_layout_template_header' => 1,

'theme_layout_template_left_sidebar' => 1,

'theme_layout_template_right_sidebar' => 1,

);

home

<?php get_header(); ?>

<?php get_sidebar('top'); ?>

<?php

if (have_posts()) {

/* Display navigation to next/previous pages when applicable */

if (theme_get_option('theme_' . (theme_is_home() ? 'home_' : '') . 'top_posts_navigation')) {

theme_page_navigation();

}

?>

<div class="art-content-layout-wrapper post-layout-item-0">

<div class="art-content-layout">

<div class="art-content-layout-row">

<div class="art-layout-cell post-layout-item-1" style="width: 100%" >

<?php theme_get_next_post(); ?>

</div>

</div>

</div>

</div>

<div class="art-content-layout-wrapper post-layout-item-0">

<div class="art-content-layout">

<div class="art-content-layout-row">

<div class="art-layout-cell post-layout-item-1" style="width: 100%" >

<?php theme_get_next_post(); ?>

</div>

</div>

</div>

</div>

<?php

/* Display navigation to next/previous pages when applicable */

if (theme_get_option('theme_bottom_posts_navigation')) {

theme_page_navigation();

}

} else {

theme_404_content();

}

?>

<?php get_sidebar('bottom'); ?>

<?php get_footer(); ?>

لینک به ارسال

چیزی یافت نشد

براتون مقدر هست قالب رو برام پیغام خصوصی کنید تا بررسیش کنم ؟

لینک به ارسال

چیزی یافت نشد

براتون مقدر هست قالب رو برام پیغام خصوصی کنید تا بررسیش کنم ؟

بله میفرستم براتون مرسی

لینک به ارسال

مشکل رو حل کردم ، قالب جدید :rolleyes:

ولی به هر حال اگر دوستان مشکل رو باز فهمیدند لطفا بگن که آموزشی هم در این رابطه باشه

لینک به ارسال

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...