Hello,
I am missing the footer pagination on bbPress. I also have Buddypress installed. Not sure what is going on. I can see it exists here on this site and would like the same.
Here is a link to the missing pagination – http://fabnetpro.com/forums/topic/beta-testers/
Thanks in advance,
Andy
Hi olivemill!
Insert this code into the quick css field or child theme style.css file:
#top #wrap_all .bbp-replies+.bbp-pagination {
display: block;
}
Cheers!
Peter
Thank you, that worked perfect.