PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
hotelcoronado
/
wp-content
/
themes
/
hotelcoronado
<?php $temp = $wp_query; // assign orginal query to temp variable for later use global $wp_query; global $post; get_header(); if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'partials/featured', 'pages' ); ?> <section class="wrapper"> <div <?php post_class('main-content container') ?>> <div class="row title-container"> <div class="col-sm-12"> <h1><?php the_title(); ?><span class="title-block"></span></h1> </div> <!-- /col --> </div> <!-- /row --> <?php endwhile; endif; ?> <div class="row"> <div class="col-sm-9 col-xs-12"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <article class="pack row"> <div class="col-sm-5"> <?php $thumb_id = get_post_thumbnail_id(); $thumb_url = wp_get_attachment_image_src($thumb_id,'thumbnail', 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 previous_posts_link( __('← Vorherige Seite','dos-text-domain') ); ?><?php next_posts_link( __('Nächste Seite →','dos-text-domain') ); ?></p></div> <?php wp_reset_postdata(); else: ?> <p><?php _e('Al momento non sono disponibili pacchetti ed offerte','coronado'); ?></p> <?php endif; ?> </div> <aside class="col-sm-3 hidden-xs"> <ul class="list-unstyled"> <?php if ( !function_exists( 'dynamic_sidebar' ) || !dynamic_sidebar('pages-sb') ) : endif; ?> </ul> </aside> </div> </div> <!-- main-content --> </section> <?php get_footer(); ?>
[-] 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]