Guest User

Untitled

a guest
Oct 4th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <?php
  2. get_header();
  3. ?>
  4. <div class="hero-unit-small">
  5. <div class="container">
  6. <div class="row-fluid about_space">
  7. <div class="span8">
  8. <h2 class="page_head">
  9. <?php woocommerce_page_title(); ?>
  10. </h2>
  11. </div>
  12. <div class="span4">
  13. <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
  14. <div class="input-append search_head pull-right">
  15. <input type="text" name="s" id="s" placeholder="<?php esc_attr_e('Search','rambo' ); ?>" />
  16. <button type="submit" class="Search_btn" name="submit" ><?php esc_attr_e("Go", 'rambo' ); ?></button>
  17. </div>
  18. </form>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. <!-- /Page Title Section -->
  24. <div class="clearfix"></div>
  25. <!-- Blog Section with Sidebar -->
  26. <div class="container">
  27. <div class="row">
  28.  
  29. <!-- Blog Area -->
  30. <div class="span<?php echo ( is_active_sidebar('woocommerce') ? '8' : '12' ); ?>">
  31. <div id="post-<?php the_ID(); ?>">
  32. <?php woocommerce_content(); ?>
  33. </div>
  34. </div>
  35. <!--/End of Blog Detail-->
  36. <!--Sidebar Area-->
  37. <?php get_sidebar('woocommerce'); ?>
  38. <!--Sidebar Area-->
  39. </div>
  40. </div>
  41. <!-- /Blog Section with Sidebar -->
  42. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment