pixelled
Forum Replies Created
-
Forum: Your WordPress
In reply to: My photolog evolvesI too am starting a photolog and was looking for a way to thumbnail… can’t wait for the code!
Forum: Plugins
In reply to: Lazy Gallery Problemoh wow.. this is embarassing… forgot the end quote mark =/ thanks for all your help!
also, is there a way to make customized thumbnail for the images?
Forum: Plugins
In reply to: Lazy Gallery Problemyup, I changed it to /photo I think which is suppose to lead to fallen.pixelled.com/photo where I have my photos?
Forum: Plugins
In reply to: Lazy Gallery ProblemI didn’t change anything in the lazy-index.php.. i only configured the part where it says to configure which was the lazy-gallery.php but here is the code for the index one
<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
?>
<?php get_header(); ?>
<link href=”/wp-content/plugins/lazy-gallery/lazy-style.css” rel=”stylesheet” type=”text/css”>
<?php if ($gallery_sidebar == ‘left’) get_sidebar(); ?>
<div id=”content” class=”narrowcolumn”>
<div id=”gallery”> <br/>
<br/>
<?php showGallery();?>
</div>
</div>
<?php if ($gallery_sidebar == ‘right’) get_sidebar(); ?>
<?php get_footer(); ?>