#wordpress. <h2>If , else if , else condition</h2> <?php if (is_page('12')) { // below content only show when page id is 12 echo 'This is page id 12'; } ...
確定! 回上一頁