CurlyHost

single.php

Aug 12th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.90 KB | None | 0 0
  1. <?php
  2.     global $avia_config;
  3.  
  4.      get_header();
  5.      
  6.     if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title();
  7. ?>
  8.  
  9. <div id="av_section_1" class="avia-section main_color avia-section-default avia-no-border-styling avia-bg-style-fixed avia-full-stretch  avia-builder-el-0  avia-builder-el-no-sibling  av-minimum-height av-minimum-height-100 container_wrap fullsize" style="background-repeat: no-repeat; background-image: url(http://i0.wp.com/support.girlmeetslake.com/wp-content/uploads/2014/08/background.jpg?resize=2500%2C1563); background-attachment: fixed; background-position: top center; " data-section-bg-repeat="stretch">
  10. <div class="container">
  11. <main role="main" itemprop="mainContentOfPage" class="template-page content  twelve alpha units">
  12. <div class="post-entry post-entry-type-page post-entry-25">
  13.     <div class="entry-content-wrapper clearfix">
  14.         <div class="flex_column av_one_fifth first  avia-builder-el-1  el_before_av_three_fifth  avia-builder-el-first  " style="position: absolute; left: 0px; top: 0px;">
  15.             <div class="avia-builder-widget-area clearfix  avia-builder-el-2  avia-builder-el-no-sibling ">
  16.                 <section id="nav_menu-2" class="widget clearfix widget_nav_menu" style="position: relative;">
  17.                     <div class="menu-menu-container">
  18.                         <ul id="menu-menu" class="menu">
  19.                             <li id="menu-item-37" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-37"><a href="http://support.girlmeetslake.com/home/">home</a></li>
  20.                             <li id="menu-item-38" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-38"><a href="http://support.girlmeetslake.com/about/">about</a></li>
  21.                             <li id="menu-item-39" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-39"><a href="http://support.girlmeetslake.com/portfolio/">portfolio</a></li>
  22.                             <li id="menu-item-40" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-40"><a href="http://support.girlmeetslake.com/mantra/">mantra</a></li>
  23.                             <li id="menu-item-41" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-41"><a href="http://support.girlmeetslake.com/works/">how it works</a></li>
  24.                             <li id="menu-item-42" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-42"><a href="http://support.girlmeetslake.com/contact/">contact</a></li>
  25.                         </ul>
  26.                     </div>
  27.                     <span class="seperator extralight-border"></span>
  28.                 </section>
  29.             </div>
  30.         </div>
  31.        
  32.         <div class="flex_column av_three_fifth   avia-builder-el-3  el_after_av_one_fifth  avia-builder-el-last  ">
  33.         <div style="height:5px" class="hr hr-invisible  avia-builder-el-4  el_before_av_heading  avia-builder-el-first "><span class="hr-inner"><span class="hr-inner-style"></span></span></div>
  34.         <div style="padding-bottom:10px;" class="av-special-heading av-special-heading-h1  blockquote modern-quote modern-centered  avia-builder-el-5  el_after_av_hr  el_before_av_textblock  "><h1 class="av-special-heading-tag" itemprop="headline" style="padding-bottom:10px;">MELINDA FARANETTA</h1><div class="av-subheading av-subheading_below" style="font-size:29px;"><p>Homes that love the people inside.</p></div><div class="special-heading-border"><div class="special-heading-inner-border"></div></div></div>
  35.         <section class="av_textblock_section" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="avia_textblock " itemprop="text"><p><img class="avia_image  aligncenter" style="width: 80%; margin: 0 auto;" title="blog" src="http://i1.wp.com/support.girlmeetslake.com/wp-content/uploads/2014/08/blog1.png?resize=1000%2C148" alt="" width="1000" height="148"></p></div></section>
  36.             <?php
  37.             get_template_part( 'includes/loop', 'custom-single');
  38.             get_template_part( 'includes/related-posts');
  39.             comments_template( '/includes/comments.php');
  40.             ?>
  41.         </div>
  42.        
  43.     </div>
  44. </div>
  45. </main>
  46. </div><!--end builder template-->
  47. </div>
  48.  
  49. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment