I am making a theme and I want to display javascript only if a certain class is showing on the page. That way it doesn't load every time. How can I do this? I am not very good with PHP so if you could spell it out, that would be great!! :D
I am making a theme and I want to display javascript only if a certain class is showing on the page. That way it doesn't load every time. How can I do this? I am not very good with PHP so if you could spell it out, that would be great!! :D
where is that class coming from?only if a certain class is showing on the page.
is that an output from body_class() or so?
or how else could you define the pages, where you want to load the js script?
I have an image slider and I only want the js to load if the class "slider" is on the page.
Although, I only plan on having it on the homepage, so maybe the body_class() as well.
Thanks!
conditional tags http://codex.wordpress.org/Conditional_Tags
You must log in to post.