doufang8965 2017-11-19 05:50
浏览 36
已采纳

改变Imploding和Exploding

This code add ads in the content. I want to change the output. I added new details. I tried on it but I could not solve the problem.

add_filter( 'the_content', 'ads_paragraphs');
function ads_paragraphs( $content ) {

    $adsbeforeparagraph = array(1,3,5);

    global $post;

     $ad = 'ADS CODE';

    $content_expl = explode("<p>", $content);
    for ($i = 0; $i <count($content_expl); $i++ ) {
        if (in_array($i, $adsbeforeparagraph)){
            $content_expl[$i] = $ad . $content_expl[$i];
            }
    } 

     return implode("<p>", $content_expl);
    }

input is here:

<p>text text text</p>
<p>text text text</p>
<p>text text text</p>
<p>text text text</p>
<p>text text text</p>
<p>text text text</p>

output is here:

<p>ADS CODEtext text text</p>
<p>text text text</p>
<p>ADS CODEtext text text</p>
<p>text text text</p>
<p>ADS CODEtext text text</p>
<p>text text text</p>

I want this output:

ADS CODE<p>text text text</p>
<p>text text text</p>
ADS CODE<p>text text text</p>
<p>text text text</p>
ADS CODE<p>text text text</p>
<p>text text text</p>
  • 写回答

2条回答 默认 最新

  • douhuireng4407 2017-11-19 06:06
    关注

    Use like this

           $adsbeforeparagraph = array(1,3,5);
    
       global $post;
    
        $ad = 'ADS CODE';
        $content='<p>text text text </p>
                    <p>text text text</p>
                    <p>text text text </p>
                    <p>text text text </p>
                    <p>text text text </p>
                    <p>text text text </p>';
        $content_expl = explode("<p>", $content);
        for ($i = 1; $i <count($content_expl); $i++ ) {     
            if (in_array($i, $adsbeforeparagraph)){
                $content_expl[$i] ='ADS CODE <p>'.$content_expl[$i].'<p>';
            }
        }
        print_r(implode(" ", $content_expl));
    

    Check this , I've checked this. It works...

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 目详情-五一模拟赛详情页
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 unity第一人称射击小游戏,有demo,在原脚本的基础上进行修改以达到要求
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b