Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. agat wordpress main har page per alag header image leni ho tu is k liye code dege
  2.  
  3. ?>
  4. <?php $thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id(),'full', true); ?>
  5. <section class="treatmentpage" style="background: url(<?php echo $thumbnail[0]; ?>) no-repeat;">
  6. <div class="container">
  7. <div class="row">
  8. <div class="col-md-12">
  9. <h1><?php the_title(); ?></h1>
  10. <ol class="breadcrumb">
  11. <li>
  12. <a href="<?php echo site_url(); ?>">Home</a>
  13. </li>
  14. <li class="active"><?php the_title(); ?></li>
  15. </ol>
  16. </div>
  17. </div>
  18. </div>
  19. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement