File: /home/c1190199/public_html/wp-content/wptouch-data/themes/classic-redux/default/featured-slider.php
<?php
$settings = foundation_get_settings();
?>
<a href='<?php echo the_permalink(); ?>' class='needsclick'>
<img src='<?php echo get_fbimage(); ?>' alt='<?php the_title(); ?>'
/ >
<div class="slider-article-details">
<p class='featured-title'>
<?php the_title(); ?>
</p>
<p class='featured-date'>
<?php wptouch_the_time('j \d\e\ F \d\e\ Y'); ?>
</p>
<?php if ( ! empty( $settings->featured_comments ) && true === $settings->featured_comments ) : ?>
<p class='comments-number'>
<?php comments_number( __( 'Sin comentarios', 'wptouch-pro' ), __( '1 comentario', 'wptouch-pro' ), __( '% comentarios', 'wptouch-pro' ) ); ?>
</p>
<?php endif; ?>
</div>
</a>