• Hi Everyone,

    I did post this earlier, but I think I posted in the wrong section and it kind of dissapeared into oblivion.

    But I was wondering does anyone know what the code would be to call random thumbnails into my sidebar manually, as I can’t use the widget with my theme due to css issues, and for the life of me I can’t find the answer anywhere (I spent all day looking)

    I just want to display 4 random thumbs from a gallery in my side but without using the widget. thats it!..

    Many Thanks

    Martin

Viewing 1 replies (of 1 total)
  • I have used this…

    <?php
    	if (function_exists("nggDisplayRecentImages"))
    		{ nggDisplayRecentImages(3,112,112); }
    	?>

    Then I just styled it according to my sidebar.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] Code to call thumbs into sidebar Manually (without widget)’ is closed to new replies.