Here’s a PHP snippet you can use if you need to add a “Last Page” link to the bbPress topic reply pagination.
https://gist.github.com/5363593
Here’s a PHP snippet you can use if you need to add a “Last Page” link to the bbPress topic reply pagination.
https://gist.github.com/5363593
Hi there would you mind letting me know which hosting company you’re using? I’ve loaded your website in 2 different web browsers and I
have to say this blog site loads a lot faster then most.
Can you suggest a good web hosting company at a fair price?
Thanks, I appreciate it! Please also excuse if my
english is not good enough.
This site is run on a custom highly optimized for WordPress VPS with Nginx. There are only a few providers that have hosting like this. The speed however comes from using a caching system. In my case it is Nginx proxy cache that does the caching but you can achieve similar speedy page loading with other forms of caching like WP Supercache or W3 Total Cache.
You can get awesome performance from a 1GB VPS if you are capable of maintaining a server yourself. Or let me create such a server for you.
My site still runs on a customized nginx server. I’ve optimized it further by adding HTTP/2, which requires an SSL certificate. SSL is provided by Lets Encrypt. In addition ngx_pagespeed restructures all html/css/js, next to optimizing images, on the fly. The combination of nginx micro-cache, ngx_pagespeed and HTTP/2 makes this site incredibly fast without having to care too much about html/css/js.
How would you do this in standard WordPress?
It depends on the theme you’re using. Check out this post for a solution: http://clicknathan.com/web-design/wordpress-pagination-links/
Any idea how to get pagination on replies page to work?
If it’s not working something is probably wrong with your install. Best place to ask is the bbPress support forums.
It works when you turn off “threaded replies”.