Viewing 3 replies - 1 through 3 (of 3 total)
  • I tried to do that for a long time, but could never get it to work. So I did what you did as a link.

    Thread Starter jorgeandresito

    (@jorgeandresito)

    Hi. Already figured it out. What i did was this:
    Installed ezstatic plugin and activate it.
    Installed Static Front Page plugin and activate it (create a page called “Home”, also)
    Then, on this page, i insert this code (extracted from lazy-index.php and with some modifications)

    < ?php
    /* Don’t remove this line. */
    ?>
    <link href=”./wp-content/plugins/lazy-gallery/lazy-style.css” rel=”stylesheet” type=”text/css”>
    <div id=”content” class=”narrowcolumn”>
    <div id=”gallery”>

    < ?php showGallery();?>
    </div>
    </div></link>

    Remember to check on the box that says “Execute as page content between…”

    that’s it. Now i have my lazy gallery as static home page on my blog. Check it out at https://jorgeonline.com

    a nice easy way to also do this is to use the redirectify plugin…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lazy gallery on a Page’ is closed to new replies.