Advertisement
Guest User

Untitled

a guest
Jul 11th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <?php
  2. /**
  3. * Custom page template
  4. *
  5. * Template Name: Contra
  6. *
  7. * @package Header type
  8. * @copyright WebMan Design, Oliver Juhas
  9. *
  10. * @since 1.0
  11. * @version 2.0
  12. */
  13.  
  14. /* translators: Custom page template name. */
  15. get_header();
  16. ?>
  17.  
  18. <div id="site-banner" class="site-banner no-slider">
  19.  
  20. <aside class="site-banner-inner">
  21.  
  22. <h2 class="screen-reader-text">Site banner</h2>
  23.  
  24.  
  25. <div class="site-banner-content">
  26.  
  27. <div class="site-banner-media">
  28.  
  29. <figure class="site-banner-thumbnail">
  30.  
  31. <img src="https://andreacraft.com/wp-content/uploads/2018/07/cropped-AndreCalling.jpg" alt="" width="1640" height="685">
  32. </figure>
  33.  
  34. </div>
  35.  
  36. <div class="site-banner-header">
  37.  
  38. <h3 class="entry-title site-banner-title">
  39. <span class="highlight">PhD Candidate Urban Planning and Policy </span>
  40. </h3>
  41.  
  42. </div>
  43.  
  44. </div>
  45.  
  46. </aside>
  47.  
  48. </div>
  49.  
  50. <?php
  51.  
  52.  
  53. while ( have_posts() ) : the_post();
  54.  
  55. get_template_part( 'template-parts/content', 'page' );
  56.  
  57. endwhile;
  58.  
  59. get_footer();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement