Need Help with Using a script (Ultimate Footer Ad)

4 replies
Hey,

I am planning on using Ultimate footer ad on my wordpress blog.

It is great, but I just don't want it popping up on certain pages.

You install the script in the footer of the theme, so is there an easy way of doing this?

I experimented around with conditional tags , but the thing kept popping up, maybe I used them wrong ?
#footer #script #ultimate
  • Profile picture of the author darthdeus
    Originally Posted by onlinelion View Post

    I experimented around with conditional tags , but the thing kept popping up, maybe I used them wrong ?
    That's probably the case Anyway, if you know PHP, you can solve it with simple if condition
    Signature
    Visit our website - Internet Marketing Tools on Darthopia

    And join the newsletter to get the Affiliate Sins Report with MRR!
    {{ DiscussionBoard.errors[2064740].message }}
  • Profile picture of the author jaybaker
    You could probably do something like the below.(Written in pseudocode as I cant think of the exact code at the moment...)

    if page id = <LIST OF PAGES HERE>
    echo "&nbsp;";
    else
    echo Code for ultimate footer bar
    The idea is that when WP loads the footer file on each page it will check the page id or permalink structure you have and if the page ids are in the array for a no show then it will simply put in the footer a non breaking space. If it loads on a page that is not in the array then it loads the ultimate footer bar

    Hope that helps.
    Signature

    Do you want to make successes or excuses? Success? Alright then... See what's in store for you....
    - The AC Assassin

    {{ DiscussionBoard.errors[2066980].message }}
  • Profile picture of the author iBBnet
    Which specific pages do you not want it popping out of?
    I was about to offer php conditional statements as a solution, just like the others
    Signature
    Bryan
    After5PC.net
    Freelance Web Development
    and Graphic Design Services
    {{ DiscussionBoard.errors[2085273].message }}
  • Profile picture of the author BH_Winchester
    Post what you tried here and also post watch pages you don't want it popping out on so that we can help write you up the conditional PHP statement
    {{ DiscussionBoard.errors[2085280].message }}

Trending Topics