Need Help with Using a script (Ultimate Footer Ad)

by 4 replies
5
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 ?
#programming #footer #script #ultimate
  • That's probably the case Anyway, if you know PHP, you can solve it with simple if condition
  • You could probably do something like the below.(Written in pseudocode as I cant think of the exact code at the moment...)

    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.
  • 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
  • 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

Next Topics on Trending Feed