changed date display on blog news page
authorLaury GvR <laury@gaslightmedia.com>
Thu, 30 Apr 2015 14:19:18 +0000 (10:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 30 Apr 2015 14:19:18 +0000 (10:19 -0400)
home.php
nggallery/gallery-glmvideos.php

index f28b2c0..acd9822 100644 (file)
--- a/home.php
+++ b/home.php
 
                                     <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>
index c5576c8..367627d 100644 (file)
@@ -23,26 +23,16 @@ Follow variables are useable :
                </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); ?>"