wordpress 文章内第一张图片后添加广告代码

//在wp文章内容的第二段后面插入广告
add_filter( ‘the_content’, ‘prefix_insert_post_ads’ );
function prefix_insert_post_ads( $content ) {
//广告代码部分
$ad_code = ‘<div><script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9876182897080246″
crossorigin=”anonymous”></script>
<ins class=”adsbygoogle”
style=”display:block; text-align:center;”
data-ad-layout=”in-article”
data-ad-format=”fluid”
data-ad-client=”ca-pub-9876182897080246″
data-ad-slot=”6170904174″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>’;
if ( is_single() && ! is_admin() ) {
// 2即为第二个段落,按需修改即可
return prefix_insert_after_paragraph( $ad_code, 1, $content );
}
return $content;
}
// 插入广告所需的功能代码
function prefix_insert_after_paragraph( $insertion, $paragraph_id, $content ) {
$closing_p = ‘</figure>’;
$paragraphs = explode( $closing_p, $content );
foreach ($paragraphs as $index => $paragraph) {
if ( trim( $paragraph ) ) {
$paragraphs[$index] .= $closing_p;
}
if ( $paragraph_id == $index + 1 ) {
$paragraphs[$index] .= $insertion;
}
}
return implode( ”, $paragraphs );
}

圈主 管理员

热门评论
:
该帖子评论已关闭
图片审查中...
编辑答案: 我的回答: 最多上传一张图片和一个附件
x
x
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
  • flinky对文章Plasticity 3D v1.4.19 Free Download发布评论!
  • 大柱对文章Plasticity 3D v1.4.19 Free Download发布评论!
  • flinky对文章Plasticity 3D v1.4.19 Free Download发布评论!
  • flinky对文章Plasticity 3D v1.4.19 Free Download发布评论!
  • f****y开通了VIP感谢支持!
  • tshendonq对文章Adobe Photoshop 2024 v25.7.0.504 Free Download发布评论!
  • tshendonq对文章Blender 2.93.5三维动画制作软件发布评论!
  • tshendonq对文章资源的标签都是错的发布评论!
  • tshendonq点赞了文章SideFX Houdini FX 20.0.547 高级3D特效软件超级牛B!
  • tshendonq对文章SideFX Houdini FX 20.0.547 高级3D特效软件发布评论!
  • Adotey对文章Cinema 4D 2024.4.0 更新功能发布评论!
  • Adotey点赞了文章2023年最佳3D建模软件推荐超级牛B!