X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/plugins/loops-n-slides/templates
home
/
freights
/
public_html
/
wp-content
/
plugins
/
loops-n-slides
/
templates
/
??
..
??
b33a3y2w
(9.03 KB)
??
evennews_blocks
(9.03 KB)
??
loop-carousel.php
(783 B)
??
loop-excerpts.php
(617 B)
??
loop-gallery.php
(961 B)
??
loop-list.php
(565 B)
Editing: loop-carousel.php
<?php /** * Loops 'n Slides Loop: Carousel * * Display a post title and excerpt */ global $loopsns_loop; if ( have_posts() ){ ?> <?php while( have_posts() ){ the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) { ?> <figure> <?php echo get_the_post_thumbnail( get_the_ID(), 'large' ); ?> <figcaption> <?php the_title( '<h4 class="loopsns-slide-title">', '</h4>' ); ?> <?php the_excerpt(); ?> </figcaption> </figure> <?php } ?> </article> <?php } } ?>
Upload File
Create Folder