|
ϵ½עᣬύѣøܣϴزIJޣ
Ҫ ¼ ſػ鿴û˺ţ¼ע
x
xiuΪṩһĹܾʾһƪеͼƬȤ˸ϸĶַҸùܵĺ
´뵽ǰʹfunctions.phpļУȻбѭҳеøúɡ
עxiuиùܡ
WordPressȡеͼƬ
- /*
- * ȡеͼƬ ʹбѭСҳУ
- */
- if( !function_exists('get_post_images_number') ){
- function get_post_images_number(){
- global $post;
- $content = $post->post_content;
- preg_match_all('/<img.*?(?: |\\t|\\r|\\n)?src=[\'"]?(.+?)[\'"]?(?:(?: |\\t|\\r|\\n)+.*?)?>/sim', $content, $result, PREG_PATTERN_ORDER);
- return count($result[1]);
- }
- }
ƴ
ʹ÷
- <?php echo get_post_images_number().'ͼƬ' ?>
ƴ
|
|