HosipLan

Untitled

Oct 18th, 2011
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. // zdroj: http://codex.wordpress.org/Theme_Development
  2.  
  3. $post = $wp_query->post;
  4. if ( in_category( '9' ) ) {
  5.     get_template_part( 'single2' );
  6. } else {
  7.     get_template_part( 'single1' );
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment