Guest User

Untitled

a guest
May 21st, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function custom_portfolio_page() {
  2.     if (is_page('portfolio'))
  3.     {  
  4.         include "portfolio-page.php";
  5.     }
  6. }
  7. add_action('thesis_hook_custom_template', 'custom_portfolio_page');
Add Comment
Please, Sign In to add comment