انجمن


عدم لود کامل صفحه "تک نوشته"  (۳ نوشته)

  • TopMag

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

    سلام مجدد ،

    من قالب جدید نصب کردم ولی توی صفحه تک نوشته ، صفحه کامل لود نمیشه و فوتر رو نمیاره!

    http://www.topsong.ir/?p=1

    افزونه ای نیاز هست برای این کار ؟

    ممنون .

  • omid0098

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

    سلام
    کدهای فایل footer رو بذارد اینجا.

  • TopMag

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

    <!--Footer -->
    </div>
    </section>
    <div class="clear"></div>
    
    <footer class="footer-b">
    
      <div class="footer-wrap">
    
    <div class="footer-tags">
    
    <div class="tags-list">
    <?php wp_tag_cloud('smallest=8&largest=14&number=25&orderby=count'); ?>
    </div>
    </div>
    
    <section class="box">
    <h3>FarsKids</h3>
    درباره ما
    
    </section>
    
    <section class="box">
    <h3>مارا در فیس بوک محبوب کنید</h3>
    <p><center><img src="<?php bloginfo('template_directory'); ?>/images/fb.png" alt="" width="128" height="128" /></center></p>
    <p><a href="http://www.facebook.com/"><strong>برای ورود  به صفحه ما در فیس بوک کلیک کنید</strong></a></p>
    </section>
    
    <section class="box">
    <h3>آخرین نظرات</h3>
    </section>
    <?php
    global $wpdb;
    $sql = "SELECT DISTINCT ID, post_title, post_password, comment_ID,
    comment_post_ID, comment_author, comment_date_gmt, comment_approved,
    comment_type,comment_author_url,
    SUBSTRING(comment_content,1,60) AS com_excerpt
    FROM $wpdb->comments
    LEFT OUTER JOIN $wpdb->posts ON ($wpdb->comments.comment_post_ID =
    $wpdb->posts.ID)
    WHERE comment_approved = '1' AND comment_type = '' AND
    post_password = ''
    ORDER BY comment_date_gmt DESC
    LIMIT 10";
    $comments = $wpdb->get_results($sql);
    $output = $pre_HTML;
    $output .= "\n<ul>";
    foreach ($comments as $comment) {
    $output .= "\n<font color=\"#000\">".strip_tags($comment->comment_author)
    ." گفته : </font>" . "<a href=\"" . get_permalink($comment->ID) .
    "#comment-" . $comment->comment_ID . "\" title=\" در پستی به نام : " .
    $comment->post_title . "\">" . strip_tags($comment->com_excerpt)
    ." ...</a><br />";
    }
    $output .= "\n</ul>";
    $output .= $post_HTML;
    echo $output;?>
    
      <div class="clear"></div>
    
     <div class="copyright">
    <a href="ymsgr:addfriend?ariagfx">تمامی حقوق این وب سایت محفوض میباشد</a>
    
       <small><a href="http://www.sargarmi98.ir" class="Mohamadsh" ><span>Design By Farskids Edit By Mohamadsh</span></a></small>
    
       <div class="clear"></div>
     </div>
    
    </div>
      <div class="clear"></div>
    
    </footer>
    </div><!--Middle -->
    
    </div><!--base -->
    
    </div>
    </body>
    </html>

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



برچسب‌ها

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