انجمن


وجود مشکل در بخش لینک موضوعات قالب StudioBlue 1.0  (۹ نوشته)

  • dani67

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

    سلام خدمت دوستان،

    من از قالب StudioBlue 1.0 استفاده می کنم و در بخش موضعات وقتی روی عنوان موضوع کلیک می کنم، باید در صفحه جدید پست هایی که در آن موضع قرار دارند، نشان داده شود، اما با خطای زیر مواجه می شم:

    Fatal error: Call to undefined function the_content_limit() in /home/MYUSERNAME/public_html/wp-content/themes/StudioBlue.Fa.Wp-Theme.NulLed.bY.Eh3an.P30vel.ir.Fun.WebTemplate/includes/defaultcat.php on line 36

    لطفا خیلی زود بهم جواب بدید، باید سریع حلش کنم.

    ممنون و منتظرم.

  • Mostafa

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

    سلام, محتویات فایل defaultcat.php رو اینجا قرار دهید

    کاربران زیر به‌خاطر این نوشته تشکر کرده‌اند:
    ~> Mr.vAhiD.DI <~ - Saeed Fard
  • dani67

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

    سلام. ممنون میشم ببینید مشکل از کجاست!

  • <span class="current-category">
    <?php single_cat_title('مكان فعلي : ', 'display'); ?>
    </span>

    <?php if (have_posts()) : while (have_posts()) : the_post();
    if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>

    <?php
    // check for thumbnail
    $thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
    // check for thumbnail class
    $thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
    // check for thumbnail alt text
    $thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
    ?>

    <div class="home-post-wrap2">

    <div style="clear: both;"></div>

    <div class="single-entry" dir="rtl">
    <span class="titles" dir="rtl">" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title2('', '', true, '400') ?></span>
    <?php // if there's a thumbnail
    if($thumb !== '') { ?>
    <div class="thumbnail-div">
    " title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo $thumb; ?>&h=90&w=90&zc=1" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" />
    </div>
    <?php } // end if statement
    // if there's not a thumbnail

    else { echo ''; } ?>
    <div class="post-info" dir="rtl">ارسال شده توسط : <?php the_author() ?> در بخش : <?php the_category(', ') ?> در تاريخ : <?php the_time('m jS, Y') ?> <span>| "><?php comments_number('بدون نظر','يك نظر','نظرها %'); ?></span></div>
    <?php the_content_limit(300, ""); ?>
    <div class="readmore" dir="rtl" style="background:url(<?php bloginfo('stylesheet_directory'); ?>/images/more.gif) no-repeat 42px 0px;height:24px;width:87px;padding-right:20px;padding-top:2px;margin-right:-7px;margin-top:20px">" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">ادامه مطلب</div>
    </div>
    </div>

    <?php endwhile; ?>

    <div style="clear: both;"></div>

    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
    else { ?>
    <p class="pagination"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>
    <?php } ?>

    <?php else : ?>

    <h2 >No Results Found</h2>

    <p>Sorry, your search returned zero results. </p>

    <?php endif; ?>

  • Mostafa

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

    انگار پوسته کامل نیست!
    اینو بررسی کنید

    <span class="current-category">
    <?php single_cat_title('مكان فعلي : ', 'display'); ?>
    </span>
    
    <?php if (have_posts()) : while (have_posts()) : the_post();
    if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
    
    <?php
    // check for thumbnail
    $thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
    // check for thumbnail class
    $thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
    // check for thumbnail alt text
    $thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
    ?>
    
    <div class="home-post-wrap2">
    
    <div style="clear: both;"></div>
    
    <div class="single-entry" dir="rtl">
    <span class="titles" dir="rtl">" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title2('', '', true, '400') ?></span>
    <?php // if there's a thumbnail
    if($thumb !== '') { ?>
    <div class="thumbnail-div">
    " title="Permanent Link to <?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo $thumb; ?>&h=90&w=90&zc=1" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" />
    </div>
    <?php } // end if statement
    // if there's not a thumbnail
    
    else { echo ""; } ?>
    <div class="post-info" dir="rtl">ارسال شده توسط : <?php the_author() ?> در بخش : <?php the_category(', ') ?> در تاريخ : <?php the_time('m jS, Y') ?> <span>| "><?php comments_number('بدون نظر','يك نظر','نظرها %'); ?></span></div>
    <?php the_content(); ?>
    <div class="readmore" dir="rtl" style="background:url(<?php bloginfo('stylesheet_directory'); ?>/images/more.gif) no-repeat 42px 0px;height:24px;width:87px;padding-right:20px;padding-top:2px;margin-right:-7px;margin-top:20px">" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">ادامه مطلب</div>
    </div>
    </div>
    
    <?php endwhile; ?>
    
    <div style="clear: both;"></div>
    
    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
    else { ?>
    <p class="pagination"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>
    <?php } ?>
    
    <?php else : ?>
    
    <h2 >No Results Found</h2>
    
    <p>Sorry, your search returned zero results. </p>
    
    <?php endif; ?>
  • dani67

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

    سلام
    بی نهایت سپاسگزارم، مشکل حل شد.

    خوش باشید :)

  • dani67

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

    سلام مجدد

    اگه ممکنه لطفا بفرمایید که اگه من بخوام فقط عناوین ‍پست های موجود(نه کل محتوای پستها) در هر موضوع نشون داده بشه و با کلیک کردن روی هر کدوم به صفحه خودش بره، چه تغییری باید در کدی که دادید ایجاد کنم؟

    منتظر پاسختون هستم

  • Mostafa

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

    سلام, پیشفرض همینطوری هست! اگر بخواین آخرین نوشته های مربوط به هر دسته رو در پوسته قرار بدین, باید از تابع wp_query وردپرس استفاده کنید.
    در انجمن زیر دسته یا query رو جستجو کنید.

  • dani67

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

    سلام و ممنون از پاسختون.

    ببینید راستشو بخواین، من با توجه به اینکه در کدی که شما ارائه دادید، مشکلی وجود داشت(برخی از کدها با توجه به احتمالا عدم صحت، همراه با عنوان پست ها نمایش داده می شد و علاوه بر این در آن حالت هم کل محتوای پست ها نمایش داده میشد) بخش از اون رو حذف کردم (مثل: " rel="bookmark" title="Permanent Link to).
    احتمالا این بخش مد نظر شماست که با این کد در واقع همان نیاز من یعنی نشان دادن فقط عناوین، مرتفع میشه.

    لطفا با توجه به کدی زیر که بنده الان دارم ازش استفاده می کنم، نسبت به بررسی و تصحیح کد، مساعدت نمایید.

    <span class="current-category">
    <?php single_cat_title('مكان فعلي : ', 'display'); ?>
    </span>

    <?php if (have_posts()) : while (have_posts()) : the_post();
    if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>

    <?php
    // check for thumbnail
    $thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
    // check for thumbnail class
    $thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
    // check for thumbnail alt text
    $thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
    ?>

    <div class="home-post-wrap2">

    <div style="clear: both;"></div>

    <div class="single-entry" dir="rtl">
    <span class="titles" dir="rtl"><rel="bookmark" title="Permanent Link to"><?php the_title(); ?></span>
    <?php // if there's a thumbnail
    if($thumb !== '') { ?>
    <div class="thumbnail-div">
    <title="Permanent Link to"><?php the_title(); ?><img src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo $thumb; ?>&h=90&w=90&zc=1" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" />
    </div>
    <?php } // end if statement
    // if there's not a thumbnail

    else { echo ""; } ?>
    <div class="post-info" dir="rtl">ارسال شده توسط : <?php the_author() ?> در بخش : <?php the_category(', ') ?> در تاريخ : <?php the_time('m jS, Y') ?> <span|> <?php comments_number('بدون نظر','يك نظر','نظرها %'); ?></span></div>
    <?php the_content(); ?>
    <div class="readmore" dir="rtl" style="background:url(<?php bloginfo('stylesheet_directory'); ?>/images/more.gif) no-repeat 42px 0px;height:24px;width:87px;padding-right:20px;padding-top:2px;margin-right:-7px;margin-top:20px" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">ادامه مطلب</div>
    </div>
    </div>

    <?php endwhile; ?>

    <div style="clear: both;"></div>

    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
    else { ?>
    <p class="pagination"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>
    <?php } ?>

    <?php else : ?>

    <h2 >No Results Found</h2>

    <p>Sorry, your search returned zero results. </p>

    <?php endif; ?>

  • Mostafa

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

    <span class="current-category">
    <?php single_cat_title('مكان فعلي : ', 'display'); ?>
    </span>
    
    <?php if (have_posts()) : while (have_posts()) : the_post();
    if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>
    
    <?php
    // check for thumbnail
    $thumb = get_post_meta($post->ID, 'Thumbnail', $single = true);
    // check for thumbnail class
    $thumb_class = get_post_meta($post->ID, 'Thumbnail Class', $single = true);
    // check for thumbnail alt text
    $thumb_alt = get_post_meta($post->ID, 'Thumbnail Alt', $single = true);
    ?>
    
    <div class="home-post-wrap2">
    
    <div style="clear: both;"></div>
    
    <div class="single-entry" dir="rtl">
    <span class="titles" dir="rtl"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to"><?php the_title(); ?></a></span>
    <?php // if there's a thumbnail
    if($thumb !== '') { ?>
    <div class="thumbnail-div">
    <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to"><?php the_title(); ?></a><img src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo $thumb; ?>&h=90&w=90&zc=1" alt="<?php if($thumb_alt !== '') { echo $thumb_alt; } else { echo the_title(); } ?>" style="border: none;" />
    </div>
    <?php } // end if statement
    // if there's not a thumbnail
    
    else { echo ""; } ?>
    <div class="post-info" dir="rtl">ارسال شده توسط : <?php the_author() ?> در بخش : <?php the_category(', ') ?> در تاريخ : <?php the_time('m jS, Y') ?> <span> <?php comments_number('بدون نظر','يك نظر','نظرها %'); ?></span></div>
    <?php the_content(); ?>
    <div class="readmore" dir="rtl" style="background:url(<?php bloginfo('stylesheet_directory'); ?>/images/more.gif) no-repeat 42px 0px;height:24px;width:87px;padding-right:20px;padding-top:2px;margin-right:-7px;margin-top:20px" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">ادامه مطلب</div>
    </div>
    </div>
    
    <?php endwhile; ?>
    
    <div style="clear: both;"></div>
    
    <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); }
    else { ?>
    <p class="pagination"><?php next_posts_link('« Previous Entries') ?> <?php previous_posts_link('Next Entries »') ?></p>
    <?php } ?>
    
    <?php else : ?>
    
    <h2 >No Results Found</h2>
    
    <p>Sorry, your search returned zero results. </p>
    
    <?php endif; ?>
  • درباره‌ی این موضوع



    برچسب‌ها

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