Home › Forums › Support › Blog paging – Pagenavi styles? › Reply To: Blog paging – Pagenavi styles?
October 21, 2015 at 11:56 am
#146318
Lead Developer
Lead Developer
Hi there,
You can add this PHP:
add_action('generate_paging_navigation','generate_pagenavi_integration');
function generate_pagenavi_integration()
{
wp_pagenavi();
}
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
Then this CSS:
.page-numbers {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development