I´ve implemented manually NivoSlider into my wordpress theme. All working great, now I need to hide the div#NivoSlider from my index.php file so the slider will only show with the shortcode option. Either in other pages or widgets.
Any help? Thanks in advance.
You can place the Nivoslider code in a custom HTML widgets and call the widgets where you want to call like ….on Home page only or wherever you want or you can put the code in particular condition like is_frontpage() or is_page(‘about’).