回首頁 wordpresswordpress – 顯示文章縮圖
2009
05/19

wordpress – 顯示文章縮圖

瀏覽:25,892人次
作者:英創達

<a href=”<?php the_permalink() ?>” rel=”bookmark” title=”Permanent Link to <?php

the_title_attribute(); ?>”>
    <?php
    $soContent = $post->post_content;
    $soImages = ‘~<img [^\>]*\ />~’;
    preg_match_all( $soImages, $soContent, $thePics );
    $allPics = count($thePics[0]);
    if( $allPics > 0 ){
    echo $thePics[0][0];
    }
    else {
    echo ”;
    }
    ?></a>

VN:F [1.9.6_1107]
Rating: 8.0/10 (1 vote cast)
VN:F [1.9.6_1107]
Rating: 0 (from 0 votes)
wordpress - 顯示文章縮圖, 8.0 out of 10 based on 1 rating

留下您的意見

(若看不到驗證碼,請重新整理網頁。)