Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

At this level I am able to design and develop custom theme, but I don't know how to implement JQuery Slider.. I mean if we have already installed a theme on wordpress then we can easily put some jquery effects and sliders in that theme using wordpress plug-in option, but I want to know if I or anyone is creating custom theme then how could he implement JQuery slider on that theme? I have to write more code to do that, I have to leave space for the JQuery slider.. or what to do.. hope you guys get my point.

share|improve this question
 
you can create a post type for slides and run a WP_query to call the content of posts.. after that use any of the famous jQuery plugins to run the slideshow like jquery Cycle or NivoSlider, etc... –  Himanshu Jain Feb 26 at 7:08

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.