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-excerpts.php
<?php /** * Loops 'n Slides Loop: List of excerpts * * Display a post title and excerpt */ global $loopsns_loop; ?> <?php if ( have_posts() ){ ?> <?php while( have_posts() ){ the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h3 class="loopsns-slide-title"> <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a> </h3> <?php the_excerpt(); ?> </article> <?php } } ?>
Upload File
Create Folder