Page 2 of 2

Re: [Theme] Hinode

Posted: Sat Oct 16, 2021 1:54 pm
by elpak
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

Re: [Theme] Hinode

Posted: Wed Oct 20, 2021 9:17 pm
by Edi
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.

Re: [Theme] Hinode

Posted: Wed Oct 20, 2021 9:33 pm
by Edi
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". ;-)

Re: [Theme] Hinode

Posted: Wed Oct 20, 2021 10:47 pm
by lodria
Thanks! I had this problem too, I just didn’t ask for help. This is the solution to the last question asked.

Re: [Theme] Hinode

Posted: Tue Nov 02, 2021 3:50 pm
by elpak
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?