Wandinhoo

Untitled

Jul 9th, 2019 (edited)
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.00 KB | None | 0 0
  1. <a href="<?php site_url(); ?>/mypage.php">Go to page</a>
  2.  
  3. <?php
  4. /**
  5. * Template Name: My Page
  6. */
  7.  
  8. <?php
  9. /*
  10. Template Name: Full-width layout
  11. Template Post Type: post, page, event
  12. */
  13. // Page code here...
  14.  
  15. <?php
  16. /**
  17. * Template Name: My Page template
  18. */
  19.  
  20. get_template_part( 'some', 'file' );
Add Comment
Please, Sign In to add comment