PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
hotelcoronado
/
wp-content
/
themes
/
hotelcoronado
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" class="pack row"> <div class="col-sm-5"> <?php $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'medium', true); ?> <figure class="stretch-me img-responsive" data-stretch="<?php echo $thumb_url[0]; ?>"></figure> </div> <div class="col-sm-7"> <hgroup> <h1><a href="<?php the_permalink() ?>" title="<?php the_title() ?>"><?php the_title(); ?><span class="title-block"></span></a></h1> </hgroup> <p><?php the_excerpt(); ?></p> </div> </article> <?php endwhile; ?> <div class="navigation"><p><?php paginate(); ?></p></div> <?php else: wp_reset_query();?> <p><?php _e('Al momento non sono disponibili pacchetti ed offerte','coronado'); ?></p> <?php endif; ?>
[-] tmpl-homepage.php
[open]
[+]
images
[-] taxonomy-tipologie.php
[open]
[+]
css
[-] tmpl-ubicazione.php
[open]
[-] functions.php
[open]
[+]
..
[-] packages.php
[open]
[-] single.php
[open]
[+]
js
[+]
partials
[+]
admin
[-] page.php
[open]
[-] footer.php
[open]
[-] archive.php
[open]
[-] header.php
[open]
[+]
fonts
[-] screenshot.png
[open]
[-] loop-archive.php
[open]
[-] index.php
[open]
[-] tmpl-booking.php
[open]
[-] style.css
[open]