Advertisement
Guest User

Untitled

a guest
Jul 13th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.69 KB | None | 0 0
  1. <!-- subpage header -->
  2. <section class="subpage-header">
  3.     <div class="container">
  4.         <div class="row">
  5.             <div class="col-md">
  6.                 <h1><?php echo the_title(); ?></h1>
  7.             </div>
  8.         </div>
  9.     </div>
  10.     <svg id="wave" data-name="wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 250"><title>wave</title><path d="M1,216V127c44.26-43.56,99-57.06,158.78-53.28,76.63,4.84,149.37,25,218,59.74,21.38,10.81,43.11,20.94,66.63,26.48,25.1,5.92,50.48,6.3,76,4.07,33-2.88,65.36-8.86,95.65-22.86,16-7.39,31.65-15.57,47.19-23.88C701.47,96.84,742.34,85.08,785,79a890.78,890.78,0,0,1,167.47-7.92,788.21,788.21,0,0,1,155.44,22.58c54.19,13.58,108,28.52,162.08,42.82,58.93,15.6,118.48,28.17,178.92,36.27,45.37,6.08,90.34,5.51,134.46-8.63,34.7-11.12,65.26-29.78,94.31-51.28,26.77-19.81,53-40.38,80.44-59.24,43.57-30,92-46.74,145-49.8A24.51,24.51,0,0,0,1907,3h14V216Z" fill="#fff" opacity="0.2" style="isolation:isolate"/><path d="M1921,252V163c-44.26-43.56-99-57.06-158.78-53.29-76.63,4.85-149.37,25-218,59.75-21.38,10.81-43.11,20.94-66.63,26.48-25.1,5.92-50.48,6.3-76,4.07-33-2.88-65.36-8.86-95.65-22.86-16-7.39-31.65-15.57-47.19-23.88-38.2-20.43-79.07-32.19-121.73-38.27a891.63,891.63,0,0,0-167.47-7.93,789,789,0,0,0-155.44,22.59C759.9,143.24,706,158.18,652,172.48c-58.93,15.6-118.48,28.17-178.92,36.27-45.37,6.08-90.34,5.51-134.46-8.63-34.7-11.13-65.26-29.78-94.31-51.28-26.77-19.81-53-40.38-80.44-59.24-43.57-30-92-46.74-145-49.8A26.85,26.85,0,0,1,15,39H1V252Z" fill="#fff"/></svg>
  11. </section>
  12.  
  13. <section class="section post-listing">
  14.     <div class="container">
  15.         <?php
  16.             get_template_part('template-parts/loop/loop', 'post-listing');
  17.         ?>
  18.     </div>
  19. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement