• silvermonkey

    (@silvermonkey)


    $post = $wp_query->post;

    if (is_home() || in_category(‘celebrity’)) {
    echo’Yes’;

    } else {
    echo’No’;
    }

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘is_home || is_category is not Working!? If Else’ is closed to new replies.