انجمن


مشکل در پست  (۵ نوشته)

  • reza72

    آفلاین
    عضو
    تعداد نوشته‌ها: ۳۸
    تشکر شده: ۱ بار
    # نوشته شده: ۱۰ سال پیش
    ۹ دی ۱۳۹۲ - ۱۶:۳۳

    با سلام.
    دوستان چطوری میشه کاری کرد ک داخل یک پوسته در صفحه اولش پستا نمایش داده نشن؟
    یعنی من یک قالبی دارم روی سایتم ولی تمام پست هایی ک میذارم روی صفحه اصلی نمایش پیدا میکنه در صورتی که اگه صفحه بعدی بزنم همون تعدادی ک داخل تنظیمات گذاشتم نمایش پیدا میکنه.
    مشکل از کجای قالبه؟

  • elnaz

    آفلاین
    عضو
    تعداد نوشته‌ها: ۶۴
    تشکر شده: ۱۲ بار
    # نوشته شده: ۱۰ سال پیش
    ۹ دی ۱۳۹۲ - ۱۷:۱۱

    شما می توانید یک برگه بسازید و نوشته ای که می خواهید در صفحه اول نمایش داده بشه را داخل برگه بنویسید
    سپس از بخش نمایش -> شخصی سازی بروید
    در قسمت "برگه نخست ایستا" که به طور پیشفرض روی "نوشته های تازه" است گزینه برگه ایستا را انتخاب کرده و آن برگه ای که ساختید را انتخاب کنید
    مانند عکس زیر
    http://wpschool.ir/wp-content/uploads/2013/12/1243png.png
    به همین راحتی

  • reza72

    آفلاین
    عضو
    تعداد نوشته‌ها: ۳۸
    تشکر شده: ۱ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۰ دی ۱۳۹۲ - ۱۵:۱۶

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

  • reza72

    آفلاین
    عضو
    تعداد نوشته‌ها: ۳۸
    تشکر شده: ۱ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۵ دی ۱۳۹۲ - ۱۳:۵۷

    دوستان و اساتید محترم این سورس صفحه ایندکسه اگه میشه راهنمایی کنید کجاش اشکال داره و باید تعداد وارد شه
    `
    <?php get_header(); ?>

    <h1>دانلود فیلم با لینک مستقیم</h1>
    <?php include (TEMPLATEPATH . '/right-sidebar.php'); ?>
    <div id="center">

    <?php query_posts('showposts=10'); ?>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <?php if (in_category('1')) continue; ?>
    <div class="post">
    <div class="post_top">
    <h2>" alt="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php the_title(); ?> </h2>
    " alt="<?php the_title(); ?>" href="<?php the_permalink() ?> "><img alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php bloginfo('template_url'); ?>/images/go.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" class="go" />
    <br style="clear:both;" />
    <h4>دسته بندی : <?php the_category(', ') ?></h4>
    <h6><?php the_time('j F Y'); ?>  |  <?php comments_popup_link('بدون نظر', 'يك نظر', '% نظر'); ?></h6>
    "><img alt="film & serial" title="3film" src="<?php bloginfo('template_url'); ?>/images/fb.png" alt="go" title="Facebook" class="fb" />
    </div>
    <div class="post_middle">
    </br>
    <div class="text">

    <?php the_content(__('')); ?>

    <div class="tag">
    <img alt="3film" title="3film" src="<?php bloginfo('template_url'); ?>/images/tag.png" alt="pic" title="Tag" />
    <h6>برچسب ها:</h6><?php the_tags('') ?></h6>

    <br style="clear:both;" />
    </div>
    </div>
    </div>
    <div class="post_bottom">
    <h6>تعداد بازدید : <?php if(function_exists('the_views')) { the_views(); } ?></h6>
    <h5>" alt="<?php the_title(); ?>" href="<?php the_permalink() ?>" class="blue">ادامه مطلب</h5>
    <div class="plus"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div>
    </div>
    </div>
    <?php endwhile; else: ?><?php endif; ?>

    <div id="page">
    <h6>صفحات :</h6>

      <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>

    </div>
    </div>
    <?php include (TEMPLATEPATH . '/left-sidebar.php'); ?>
    <br style="clear:both;" />
    <?php get_footer(); ?>

  • reza72

    آفلاین
    عضو
    تعداد نوشته‌ها: ۳۸
    تشکر شده: ۱ بار
    # نوشته شده: ۱۰ سال پیش
    ۱۵ دی ۱۳۹۲ - ۱۵:۲۰

    من ی خورده تغییرش دادم این کد رو حالا توی صفخات بعدی درست نمایش میده یعنی همون تعدادی ک داخل تنظیمات گذاشتم میاد ولی داخل صفحه اصلی تمام پست ها نمایش پیدا میکنه
    کد جدید

    <?php get_header(); ?>
    
    <h1>دانلود فیلم با لینک مستقیم</h1>
    <?php include (TEMPLATEPATH . '/right-sidebar.php'); ?>
            <div id="center">
            	<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>	<?php endif; ?>
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <?php if (in_category('1')) continue; ?>
                <div class="post">
                	<div class="post_top">
                    	<h2><a title="<?php the_title(); ?>" alt="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php the_title(); ?>  </a></h2>
    
                        <a title="<?php the_title(); ?>" alt="<?php the_title(); ?>" href="<?php the_permalink() ?>  "><img alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php bloginfo('template_url'); ?>/images/go.png" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" class="go" /></a>
                        <br style="clear:both;" />
                        <h4>دسته بندی :  <?php the_category(', ') ?></h4>
                        <h6><?php the_time('j F Y'); ?> &nbsp;|&nbsp; <?php comments_popup_link('بدون نظر', 'يك نظر', '% نظر'); ?></h6>
                        <a title="3film" href="http://facebook.com/sharer.php?u=<?php the_permalink() ?>"><img alt="film & serial" title="3film" src="<?php bloginfo('template_url'); ?>/images/fb.png" alt="go" title="Facebook" class="fb" /></a>
                    </div>
                    <div class="post_middle"><br></br>
                    	<div class="text">
    
                        	<?php the_content(__('')); ?>
    
    <br>
                            <div class="tag">
                            	<img alt="3film" title="3film" src="<?php bloginfo('template_url'); ?>/images/tag.png" alt="pic" title="Tag" />
                            	<h6>برچسب ها:</h6><?php the_tags('') ?></h6>
    
     <br style="clear:both;" />
                            </div>
                        </div>
                    </div>
                    <div class="post_bottom">
                    	<h6>تعداد بازدید : <?php if(function_exists('the_views')) { the_views(); } ?></h6>
                        <h5><a title="<?php the_title(); ?>" alt="<?php the_title(); ?>" href="<?php the_permalink() ?>" class="blue">ادامه مطلب</a></h5>
                        <div class="plus"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div>
                    </div>
                </div>
    			 <?php endwhile; else: ?><?php endif; ?>
                <div id="page">
                	<h6>صفحات :</h6>
                	<ul>
                    	<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
                    </ul>
                </div>
            </div>
            <?php include (TEMPLATEPATH . '/left-sidebar.php'); ?>
            <br style="clear:both;" />
       <?php get_footer(); ?>

درباره‌ی این موضوع



برچسب‌ها