joeshow
发表于 2014-11-22 15:05:49
回复下载测试回复下载测试回复下载测试
qiandong123
发表于 2014-11-23 23:35:20
谢谢楼主,正在学习
imtos
发表于 2014-11-24 11:59:30
如图好如图好如图好如图好如图好如图好
seohack
发表于 2014-11-25 10:52:42
的说法的说法爱的色放阿斯蒂芬大师傅
kumotobi
发表于 2014-11-30 23:16:48
L 这都要隐藏啊……
6318570
发表于 2014-12-6 00:54:07
function wpforce_featured() {
global $post;
$already_has_thumb = has_post_thumbnail($post->ID);
if (!$already_has_thumb){
$attached_image = get_children( "post_parent=$post->ID&post_type=attachment&post_mime_type=image&numberposts=1" );
if ($attached_image) {
foreach ($attached_image as $attachment_id => $attachment) {
set_post_thumbnail($post->ID, $attachment_id);
}
} else {
set_post_thumbnail($post->ID, '414');
}
}
}//end function
add_action('the_post', 'wpforce_featured');
add_action('save_post', 'wpforce_featured');
add_action('draft_to_publish', 'wpforce_featured');
add_action('new_to_publish', 'wpforce_featured');
add_action('pending_to_publish', 'wpforce_featured');
add_action('future_to_publish', 'wpforce_featured');
soulseacn
发表于 2014-12-7 21:00:03
不知道现在的能用不
小黑兄
发表于 2014-12-14 23:07:09
渴求啊
组知道 最近有升级没?
sinsky
发表于 2014-12-22 06:19:27
:(s 3.X发布接口支持特色图像发布[免获
tiger_king
发表于 2014-12-23 18:01:02
下载来试试~~~~~~~~~~