Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これで各投稿のカテゴリIDを取得しようとしています:
$catid = JRequest::getInt('catid');
このスクリプトを blog_item.php に置きました
しかし、私はすべての投稿に対して0しか取得しません
テンプレートは、 のコンテキストでロードされますContentViewCategory。メイン カテゴリは 1 つだけ許可され、その ID は次を使用して取得できます。
ContentViewCategory
$mainCatid = $this->category->id
現在のアイテムの直接の親の ID は、アイテムのcatidプロパティをクエリすることで取得できます。カテゴリ名など、他にもたくさんのプロパティがあります。
catid
$catid = $this->item->catid