Lightbox and excerpts?
-
Hi there,
Love this plugin. Was wondering if there’s a way to activate SLB for photos in excerpts?
I tried following along with this but couldn’t quite seem to figure it out:
https://archetyped.com/lab/slb-2-3-0/This is how my theme calls the excerpt (for the home page and archive / category pages):
<?php if ( ( is_search() && get_theme_mod(‘athemes_search_excerpt’) ==” ) || ( is_home() && get_theme_mod(‘athemes_home_excerpt’) ==” ) || ( is_archive() && get_theme_mod(‘athemes_arch_excerpt’) ==” ) ) : ?>
<div class=”entry-summary”>
<?php the_excerpt(); ?>
<!– .entry-summary –></div>
<?php else : ?>
<div class=”clearfix entry-content”>
<?php the_content( __( ‘Continue Reading <span class=”meta-nav”>→</span>’, ‘athemes’ ) ); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”>’ . __( ‘Pages:’, ‘athemes’ ), ‘after’ => ‘</div>’ ) ); ?>
<!– .entry-content –></div>
<?php endif; ?>Thank you!
- The topic ‘Lightbox and excerpts?’ is closed to new replies.