Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: Lazy Gallery

    hey
    I have a problem here’s my code of lazy gallery++

    <?php
    /*
    Template Name: gallery
    */
    ?>
    <?php get_header(); ?>

    <link href=”/wp-content/plugins/lazy-gallery-plus/lazy-style.css” rel=”stylesheet” type=”text/css”>

    <?php if ($gallery_sidebar == ‘left’) get_sidebar(); ?>
    <div id=”gallery”>

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

    <?php if ($gallery_sidebar == ‘right’) get_sidebar(); ?>
    <!– End Lazy Gallery++ –>

    <?php get_footer(); ?>

    and it gives me fatal eror:

    Fatal error: Call to undefined function: get_header() in d:\blog\wordpress\wp-content\themes\blix\gallery-page.php on line 6

    Can anybody help me?

Viewing 1 replies (of 1 total)