どのシン[HELP!] どのシングルページ及び固定ページに対しても同じカテゴ
-
お伺いします。
single.phpから、カテゴリーごとに5つのシングルページに分岐させて
表示をしていたのですが、今朝ほど、全てのカテゴリーのシングルページ
及び固定ページに対して、なぜかカテゴリー8の記事しか
表示されなくなってしまいました。サイトのURLは以下です。
http://ab-srap.com/single.phpに設定しているコードは以下です。
<?php if (in_category(‘4’)):
include (TEMPLATEPATH.’/single-news.php’);
elseif (in_category(‘3’)):
include (TEMPLATEPATH.’/single-calender.php’);
elseif (in_category(‘9’)):
include (TEMPLATEPATH.’/single-calender.php’);
elseif (in_category(’10’)):
include (TEMPLATEPATH.’/single-calender.php’);
elseif (in_category(’11’)):
include (TEMPLATEPATH.’/single-calender.php’);
elseif (in_category(’12’)):
include (TEMPLATEPATH.’/single-calender.php’);
elseif (in_category(’13’)):
include (TEMPLATEPATH.’/single-calender.php’);
elseif (in_category(’14’)):
include (TEMPLATEPATH.’/single-calender.php’);
elseif (in_category(’15’)):
include (TEMPLATEPATH.’/single-calender.php’);elseif (in_category(‘6’)):
include (TEMPLATEPATH.’/single-blog.php’);
elseif (in_category(’16’)):
include (TEMPLATEPATH.’/single-blog.php’);
elseif (in_category(’17’)):
include (TEMPLATEPATH.’/single-blog.php’);
elseif (in_category(’18’)):
include (TEMPLATEPATH.’/single-blog.php’);
elseif (in_category(’19’)):
include (TEMPLATEPATH.’/single-blog.php’);elseif (in_category(‘8’)):
include (TEMPLATEPATH.’/single-gallery.php’);elseif (in_category(’20’)):
include (TEMPLATEPATH.’/single-venue.php’);
elseif (in_category(’22’)):
include (TEMPLATEPATH.’/single-venue.php’);endif;
?>
投稿記事で、余計なカテゴリーを選択してないかどうか、single.phpに
記述した分岐のコードなどチェックしてみましたが、原因が不明です。ちなみに、同じカテゴリー8の記事とは、このようなjqueryを使ったスライドショーです。
カテゴリー8の投稿記事内に設置しています。
http://ab-srap.com/?p=1441運営中のサイトなので、至急の回復が必要なのです。
同じ症状になった方等、どなたか、解決方法教えてください!
- トピック「どのシン[HELP!] どのシングルページ及び固定ページに対しても同じカテゴ」には新たに返信することはできません。