word press affiliate id issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • milkit
    Confirmed User
    • Jul 2004
    • 1141

    #1

    word press affiliate id issues

    So i am trying to setup a hosted blog, and having problems with the affiliate ID's..

    linking to the blog as http://www.milkitmodels.com/blog/ind...cbillid=123123

    The post on there is

    PHP Code:
    echo ccbillid = <? echo $ccbillid; ?>
    In a link, <a href="http://www.milkitcash.com/<? echo $ccbillid; ?>">click here</a>

    yet, it doesnt show the ID on ouput, and the link is all kinds of crazy. any ideas?
  • fris
    I have to go potty
    • Aug 2002
    • 55752

    #2
    try hitting up bangman from apc, he has hosted blog, i am sure he will know the answer
    Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


    Totally Free Templates

    Comment

    • milkit
      Confirmed User
      • Jul 2004
      • 1141

      #3
      know his icq # or anything?

      Comment

      • bangman
        Confirmed User
        • Sep 2004
        • 5283

        #4
        You need to allow WP to parse PHP in the posts.
        What version of WP are you using?

        This plugin does the job well. Just do
        Code:
        <phpcode><? echo $ccbillid; ?></phpcode>
        - David Hall
        ICQ: 312744199

        Comment

        • milkit
          Confirmed User
          • Jul 2004
          • 1141

          #5
          im using 2.0.4, that didn't seem to work either

          Comment

          • milkit
            Confirmed User
            • Jul 2004
            • 1141

            #6
            tried that plugin on 1.5 also, still nothing. WTF i give up

            Comment

            • ilbb
              Confirmed User
              • May 2005
              • 3025

              #7
              Originally posted by milkit
              So i am trying to setup a hosted blog, and having problems with the affiliate ID's..

              linking to the blog as http://www.milkitmodels.com/blog/ind...cbillid=123123

              The post on there is

              PHP Code:
              echo ccbillid = <? echo $ccbillid; ?>
              In a link, <a href="http://www.milkitcash.com/<? echo $ccbillid; ?>">click here</a>

              yet, it doesnt show the ID on ouput, and the link is all kinds of crazy. any ideas?

              do it using obstart and obclean...this is the way I use it on my hosted blogs

              Comment

              Working...