[Theme] Hinode

elpak
Sr. Bludit
Posts: 39
Joined: Wed Jan 03, 2018 10:45 am
Has thanked: 1 time

Hello Paul, I try Hinode theme in noizeradio.gr and I see that have following problems.

1. When selecting items per page in admin panel whatever number we choose nothing happens. The theme shows 8 post by default. How can change that?
2. How can add pagination in this theme?

Thanks
Attachments
30.jpg
30.jpg (68.65 KiB) Viewed 9285 times
29.jpg
29.jpg (14.25 KiB) Viewed 9285 times
User avatar
Edi
Site Admin
Posts: 3078
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 71 times
Been thanked: 105 times
Contact:

I wrote to the author but didn't get an answer till now.

I seems, that the theme is missing some parts. I will have a look at it.
Marginalien, Blog zu Kunst, Kultur und KI
aufbruch.ch, Plattform zu Kunst und Kultur um 1900
User avatar
Edi
Site Admin
Posts: 3078
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 71 times
Been thanked: 105 times
Contact:

elpak wrote: Sat Oct 16, 2021 1:54 pm 1. When selecting items per page in admin panel whatever number we choose nothing happens. The theme shows 8 post by default. How can change that?
You can set this in the file config.php in the root directory of the theme.

Or you can modify the file config.php and use

Code: Select all

    'entries_to_show'               => $site->itemsPerPage(), // Entries to show on the homepage.
instead of

Code: Select all

    'entries_to_show'               => 8, // Entries to show on the homepage.

The theme needs some "Bluditfication". ;-)
Marginalien, Blog zu Kunst, Kultur und KI
aufbruch.ch, Plattform zu Kunst und Kultur um 1900
lodria
Master Bludit
Posts: 176
Joined: Wed Jan 29, 2020 8:32 pm
Has thanked: 38 times
Been thanked: 20 times

Thanks! I had this problem too, I just didn’t ask for help. This is the solution to the last question asked.
elpak
Sr. Bludit
Posts: 39
Joined: Wed Jan 03, 2018 10:45 am
Has thanked: 1 time

Thanks Edi, doing changes in theme and working BUT pagination is not working. I add plugin pagination but is doing nothing. In index dont see other posts. What do you suggest?
Attachments
300.jpg
300.jpg (140.91 KiB) Viewed 9191 times
Post Reply