<article id="<?php the_ID()?>" <?php post_class()?>>
<header class="entry-header">
-
<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
- <span class="meta"> Posted on <strong><?php the_time('F jS, Y'); ?></strong> </span>
-
-
</header>
-
+ <p class="date"><?php the_time('F jS, Y h:iA'); ?> </p>
<?php echo the_advanced_excerpt('length=50&length_type=words&no_custom=1&ellipsis=%26hellip;'); ?>
</article>
</div>
</a>
</div>
<?php } ?>
-
-<?php if ($gallery->show_piclens) { ?>
- <!-- Piclense link -->
- <div class="piclenselink">
- <a class="piclenselink" href="<?php echo nextgen_esc_url($gallery->piclens_link) ?>">
- <?php _e('[View with PicLens]','nggallery'); ?>
- </a>
- </div>
-<?php } ?>
-
- <!-- Thumbnails -->
+ <!-- Thumbnails -->
<?php $i = 0; ?>
<?php foreach ( $images as $image ) : ?>
<li>
<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box imgBorderMe" <?php echo $image->style ?> >
<div class="ngg-gallery-thumbnail" >
- <a href="<?php echo nggcf_get_field($image->pid, "video_url") ?>"
- title="<?php echo esc_attr($image->description) ?>"
- data-src="<?php echo nextgen_esc_url($image->imageURL) ?>"
+ <a href="<?php echo nggcf_get_field($image->pid, "video_url"); ?>"
+ title="<?php echo esc_attr($image->description); ?>"
+ data-src="<?php echo nextgen_esc_url($image->imageURL); ?>"
data-thumbnail="<?php echo nextgen_esc_url($image->thumbnailURL); ?>"
data-image-id="<?php echo esc_attr($image->pid); ?>"
data-title="<?php echo esc_attr($image->alttext); ?>"