1
私は異なる映画カテゴリを持っていますが、私はドラマ投稿が他のジャンルと異なるレイアウトをしたいです。投稿カテゴリに基づいて特定のコードを表示
<?php
if (in_category("drama")){
//activate a specific code
}
elseif (in_category("other genre")){
//activate a different code
があります。それがあなたを助けるかもしれないと思った、http://stackoverflow.com/questions/38386487/wordpress-functions-php-use-different-page-template-for-each-post-category – manian