Skip to content

Instantly share code, notes, and snippets.

View eyalbin's full-sized avatar

eyal eyalbin

View GitHub Profile
@eyalbin
eyalbin / custom-post-type-ajax-pagination.php
Created October 3, 2022 07:07 — forked from raazon/custom-post-type-ajax-pagination.php
Wordpress custom post type ajax pagination
<?php
/*
* Custom Post Pagination
* @since 1.0.0
* return
*/
if (!function_exists('ic_custom_posts_pagination')) :
function ic_custom_posts_pagination($the_query=NULL, $paged=1){
global $wp_query;