Guest User

Untitled

a guest
Oct 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. // footer custom script
  2. function busipof_custom_code_script()
  3. {
  4. ?>
  5. <script>
  6. jQuery(document).ready(function ( jQuery ) {
  7. jQuery('.page-template-service-template .section-title-mini .testi-nav').before("<div class='section-title'><h1 class='section-heading'>Testimonials to LinLead</h1><p>The learning experience that LinLead presents comes out alive from solid research and sharp insight from a full room of thought leader like them:</p></div>");
  8. jQuery('.page-template-service-template .service .busiprof-features-content').after("<div class='col-md-12 col-xs-12'><div class='btn-wrap'><a href='#' target='_blank'>More Services</a></div></div>");
  9. });
  10. </script>
  11. <?php
  12. }
  13. add_action('wp_footer','busipof_custom_code_script');
Add Comment
Please, Sign In to add comment