Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2.     $title = get_the_title();
  3.     if (is_archive()) {
  4.         $title = str_replace('Category: ', '', get_the_archive_title());
  5.     }
  6. ?>
  7.  
  8. <h1><?php echo esc_html($title); ?></h1>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement