I am using theme Twenty Eleven and am trying to add a vote up script in the content.php which only displays on a certain category.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
you can do that in multiple ways .. For example you can do a conditional in the PHP itself with a wp built in function :
or for example, if the script is a javascript you could load the script in a conditional way , so it would not load where it is not needed - it will save also some processing time (change the condition to what you want).
Or , you can also do the detection / condition in the script itself (you did not specify what script you use, Jquery, Javascript or other) |
||||
|
|