ปวดหัว ปัญหา การตัดคำภาษาไทย wordpress ช่วยด้วยครับ

เริ่มโดย suntino, 10 พฤษภาคม 2014, 21:23:07

หัวข้อก่อนหน้า - หัวข้อถัดไป

0 สมาชิก และ 1 ผู้มาเยือน กำลังดูหัวข้อนี้

suntino

ปวดหัว ปัญหา การตัดคำภาษาไทย wordpress ช่วยด้วยครับ


มันไม่ตัดคำภาษาไทยครับแต่ภาษาอังกฤษตัดคำปกติ theme eden fresh >>> hxxp://wpeden.com/preview/?product=MzU0NQ
พอดีผมทำไปเยอะไม่อยากเปลี่ยนทีมครับ ผมลองไล่codeดูไม่แน่ใจจะใช่codeนี่หรือเปล่า รบกวนท่านเทพทั้งหลายช่วยด้วยครับ

<div class="container">

    <div class="row-fluid">
        <div class="span3">
        <?php $tpid = (int)edenfresh_get_theme_opts('home_featured_page_1'); $intropage get_page($tpid); $introcontent strip_tags($intropage->post_content,"p,br"); if (preg_match('/^.{1,80}\b/s'$introcontent$match)) $introcontent $match[0];  ?>
        <div class="service-box">
          <div class="entry-content">
          <h3><span class="service-icon"><i class="icon icon-white icon-leaf"></i></span> <a href="<?php echo get_permalink($tpid); ?>"><?php echo $intropage->post_title?></a></h3>
          <?php echo $introcontent?>
          </div>
        </div> 
        </div>
       
        <div class="span3">
        <?php $tpid = (int)edenfresh_get_theme_opts('home_featured_page_2'); $intropage get_page($tpid); $introcontent strip_tags($intropage->post_content,"p,br"); if (preg_match('/^.{1,80}\b/s'$introcontent$match)) $introcontent $match[0];  ?>
        <div class="service-box">
          <div class="entry-content">
          <h3><span class="service-icon"><i class="icon icon-white icon-leaf"></i></span> <a href="<?php echo get_permalink($tpid); ?>"><?php echo $intropage->post_title?></a></h3>
          <?php echo $introcontent?>
          </div>
        </div> 
        </div>
       
        <div class="span3">
        <?php $tpid = (int)edenfresh_get_theme_opts('home_featured_page_3'); $intropage get_page($tpid); $introcontent strip_tags($intropage->post_content,"p,br"); if (preg_match('/^.{1,80}\b/s'$introcontent$match)) $introcontent $match[0];  ?>
        <div class="service-box">
          <div class="entry-content">
          <h3><span class="service-icon"><i class="icon icon-white icon-leaf"></i></span> <a href="<?php echo get_permalink($tpid); ?>"><?php echo $intropage->post_title?></a></h3>
          <?php echo $introcontent?>
          </div>
        </div> 
        </div>
       
        <div class="span3">
        <?php $tpid = (int)edenfresh_get_theme_opts('home_featured_page_4'); $intropage get_page($tpid); $introcontent strip_tags($intropage->post_content,"p,br"); if (preg_match('/^.{1,80}\b/s'$introcontent$match)) $introcontent $match[0];  ?>
        <div class="service-box">
          <div class="entry-content">
          <h3><span class="service-icon"><i class="icon icon-white icon-leaf"></i></span> <a href="<?php echo get_permalink($tpid); ?>"><?php echo $intropage->post_title?></a></h3>
          <?php echo $introcontent?>
          </div>
        </div> 
        </div>
    </div>

:wanwan044: :wanwan044: :wanwan044: :wanwan044:

ThugzAffiliate

ง่ายๆ ครับไม่ต้องไปแก้โค๊ดให้ปวดหัว เข้า ไป edit post แล้วกด sceen options ติ๊กถูกหน้า Excerpt แล้วเลื่อนลงมาข้างล่าง อยากได้แบบไหนกี่คำ copy มาวางได้เลยครับ  :wanwan004:
...Only The Strong Survive...
...No Pain No Gain...
...Gimel, Zayin, Utd...

suntino

ลองทำแล้วไม่ได้ครับ มันไม่ตัดเหมือนเดิม
:wanwan017: :wanwan017: :wanwan017:

fangbif

มันเป็นฟีเจอร์ของเรา เค้าให้เขียนแค่สั้นๆ รึเปล่าคะ ล่อไปซะยาวเชียว ประมาณว่า บริการของเรามีอะไรบ้าง แค่สั้นๆ
ปกติใช้ excerpt น่าจะตัด หรือไม่ก็ลองตัดด้วย more ดูนะคะ ตัดเอาที่ต้องการเลยค่ะ ของเราใช้ได้นะ  :wanwan012:

Invoker

ภาษาไทยมันจะไม่ค่อยมีวรรคให้นับตอนตัดคำด้วย Excerpt ครับ ผมแนะนำให้ตัดด้วยการนับตัวอักษร และตามด้วย .... หรือไม่ก็  Read More>>> ดีกว่าครับ

<?php

$content = get_the_content();
$trimmed_content = wp_trim_words( $content, 40, '<a href="'. get_permalink() .'"> ...Read More</a>' );
echo $trimmed_content;

?>

ลองประยุกต์ใช้ดูนะครับ


suntino

ปัญหาจริงๆๆคือมันไม่ตัดภาษาไทยครับ ที่ในรูปผมลองทำเปรียบเทียบให้ดูครับ ภาษาไทย 300 คำมันไม่ตัดคำ  ภาษาอังกฤษ 300 คำมันตัดคำ ผมลองใช้ moreคั่น ประโยคสั่นๆๆ มันก็ไม่ตัดครับ



blogupdating

[direct=https://goo.gl/A1ndhd]ฟรี Responsive Themes[/direct]
[direct=http://goo.gl/kK6ucn]สร้างรายได้จากเว็บ หาเงินออนไลน์ผ่านอินเตอร์เน็ต แบบฉบับคนขี้เกียจ[/direct]

Peter002

Target...

suntino

ได้แล้วครับ ผมเข้าไปเพิ่มcodeที่ functions.php ใน theme ที่ใช้อยู่
function excerpt($limit) {
 $excerpt = explode(' ', get_the_excerpt(), $limit);
 if (count($excerpt)>=$limit) {
   array_pop($excerpt);
   $excerpt = implode(" ",$excerpt).'...';
 } else {
   $excerpt = implode(" ",$excerpt);
 }
 $excerpt = preg_replace('`[[^]]*]`','',$excerpt);
 return $excerpt;
}

function content($limit) {
 $content = explode(' ', get_the_content(), $limit);
 if (count($content)>=$limit) {
   array_pop($content);
   $content = implode(" ",$content).'...';
 } else {
   $content = implode(" ",$content);
 }
 $content = preg_replace('/[.+]/','', $content);
 $content = apply_filters('the_content', $content);
 $content = str_replace(']]>', ']]&gt;', $content);
 return $content;
}


แล้วก้อนำcodeนี้
<?php echo excerpt(40); ?>
ไปใส่ในหน้า index.php หรือหน้า archive.php หรือหน้า category.php และตำแหน่งที่ต้องการแสดงผลตามต้องการเลยครับ
และถ้าต้องการให้มันตัดคำยาวขึ้นหรือสั้นลงเปลี่ยนค่าที่ 40 จะมากหรือน้อยแล้วแต่ตามสะดวกครับ

ส่วนผมลองทำที่หน้าadmin แล้วไม่ได้ผล ตามวิธีที่เพื่อนสมาชิกแนะนำ ขอขอบคุณทุกๆๆคนครับ  :wanwan017: :wanwan017: :wanwan017:  :wanwan017: :wanwan017: :wanwan017: