[Theme] Hinode
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
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 (68.65 KiB) Viewed 9285 times
-
- 29.jpg (14.25 KiB) Viewed 9285 times
- Edi
- Site Admin
- Posts: 3078
- Joined: Sun Aug 09, 2015 5:01 pm
- Location: Zurich
- Has thanked: 71 times
- Been thanked: 105 times
- Contact:
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.
Code: Select all
'entries_to_show' => 8, // Entries to show on the homepage.
The theme needs some "Bluditfication".

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 (140.91 KiB) Viewed 9191 times