Hi Marcinrzeczkowski,
Okay a couple tips for you… First, you can customize the number of books TotallyBooked displays on your /books page in a quick and easy way.
In your WordPress>TotallyBooked menu, go to Update Settings>Advanced Options tab. Scroll down and look for the Archive Display Options: Archive Maximum Posts box.
There you can specify how many books you’d like the page to show. So if you want the page to show 20, just add the number 20 into this box and hit the Save button.
Second, since it sounds like your template doesn’t include pagination by default, and you’re not a big fan of coding (I’m not either :), you might just want to try adding a Pagination plugin.
One popular pagination plugin is WP-PageNavi , which you can find here: http://wordpress.org/plugins/wp-pagenavi/
I hope this helps!
Kelli
Hi, Kelli!
Thank you for your answer!
The problem is, I’m going to add there a lot of books, soon. 20 on one site will look fine and it’s a good temporary solution, but 100 won’t present so well. 200 neither. So pagination is needed.
And, unfortunately, this plugin you recommended, didn’t change anything. Don’t know why – maybe it doesn’t work for books?
Or maybe the theme (Avada) causes problem? It’s settings (pagination or infinite scroll) doesn’t change anything for books – only WordPress Settings work.
Looks like I need to copy somewhere some code.
Hmmm, Marcinrzeczkowski,
Does pagination work on your blog pages with this theme? Is it only the Books pages that have the problem?
Yes, it does work well on blog posts. I can also turn on infinite scroll for them in theme settings and don’t see any problems.
@ marcinrzeczkowski
You can add in the call to wp_pagenavi() with the following in your functions.php file:
add_action( 'tb_wrapper_end', 'wp_pagenavi', 1 )
Let me know if you need any more help.
Cheers
Ben
Hello,
I have the same issue with my books archive and a couple of others:
1) I’d like to display all of the books on several pages in the archive. I tried adding this code:
add_action( ‘tb_wrapper_end’, ‘wp_pagenavi’, 1 )
to my theme’s (Iconic One Pro) functions.php, but it did not do anything. The posts pages, however are paginating fine. Can you advise?
2)Also, I would like to display the entire sidebar on the archives page, is there a way to do this?
3)My theme already displays “Read More>>” for excerpts, so now I have two of those buttons on the archives page. How can I disable one Read More button? Thanks!
http://allowyourbest.com
@peterhl
It standard practice if you start your own support thread in the future.
In answer to your questions.
1) Do you have the pagenavi plugin installed? http://wordpress.org/plugins/wp-pagenavi/
2) This would have to be done in a little custom templating
3) try this css:
.entry-content .read-more{ display:none; }
Let me know how you go.
Cheers
Ben
Thanks Ben! The css code and pagenavi works great!
I will start a separate post on the templating.
Thanks again!
Peter
Hi Ben,
I started a new post on templating yesterday – to display the sidebar in the archive…not sure if you guys have seen it yet, or if you can help. I would love to continue to use your plugin, it works great! I posted it on the general WordPress Support forum with the plugin name in the subject line. Hope it gets to you…
Thanks, Peter
Peter, it hasn’t shown up in the feeds, can you please link to it here?
Cheers
ben