You can make custom page templates like so <?php /** * Template name: custom-name */ get_header(); if (is_home()) ...
確定! 回上一頁