We also provide special curtains and blinds packages for HDB resale flats and commercial offices.
You will receive the best service we provide and receive curtains and blinds that suit your needs.
-
Commercial Office Curtains and Blinds
$my_postid = 20680;//This is page id or post id $content_post = get_post($my_postid); $content = $content_post->post_content; $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); $terms = wp_get_post_terms( $post->ID, 'product_cat' ); foreach ( $terms as $term ) $categories[] = $term->slug; if ( in_array( 'condo', $categories ) ) { echo $content; } elseif ( in_array( 'hdb-bto', $categories ) ) { echo $content; } ?> -
HDB Resale Flat Curtains and Blinds
$my_postid = 20680;//This is page id or post id $content_post = get_post($my_postid); $content = $content_post->post_content; $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); $terms = wp_get_post_terms( $post->ID, 'product_cat' ); foreach ( $terms as $term ) $categories[] = $term->slug; if ( in_array( 'condo', $categories ) ) { echo $content; } elseif ( in_array( 'hdb-bto', $categories ) ) { echo $content; } ?>