判断一个页面中是否有图片主要用于我们下一步可以调用这张图片作为缩略图,判断后添加一些特性等等。
/**
*/
function is_has_image(){
if ( is_single () || is_page()) {
global $post;
if( has_post_thumbnail() ) return true;
$content = $post->post_content;
preg_match_all('/ if(!empty($strResult[1])) return true; return false; } } PHP if( is_has_image() ) :?> PHP endif;?>