Im trying to make a custom wordpresss theme. I want to install a Jquery plugin (slideshow). I so far have a theme installed that I created but don’t know how to make the plugin interface with my theme. Do I need to declare a space in a div or place some php code in the theme so that the plugin knows where to go?
Share
You can directly write the jquery code for the sliders. For example, applying accordion slider in my template page:
header.phpfile, save it in your custom theme folderThen, create
slider.php, where you want your slider to appearThen,
footer.phpThen, in WordPress, go to
Pages->Add new. In title enter Home and in the right side you will see Templates. Click the dropdown and select accordion and click the publish button.Now, click on the top left corner on the website or blog name to check for the slides.