Guest User

Untitled

a guest
Dec 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function portfolio_title() {
  2. echo '<div id="entry-title">
  3. <div class="wrap">
  4. <h1 class="entry-title">';
  5. echo get_the_title();
  6. echo '</h1>
  7. </div>
  8. </div>';
  9. }
Add Comment
Please, Sign In to add comment