Viewing File: /home/u103475381/domains/sinaprors.com.br/public_html/wp-content/themes/bones/page-contato.php
<?php
/*
Template Name: Contato
*/
?>
<?php get_header(); ?>
<div id="content">
<?php $url = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?>
<div class="banner-top cover" style="background: url(<?php echo $url; ?>) no-repeat center center;"></div>
<div id="inner-content" class="cf">
<main id="main" class="m-all t-all d-all cf" role="main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?> role="article">
<div class="wrap fx fx-rw fx-center fx-space">
<div class="content-contato">
<h1 class="page-title" itemprop="headline"><?php the_title(); ?></h1>
<section class="entry-content cf" itemprop="articleBody">
<?php the_content(); ?>
</section>
</div>
<div class="content-form">
<?php echo do_shortcode('[contact-form-7 id="7" title="Formulário de contato"]'); ?>
</div>
</div>
<div class="mapa">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3454.5090877274315!2d-51.20288368255615!3d-30.022249399999996!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x951979b7e4ed9245%3A0x845ba1edd1116460!2sR.%20Tobias%20da%20Silva%2C%20120%20-%20Moinhos%20de%20Vento%2C%20Porto%20Alegre%20-%20RS%2C%2090570-020!5e0!3m2!1spt-BR!2sbr!4v1658163691218!5m2!1spt-BR!2sbr" width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</article>
<?php endwhile; endif; ?>
</main>
<?php //get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>
Back to Directory
File Manager