Skip to content

Instantly share code, notes, and snippets.

View rajendra89's full-sized avatar

Rajendra Rijal rajendra89

View GitHub Profile
@kostasdizas
kostasdizas / bootstrap_paginate.php
Created December 18, 2015 10:55
A quick and dirty fork of Wordpress' paginate_links function, modified to output HTML code compliant with the Bootstrap Pagination component.
<?php
/**
* A quick and dirty fork of Wordpress' paginate_links function, modified to output HTML code
* compliant with the Bootstrap Pagination component.
*
* @global WP_Query $wp_query
* @global WP_Rewrite $wp_rewrite
*
* @param string|array $args {
* Optional. Array or string of arguments for generating paginated links for archives.