Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 5.16 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3.  
  4. <div class="container" style="margin: 70px auto;">
  5.     <div class="page-header text-center">
  6.         <h1>últimas matérias</h1>
  7.     </div>
  8.  
  9.    
  10.  <?php if ( has_post_thumbnail() ) : ?>
  11.     <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
  12.         <?php the_post_thumbnail(); ?>
  13.     </a>
  14. <?php endif; ?>
  15.    
  16.          <div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">            
  17.             <a href="#/post"><img src="http://evmedia.xyz/hnr/wp-content/themes/hacknrock/images/bannerBlog.jpg" class="img-responsive" alt="Image"></a>
  18.             <div class="content-info">
  19.                 <a href="<?php the_permalink() ?>"><h2 class="titulo-banner-blog"><?php the_title(); ?></h2>
  20.                 <span class="autorBlog">Por <?php the_author(); ?>  - <?php the_date(); ?> </span></a>
  21.             </div>            
  22.         </div>
  23.    
  24.         <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 first-banner">
  25.            <a href="#/post"><img src="http://evmedia.xyz/hnr/wp-content/themes/hacknrock/images/bannerBlog.jpg" class="img-responsive" alt="Image"></a>
  26.               <div class="content-info">
  27.                <a href="<?php the_permalink() ?>"><h2 class="titulo-banner-blog"><?php the_title(); ?></h2>
  28.                 <span class="autorBlog">Por <?php the_author(); ?>  - <?php the_date(); ?> </span></a>
  29.             </div>        
  30.         </div>
  31.          <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 first-banner">
  32.            <a href="#/post"><img src="http://evmedia.xyz/hnr/wp-content/themes/hacknrock/images/bannerBlog.jpg" class="img-responsive" alt="Image"></a>
  33.               <div class="content-info">
  34.                <a href="<?php the_permalink() ?>"><h2 class="titulo-banner-blog"><?php the_title(); ?></h2>
  35.                 <span class="autorBlog">Por <?php the_author(); ?>  - <?php the_date(); ?> </span></a>
  36.             </div>        
  37.         </div>
  38.    
  39.              
  40.  
  41.        
  42. </div>
  43.  
  44. <div id="bg-color-black">
  45.  
  46.     <div class="container">
  47.         <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  48.                 <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center" style="margin:15px 0;">
  49.                         <h2 style="color: red;">destaque</h2>
  50.                     </div>                       
  51.              
  52.                     <slick settings="slickConfig" class="carousel-inner" style="padding:15px;">
  53.                           <div class="item" ng-repeat="n in [0,1,2,3,4,5,6]" style="height:auto">
  54.                                 <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 bloginfo">
  55.                                     <a href="#/post">
  56.                                         <img src="http://www.boletimdoempreendedor.com.br/img/chamada/2092.jpg" class="img-responsive" style="width:100%;">                                    
  57.                                     </a>
  58.                                     <div class="col-md-12 padding0">
  59.                                             <span class="cat-subtitle">Por Nome Sobrenome - 01/01/2017</span>
  60.                                             <h4>Lorem ipsum dolor sit amet consec tetur</h4>                                           
  61.                                         </div>
  62.                                 </div>
  63.                             </div>
  64.                     </slick>
  65.         </div>
  66.     </div>
  67.    
  68. </div>
  69.  
  70.  
  71. <div id="bg-color-white">
  72.  
  73.     <div class="container">
  74.                     <div class="text-center">
  75.                         <h2 style="color: red;">todas as matérias</h2>
  76.                     </div>
  77.  
  78.                     <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  79.                              
  80.                                <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 bloginfo">
  81.                                     <a href="#/post">
  82.                                         <img src="http://www.boletimdoempreendedor.com.br/img/chamada/2092.jpg" class="img-responsive" style="width:100%;">                                    
  83.                                     </a>
  84.                                     <div class="col-md-12 padding0">
  85.                                             <span class="cat-subtitle">Por Nome Sobrenome - 01/01/2017</span>
  86.                                             <h4>Lorem ipsum dolor sit amet consec tetur</h4>                                           
  87.                                         </div>
  88.                                 </div>
  89.                           <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 bloginfo">
  90.                                     <a href="#/post">
  91.                                         <img src="http://www.boletimdoempreendedor.com.br/img/chamada/2092.jpg" class="img-responsive" style="width:100%;">                                    
  92.                                     </a>
  93.                                     <div class="col-md-12 padding0">
  94.                                             <span class="cat-subtitle">Por Nome Sobrenome - 01/01/2017</span>
  95.                                             <h4>Lorem ipsum dolor sit amet consec tetur</h4>                                           
  96.                                         </div>
  97.                                 </div>
  98.                           <div class="col-xs-12 col-sm-6 col-md-4 col-lg-4 bloginfo">
  99.                                     <a href="#/post">
  100.                                         <img src="http://www.boletimdoempreendedor.com.br/img/chamada/2092.jpg" class="img-responsive" style="width:100%;">                                    
  101.                                     </a>
  102.                                     <div class="col-md-12 padding0">
  103.                                             <span class="cat-subtitle">Por Nome Sobrenome - 01/01/2017</span>
  104.                                             <h4>Lorem ipsum dolor sit amet consec tetur</h4>                                           
  105.                                         </div>
  106.                                 </div>
  107.                          
  108.  
  109.                      </div>
  110.  
  111.                     <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12" style="margin-top:40px;">                        
  112.                         <button type="button" class="btn btn-categorias btn-lg btn-block">Mais matérias</button>                        
  113.                     </div>
  114.  
  115.     </div>
  116.  </div>  
  117.  
  118. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement