Guest User

Untitled

a guest
Jan 23rd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. <?php get_template_part( 'page-three-column.php' ); ?>
  2.  
  3. function portfolio_archive_page_template(){
  4.  
  5. return locate_template( 'archive-portfolio.php', true );
  6.  
  7. }
  8.  
  9. add_filter( 'archive_template', 'portfolio_archive_page_template' );
  10.  
  11. is_page_template('your-page-template.php)
Add Comment
Please, Sign In to add comment