webriti

Appointment Breadcrumb Custom page title snippet

Jan 28th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. <!-- Page Title Section -->
  2. <div class="page-title-section">
  3. <div class="overlay">
  4. <div class="container">
  5. <div class="row">
  6. <div class="col-md-6">
  7. <div class="page-title"><h1><?php
  8.  
  9. if(is_tax()){echo "Products";}
  10. else the_title(); ?>
  11. </h1></div>
  12. </div>
  13. <div class="col-md-6">
  14. <ul class="page-breadcrumb">
  15. <?php if (function_exists('qt_custom_breadcrumbs')) qt_custom_breadcrumbs();?>
  16. </ul>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. <!-- /Page Title Section -->
  23. <?php if(!is_page_template('about.php') ) { ?>
  24. <!-- Page Seperator --><div class="page-seperator"></div><!-- /Page Seperator -->
  25. <?php } ?>
  26. <div class="clearfix"></div>
Add Comment
Please, Sign In to add comment