Hi.
In K2’s function.php file, there is no ” register_sidebars ” function, but there is a line ” define(‘K2_SIDEBARS’, 2); “.
I’ve changed the 2 to 3, and it’s works as i want.
Thanks very much !
Please put your code between backticks =)
You can put it in the sidebar file :
Where you want to add it in your sidebar, insert the following code :
<?php
if (function_exists("nggSlideshowWidget"))
{ nggSlideshowWidget($galleryID,$Width,$Height); }
?>
Then, replace $galleryID by the ID of the gallery you want, $Width by the widht of the gallery area, and $Height …
It must works !
(I’m French so sorry for my bad language)