|
well there is not an option although could be in the future. Right now thats a template edit
This depends on which sidebar you use left or right Find the opening sidebar template and find this line
display_gallery("random", "", "", 1, 1);
if say you want 5 images down the side do that
display_gallery("random", "", "", 1, 5);
|