【環境情報】
・baserCMSのバージョン:basercms-5.1.0
・レンタルサーバー名:aws
・使用テーマ:カスタム
・PHPスキル(C):
・PHP 8.1.27
BaserCMS5での構築を行っています
気が付いたですが、カスタムコンテンツの
「カスタムコンテンツ設定編集」画面 > [詳細設定]の「一覧表示件数[10 ]件」
に件数を指定しても登録した全件表示されてしまいます、
10件の設定にもかかわらず、結果は公開中の13件が表示されてしまいました
仕様でしょうか?、件数指定する方法がありましたらご教授いただけませんでしょうか
◆カスタムコンテンツ設定編集画面
http://xxxx.ne.jp/xxxxx/baser/admin/bc-custom-content/custom_contents/edit/6)
◆表示結果
test13
公開日:2024-09-09 09:46:22
test12
公開日:2024-09-09 09:44:13
test11
公開日:2024-09-09 09:44:07
test10
公開日:2024-09-09 09:44:01
test9
公開日:2024-09-09 09:43:54
test8
公開日:2024-09-09 09:43:45
test7
公開日:2024-09-09 09:43:37
test6
公開日:2024-09-09 09:43:30
test5
公開日:2024-09-09 09:43:23
test4
公開日:2024-09-09 09:43:15
test3
公開日:2024-09-09 09:43:06
test1
公開日:2024-09-09 09:42:38
XXXXXXX「XXXXXX」XXXXXXを紹介します!
公開日:2024-09-02 16:14:58
◆表示しているphpは、コアから複製したものです
ページネーション関数が無いのでこれが仕様でしょうか?
/plugins/Default/templates/plugin/BcCustomContent/CustomContent/default/index.php
◆表示部分のソース
<?php if($customEntries): ?> <?php foreach($customEntries as $entry): ?> <?php $this->BcBaser->customEntryTitle($entry) ?> 公開日:<?php $this->BcBaser->customEntryPublished($entry) ?> <?php endforeach ?> <?php else: ?><?php echo __d('baser_core', 'エントリーが存在しません。') ?>
<?php endif ?>◆管理画面の注釈文「一覧表示件数[ ]件」(?)
- フロントエンドの一覧に表示する件数を指定します。
- 半角数字で入力してください。