Advertisement
rexcoder

Various Codes

Jan 12th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. //Add icon to the custom post
  2. 'menu_icon' => get_template_directory_uri() . '/image path'
  3.  
  4.  
  5. include (TEMPLATEPATH . '/myMarquee/php/marquee_include.php');
  6.  
  7.  
  8. if (is_front_page()){// previous code here}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement