/** * 4. 自动配图 (Pixabay API) - 增强版 */ function puhome_ai_set_featured_image($post_id, $keyword) { $pix_key = get_option('pixabay_api_key'); if (!$pix_key) return false; // 增加 lang=zh 提高中文关键词匹配率 $url = "https://pixabay.com/api/?key={$pix_key}&q=" . urlencode($keyword) . "&image_type=photo&orientation=horizontal&per_page=3&lang=zh"; $response = wp_remote_get($url); if (is_wp_error($response)) { error_log("Pixabay API 请求失败: " . $response->get_error_message()); return false; } $data = json_decode(wp_remote_retrieve_body($response), true); if (!empty($data['hits'])) { $image_url = $data['hits'][0]['largeImageURL']; require_once(ABSPATH . 'wp-admin/includes/media.php'); require_once(ABSPATH . 'wp-admin/includes/file.php'); require_once(ABSPATH . 'wp-admin/includes/image.php'); // 下载图片并关联到文章 $attachment_id = media_sideload_image($image_url, $post_id, "Image for post $post_id", 'id'); if (!is_wp_error($attachment_id)) { // 1. 设置为特色图片(供列表页显示) set_post_thumbnail($post_id, $attachment_id); // 2. 将图片插入文章正文开头(确保内容里也有图) $img_html = wp_get_attachment_image($attachment_id, 'large', false, ['style' => 'display:block;margin:0 auto 20px;max-width:100%;height:auto;border-radius:8px;']); $post = get_post($post_id); wp_update_post([ 'ID' => $post_id, 'post_content' => $img_html . $post->post_content ]); return true; } else { error_log("图片下载失败: " . $attachment_id->get_error_message()); } } else { error_log("Pixabay 未找到匹配关键词 '{$keyword}' 的图片"); } return false; }

ASMR:家居与电商的无声魅力,触动心弦的感官经济学

ASMR:家居与电商的无声魅力,触动心弦的感官经济学 body { font-family: 'Arial', sans-serif; line-height: 1.6; colo…

ASMR:听觉盛宴如何革新家居生活与电商体验

ASMR:听觉盛宴如何革新家居生活与电商体验 body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif…

不仅仅是声音:ASMR如何在家居与电商领域掀起一场感官革命

不仅仅是声音:ASMR如何在家居与电商领域掀起一场感官革命 作为一名资深家居与电商博主,我深知当下的消费趋势早已超越了单纯的功能性与价格考量。我们追求的是一种更深层次的体验,一种能…

家居与电商的“耳语魔法”:ASMR如何打造沉浸式体验与销售奇迹

家居与电商的“耳语魔法”:ASMR如何打造沉浸式体验与销售奇迹 body { font-family: "PingFang SC", "Helvetica Neue", Helve…

智能家居:从科幻构想到现实变革的深度洞察

在21世纪的科技浪潮中,我们目睹了计算与连接技术如何重塑我们的工作、娱乐乃至社交方式。然而,这场变革中最具沉浸感和潜力无限的领域之一,无疑是“智能家居”。它不再是科幻电影中遥不可及…

“`html

```html 超越屏障:智能家居如何重塑我们的生活与未来深度解析 超越屏障:智能家居如何重塑我们的生活与未来深度解析 在数字与物理边界日益模糊的今天,一个曾被视为科幻场景的理念正…

世界,您好!

欢迎使用 WordPress。这是您的第一篇文章。编辑或删除它,然后开始写作吧!