Skip to content

Instantly share code, notes, and snippets.

View engrmostafijur's full-sized avatar

Engr Mostafijur Rahman engrmostafijur

View GitHub Profile
@engrmostafijur
engrmostafijur / Custom Function
Last active August 29, 2015 14:06
Custom Function
<?php
/**
* @package Customize WP (3rd Party Helper)
* @author bfouzder@yahoo.com
* @version 1.1.13
*/
@jonathanlaf
jonathanlaf / wpex_pagination.php
Last active April 2, 2022 06:27
[wpexplorer's WordPress pagination script enhanced.] #wordpress
/*
* Numbered Pagination
* http://www.wpexplorer.com/pagination-wordpress-theme/
*/
if ( !function_exists( 'wpex_pagination' ) ) {
function wpex_pagination($wpex_query) {
$prev_arrow = is_rtl() ? '&rarr;' : '&larr;';
$next_arrow = is_rtl() ? '&larr;' : '&rarr;';
/*