Advertisement
Guest User

h1.php

a guest
Mar 11th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. function travelore_header_media_text() {
  2. if ( ! travelore_has_header_media_text() ) {
  3. // Bail if there is no header media text.
  4. return;
  5. }
  6. ?>
  7. <div class="custom-header-content sections header-media-section">
  8. <h1 class="entry-title">
  9. <?php travelore_header_title(); ?>
  10. </h1>
  11.  
  12. <?php travelore_header_text(); ?>
  13. </div>
  14. <?php
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement