Guest User

Untitled

a guest
Oct 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. // footer custom script
  2. function busipof_custom_about_script()
  3. {
  4. ?>
  5. <script>
  6. jQuery(document).ready(function ( jQuery ) {
  7. jQuery('.page-template-aboutus .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. });
  9. </script>
  10. <?php
  11. }
  12. add_action('wp_footer','busipof_custom_about_script');
Add Comment
Please, Sign In to add comment