
花見月位於沙田香港科學園尚湖樓,直達大學火車站只需3分鐘,直達沙田火車站只需7分鐘,交通方便快捷; 鄰近香港中文大學,背山面海,人傑地靈,園區彷如城市綠州,遠離繁囂締造高貴而自然的場地,配備藍天迫海的露天花園作證婚場地,實為婚宴首選。
[insert_php]
echo ‘
‘;
echo ‘
‘;
echo ‘‘;
echo ‘分店 | ‘;
echo ‘地址 | ‘;
echo ‘電話 | ‘;
echo ‘查看詳情 | ‘;
echo ‘
‘;
$the_query = new WP_Query( array(
‘post_type’ => ‘post’,
‘orderby’ => ‘date’,
‘category_name’ => ‘yayoicontact’,
‘order’ => ‘ASC’));
while ( $the_query->have_posts() ) :
$the_query->the_post();
echo ‘‘.get_the_title().’ | ‘.get_the_excerpt().’ | ‘.apply_filters(‘the_content’, get_post_field(‘post_content’, get_the_ID())).’ |  |
‘;
endwhile;
echo ‘
‘;
echo ‘
‘;
[/insert_php]