انجمن


لطفا این کد رو واسم ادییت کیند  (۱ نوشته)

  • gasem_h

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

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

    <?php get_header(); ?>	
    
    <?php 
    
    global $options;
    
    foreach ($options as $value) {
    
    if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( $value['id'] ); } }
    
          ?>
    
    <div id="container">
    
    <div id="left-div">
    
    <div id="left-inside">
    
    <div class="home-post-wrap-home">
    
    <!--Begin Feaured Articles-->
    
    <span class="headings"><?php echo $artsee_cat_three_name; ?></span>
    
    <div style="clear: both;"></div>
    
    <?php $my_query = new WP_Query("cat=$artsee_home_cat_three&showposts=$artsee_featured;");
    
    while ($my_query->have_posts()) : $my_query->the_post(); ?>
    
    <?php 
    
    // check for thumbnail
    
    $thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
    
    ?>
    
    <div class="random">
    
    <div class="random-image">
    
    <?php // if there's a thumbnail
    
    if($thumb !== '') { ?>
    
    <a href="<?php the_permalink() ?>" title="ادامه مطلب <?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo $thumb; ?>&h=60&w=60&zc=1" alt="<?php the_title(); ?>" width="60" height="60" border="0" /></a>
    
    <?php } // end if statement
    
    // if there's not a thumbnail
    
    else { echo ''; } ?>
    
    </div>
    
    <a href="<?php the_permalink() ?>" rel="bookmark" title="ادامه مطلب <?php the_title(); ?>"><?php the_title2('', '...', true, '30') ?></a><br>
    
    <?php if (function_exists('the_content_limit')) { the_content_limit(200, ""); } else { echo 'You have not uploaded and acivated the limit posts plugin. This is required.'; } ?>
    
    </div>
    
    <?php endwhile; ?>
    
    <!--End Feaured Article-->
    
    </div>
    
    <?php $my_query = new WP_Query("cat=$artsee_home_cat_one;&showposts=1");
    
      while ($my_query->have_posts()) : $my_query->the_post();
    
       ?>
    
    <?php 
    
    // check for thumbnail
    
    $thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
    
    ?>
    
    <div class="home-post-wrap-box">
    
    <span class="headings2"><?php echo $artsee_cat_one_name; ?></span>
    
    <span class="titles-boxes"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></span>
    
    <div style="clear: both;"></div>
    
    <!--Display thumbnail if found-->
    
    <?php // if there's a thumbnail
    
    if($thumb !== '') { ?>
    
    <div class="cat-thumb">
    
    <a href="<?php the_permalink() ?>" title="لينک اصلي <?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo $thumb; ?>&h=100&w=100&zc=1" alt="<?php the_title(); ?>" width="100" height="100" border="0" /></a>
    
    </div>
    
    <?php } // end if statement
    
    // if there's not a thumbnail
    
    else { echo ''; } ?>
    
    <!--End display thumbnail if found-->
    
    <?php the_content_limit(650, ""); ?>
    
    <div style="clear:both;"></div>	
    
    </div>
    
    <?php endwhile; ?>
    
    <!--End Category Box 1-->	
    
    <!--End Random Articles-->
    
    <div style="clear: both;"></div>
    
    <!--Begind recent post (single)-->
    
    <?php if (have_posts()) : while (have_posts()) : the_post(); 
    
      if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
    
    <?php static $ctr = 0; 
    
    if ($ctr == "$artsee_homepage_posts;") { break; } 
    
    else { ?>
    
    <?php 
    
    // check for thumbnail
    
    $thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
    
    ?>
    
    <div class="home-post-wrap2">	
    
    <div class="post-info">  ارسال شده در تاريخ  <?php the_time('j F , Y') ?> |  <?php comments_popup_link('بدون نظر', 'يک نظر', '% نظر'); ?></div>
    
    <span class="titles"><a href="<?php the_permalink() ?>" title="لينک اصلي <?php the_title(); ?>"><?php the_title(); ?></a></span>
    
    <div style="clear: both;"></div>
    
    <!--Display thumbnail if found-->
    
    <div class="thumbnail-div-home">
    
    <?php // if there's a thumbnail
    
    if($thumb !== '') { ?>
    
    <a href="<?php the_permalink() ?>" title="لينک اصلي <?php the_title(); ?>"><img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo $thumb; ?>&h=130&w=281&zc=1" alt="<?php the_title(); ?>" width="281" height="130" border="0" /></a>
    
    <?php } // end if statement
    
    // if there's not a thumbnail
    
    else { echo ''; } ?>
    
    </div>	
    
    <!--End display thumbnail if found-->
    
    <?php if (function_exists('the_content_limit')) { the_content_limit(650, ""); } else { echo 'You have not uploaded and acivated the limit posts plugin. This is required.'; } ?>
    
    <div class="readmore"><a href="<?php the_permalink() ?>" rel="bookmark" title="لينک اصلي <?php the_title(); ?>">بيشتر بخوانيد</a></div>
    
    </div>
    
    <?php $ctr++; } ?>
    
    <?php endwhile; ?>
    
    <!--end recent post (single)-->
    
    <div style="clear: both;"></div>
    
    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
    <br>
    <?php else : ?>
    
    <!--If no results are found-->
    
    <div class="home-post-wrap2">
    
    <h2 >نتيجه اي يافت نشد !</h2>
    
    <p>متاسفم درخواست شما نتيجه اي نداشت. </p>
    
    </div>
    
    <!--End if no results are found-->
    
    <?php endif; ?>
    
    </div>
    
    </div>
    
    <?php get_sidebar(); ?>    
    
    <?php get_footer(); ?>   
    
    </body>
    
    </html>

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



برچسب‌ها

هیچ برچسبی نیست.