[Theme] Hinode

elpak
Sr. Bludit
Posts: 35
Joined: Wed Jan 03, 2018 10:45 am

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 3473 times
29.jpg
29.jpg (14.25 KiB) Viewed 3473 times
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 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.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 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". ;-)
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
lodria
Master Bludit
Posts: 151
Joined: Wed Jan 29, 2020 8:32 pm
Has thanked: 27 times
Been thanked: 10 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: 35
Joined: Wed Jan 03, 2018 10:45 am

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 3379 times
Post Reply