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-list.php
<?php /** * Loops 'n Slides Loop: List of titles * * Display a post title */ ?> <?php if ( have_posts() ){ ?> <ul> <?php while( have_posts() ){ the_post(); ?> <li id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <strong 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> </strong> </li> <?php } ?> </ul> <?php } ?>
Upload File
Create Folder