• Hi. I’m trying to add php code to a wordpress post so that I can split test headlines. I have tried every php plugin out there for wordpress.

    The wordpress plugin safeIncludes is supposed to work with my split test program. And I can get safeIncludes plugin to post other php code in my wordpress posts.

    I can also get my split test program to work in static pages.

    Here is the code I’m need to work within safeIncludes:

    <?php $id=2; include(‘/home/forexsca/public_html/sta/topper.php’);?>

    <?php if ($f[1]==1){echo $code[1];}?>
    <?php if ($f[1]==2){echo $code[2];}?>

    Any ideas? I have spent HOURS trying to get this to work. Thanks.

  • The topic ‘Split test program conflict’ is closed to new replies.