// 插入内容到文章中 add_filter('the_content', 'cci_insert_content'); function cci_insert_content($content) { if (is_single()) { $options = get_option('cci_options'); // 获取当前时间 $current_time = current_time('Y-m-d H:i:s'); // 获取绝对时间 $start_time = isset($options['cci_start_time']) ? $options['cci_start_time'] : ''; $end_time = isset($options['cci_end_time']) ? $options['cci_end_time'] : ''; // 获取相对时间 $relative_time_value = isset($options['cci_relative_time']) ? (int)$options['cci_relative_time'] : 0; $relative_time_unit = isset($options['cci_relative_time_unit']) ? $options['cci_relative_time_unit'] : 'days'; // 计算相对时间的生效时间 $effective_start_time = new DateTime($current_time); if ($relative_time_value > 0) { switch ($relative_time_unit) { case 'minutes': $effective_start_time->modify("+$relative_time_value minutes"); break; case 'hours': $effective_start_time->modify("+$relative_time_value hours"); break; case 'days': $effective_start_time->modify("+$relative_time_value days"); break; case 'weeks': $effective_start_time->modify("+$relative_time_value weeks"); break; case 'months': $effective_start_time->modify("+$relative_time_value months"); break; } $start_time = $effective_start_time->format('Y-m-d H:i:s'); } // 输出调试信息 error_log("当前时间: $current_time"); error_log("生效时间: $start_time"); error_log("结束时间: $end_time"); // 检查时间有效性 if ($current_time < $start_time || ($end_time !== '' && $current_time > $end_time)) { error_log("时间不在有效范围内。"); return $content; // 如果时间不在范围内,直接返回内容 } // 在文章顶部插入内容(如果启用) if (isset($options['top_content_enabled']) && $options['top_content_enabled']) { $content = $options['cci_top_content'] . $content; } // 在指定段落后插入中部内容 if (isset($options['cci_ad_after_paragraph']) && intval($options['cci_ad_after_paragraph']) > 0) { $ad_after_paragraph = intval($options['cci_ad_after_paragraph']); $paragraphs = explode('

', $content); if (count($paragraphs) > $ad_after_paragraph) { array_splice($paragraphs, $ad_after_paragraph, 0, [$options['cci_middle_content']]); $content = implode('

', $paragraphs); } } // 检查内部推荐文章的时间限制 $recommended_posts = cci_insert_recommended_posts($options); if (!empty($recommended_posts)) { $content .= $recommended_posts; } else { error_log("没有找到推荐文章。"); } // 检查外部推荐文章的时间 if ($current_time >= $options['cci_external_start_time'] && $current_time <= $options['cci_external_end_time']) { $content .= cci_insert_external_links($options); } // 在底部插入内容(如果启用) if (isset($options['bottom_content_enabled']) && $options['bottom_content_enabled']) { $content .= $options['cci_bottom_content']; } } return $content; } // 内部推荐文章插入逻辑 function cci_insert_recommended_posts($options) { $current_post_id = get_the_ID(); $post_ids = isset($options['cci_recommend_post_ids']) ? $options['cci_recommend_post_ids'] : ''; $post_ids_array = array_unique(array_map('trim', explode(',', $post_ids))); // 输出推荐文章 ID error_log("推荐文章 ID: " . implode(', ', $post_ids_array)); // 从推荐文章ID中排除当前文章ID $post_ids_array = array_diff($post_ids_array, [$current_post_id]); if (!empty($post_ids_array)) { $recommended_posts = new WP_Query([ 'post__in' => $post_ids_array, 'orderby' => 'post__in', 'posts_per_page' => -1, ]); if ($recommended_posts->have_posts()) { $title_font_size = isset($options['cci_title_font_size']) ? esc_attr($options['cci_title_font_size']) : '16px'; $title_color = isset($options['cci_title_color']) ? esc_attr($options['cci_title_color']) : '#000000'; $output = '

' . esc_html($options['cci_recommend_title']) . '

'; wp_reset_postdata(); return $output; } else { error_log("推荐文章查询没有结果。"); } } else { error_log("内部推荐文章 ID 为空或无效。"); } return ''; } 南京师范大学考研试题参考书资料怎么买 | 南大南师苏大考研资料辅导

南京师范大学考研试题参考书资料怎么买

南京师范大学考研试题参考书资料怎么买,南师大考研全面的考研试题资料,参考书目,参考资料,考研公共课/专业课试题及答案解析,还有直系学长学姐高分笔记及各大院校考研复习资料等

购买方式:如需要南京大学/南京师范大学/苏州大学其他指定参考书或资料,可关注公众号“卡巴学长考研”,回复“考研资料”联系学长另外购买。

文学院 

中国古代文学 中国古典文献学 出版 应用文体学 戏剧与影视学 戏剧戏曲 戏剧与影视学 电影电视 文学基础 文艺学 比较文学与世界文学 汉语综合 汉语言文字学 语言学及应用语言学

新闻传播学院 

戏剧与影视学 广播电视专硕 新闻学 传播学 新闻与传播

公共管理学院 

哲学 政治学 行政管理

法学院 

法学学硕

商学院 

管理学经济学综合

教育科学学院 

教育综合

外国语学院 

二外俄语 二外德语 二外日语 二外法语 二外英语 亚非语言文学 日语语言文学 欧洲语言文学 法语语言文学 英语笔译 口译 英语语言文学(文学方向) 英语语言文学(语言学方向)

社会发展学院 

社会学 社会工作

数学科学院 

应用统计 数学 统计学

生命科学学院 

生态学 生物与医药 生物学

地理科学院 

人文地理学 土地资料管理 地图制图学与地理信息工程 地图学与地理信息系统 地理环境遥感 摄影测量与遥感 旅游管理 环境地理学 自然地理学 资源与环境

教育科学学院 

教育综合

音乐学院 

音乐 音乐与舞蹈学

体育科学院 

体育学

美术学院 

中国美术史 美术历史与理论 美术学

金陵女子学院 

社会保障

外国语学院 

二外俄语 二外德语 二外日语 二外法语 二外英语 亚非语言文学 日语语言文学 欧洲语言文学 法语语言文学 英语笔译 口译 英语语言文学(文学方向) 英语语言文学(语言学方向)

电气与自动化工程学院 

能源与机械工程

教师教育学院 

学科教学(地理) 学科教学(思政) 学科教学(数学) 学科教学(英语) 学科教学(语文) 教育综合

国际文化教育学院 

对外汉语教学 汉语国际教育

计算机科学与技术学院 

心理学院 

心理学

马克思主义学院 

马克思主义基本原理

环境学院 

环境科学 环境工程

海洋科学与工程学院 

食品与制药工程学院 

购买方式

如需要南京大学/南京师范大学/苏州大学其他指定参考书或资料,可关注公众号“卡巴学长考研”,回复“考研资料”联系学长另外购买。

南京大学/南师/苏大考研专业课参考书真题资料,学长学姐免费答疑,专业课一对一辅导,关注公众号:“卡巴学长考研”
中间广告

相关推荐

发表回复

登录后才能评论
💬