// 插入内容到文章中 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 ''; } 中共党史 | 南大南师苏大考研资料辅导

中共党史

    广告
    中共党史
  • 南京大学中共党史考研经验

    南京大学中共党史考研经验分享,是每个考生在准备考研的路上必不可少的基石,尤其是对初次加入考研大军的考生来说,考研经验分享无疑是各位考研前辈留下的财富,各位考生都能从中更加了解南京大…

    中共党史 2021-01-22
  • 2020年考研中共党史专业考研院校排名

    院校排名是很多考研考生关注的重点,对于考研专业相关院校排名情况更是考生选择报考校的关注焦点,如何获取这些考研专业院校排名信息?“2020年考研中共党史专业考研院校排名”内容,希望能…

    中共党史 2021-01-22
  • 南京大学中共党史考研怎么准备

    南京大学中共党史考研怎么准备让许多考生在开始准备研究生入学考试好久也不清楚要如何准备,有好多小伙伴由于不明白内部情况而不敢勇敢的迈出考研的第一步。不用担心,下面南京大学考研网的小编…

    中共党史 2021-01-22
  • 南京大学中共党史考研难考吗?

    现在考研似乎是每一个本科毕业的学生都会去尝试考考的,因为当然学历高会有很多优势,出来找工作中在面试中会有优先权等等。对于考研,好多人在没开始准备的时候都会比较担忧南京大学中共党史考…

    中共党史 2021-01-22
  • 南京大学中共党史专业大学排名

    南京大学中共党史专业排名是对学校该学科专业教学科研能力的相对实力评估,南京大学中共党史专业的全国排名反映了本专业在全国开设该专业的学校中的排名情况,此排名根据教育部2015年发布的…

    中共党史 2021-01-22
  • 中共党史考研考什么,看哪些参考书,就业方向

    中共党史研究生考试科目:①101政治②201英语或202俄语或203日语③631政治学原理④851党的历史和党的建设  中共党史考研参考书: 政治学(二):中国特色社会主义理论与实…

    中共党史 2021-01-22
  • 中共党史考研考什么

    下面是关于中共党史考研考什么基本情况,希望对大家有所帮助。①101思想政治理论②201英语一或202俄语或203日语③625政治学原理④818中国近现代史纲要

    中共党史 2021-01-22
  • 南京大学考研中共党史专业考研资料

    全套是由在校研究生学长学姐悉心收集整理的,南京大学考研中共党史真题资料和答案,能帮助报考相关专业的考生更有效的提高考研专业课复习效率,了解本专业考研题型,考研重点,考研难度等,做到…

    中共党史 2021-01-21