Need some modifications to work with my theme
-
The use of
'wp_head'
hook to inject javascript code that requires jQuery may fail. I changed it to'wp_footer'
Calling
jQuery.noConflict()
also makes other parts of the website that use$
to call jQuery fail. It is really unnecessary to call.noConflict()
so I recommend removing it.
- The topic ‘Need some modifications to work with my theme’ is closed to new replies.