انجمن


مشکل مطالب مرتبط با کامنت ها  (۱ نوشته)

  • da77

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

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

    <?php $path = get_bloginfo("stylesheet_directory");
    $categories = get_the_category($post->ID);
    
    if ($categories) {
    
        $category_ids = array();
    
        foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id;
    
        $args=array(
    
            'category__in' => $category_ids,
    
            'post__not_in' => array($post->ID),
    
            'showposts'=>5, // Number of related posts that will be shown.
    
            'caller_get_posts'=>1
    
        );
    
        $my_query = new wp_query($args);
    
        if( $my_query->have_posts() ) {
    
            echo '<div class="post-base b-r5">
    <div style="height:34px;width:100%;text-indent:10px;border-bottom:1px solid #dcdcdc;" class="title-post animate"><h2><img src="$path/images/fla.png" width="5" height="8" align="absmiddle" />مطالب مرتبط</h2></div>
    <div class="bg-shadow-p">
    <div style="width:96%;margin:0% 2% 0% 2%;padding:2px 0px 2px 0px;">';
    
            while ($my_query->have_posts()) {
    
                $my_query->the_post();
    
            ?>
    <div style="padding: 5px; margin: 3px; border: 1px solid rgb(204, 204, 204);"><b>
                <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></b></div>
    
            <?php
    
            }
    
            echo '</div></div></div><div class="clear" style="height:10px;"></div>';
    
        }
    
    }
    
    ?>

    اما هر کی میخواد نظر بده نظرش میره برای آخرین گزینه از این مطالب مرتبط

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



برچسب‌ها

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