WordPress 2.7 “Coltrane”

Posted by on Dec 11, 2008 in Lazyest Gallery and tagged , ,
5 Comments

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

5 Comments

  1. Sunshine
    14 December 2008

    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"]

    • Lazyest Admin
      14 December 2008

      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 myfolder and sub folders.
      If you set the last parameter to false, you won’t get images from sub folders.

      • Sunshine
        14 December 2008

        Ok. Also, is there any way to set it show in columns for example 3 columns with 6 photos?

        • Lazyest Admin
          14 December 2008

          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">

  2. kyte
    11 December 2008

    Running on 2.7 here with absolutely no issues :)