Dec 11
Only one day after release candidate 2, the WordPress team already released version 2.7.
Lazyest Gallery 0.12.1.4 should run without errors in this release.
Threaded comments and paged comments are the best additions in 2.7 to me. You don’t have to scroll through hundreds of comments anymore on the Lazyest Gallery page, and I can leave replies to user questions with the original comment. Hurray for WordPress 2.7
Have a question, is there any chances in the future you will add a function which will allow you to add images on the sidebar manually (without using the widget) and specify columns, the number of pics to shows and to show pics randomly simliar to the one below or can this already be done, since I didn’t see it in the documentation?
[lg_folder folder="foldername" count="value" cols="value" paging="value"]
Yes, there is such a template tag already. if you put this in your sidebar:
<?php if (function_exists(lg_random_image)) lg_random_image("title", 3, "myfolder", true ); ?>You will get 3 images from folder
myfolderand sub folders.If you set the last parameter to
false, you won’t get images from sub folders.Ok. Also, is there any way to set it show in columns for example 3 columns with 6 photos?
not yet, sorry.
But you could try to make it work by with css
The images parapgraphs
<p class="lg_thumb_image">are placed in<div id="lazyest_sidebox">Running on 2.7 here with absolutely no issues