• April 13, 2018
    if ( has_post_thumbnail() ) {
      the_post_thumbnail();
    } else {
      the_content();
    }

    the_content();
    สามารถใช้ได้กับ code ดึงรูปแรกได้
    แต่จะมีรูปเล็กติดมาด้วย และ เนื้อหาเต็มหน้า ควรใช้ excerpt แทน (แต่ code error ==> the_excerpt();)

    // Get Standard Post Image
    function get_post_image() {
      global $post, $posts;
      $first_img = '';
      ob_start();
      ob_end_clean();
      $output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content, $matches);
    
    if (!empty($matches[1][0]) ) {
    $first_img = $matches[1][0];
    } else {
    the_content();
    $first_img = 'http://insurancethai.net/wp-content/themes/insurancecenter/images/random-img/rotate.php';
    }
    return $first_img;
    						}


เวอไนน์ไอคอร์ส

ประหยัดเวลากว่า 100 เท่า!






เวอไนน์เว็บไซต์⚡️
สร้างเว็บไซต์ ดูแลเว็บไซต์

Categories