function show_paginated_category4486(_page) {
$.ajax({
url: 'http://thequericoproject.com/wp-admin/admin-ajax.php',
type: 'post',
data: {
action: 'paginated_ajax_category',
cat: 4,
post_per_page: 6,
page: _page,
unique_id: '4486',
post_format: 'post-medium-vertical'
},
success: function(data) {
$('#pag_cat_4486').hide();
$('#pag_cat_4486').html(data);
$('#pag_cat_4486').fadeIn();
},
dataType: 'html'
});
}
$(function(){show_paginated_category4486(1)});
function show_paginated_category8347(_page) {
$.ajax({
url: 'http://thequericoproject.com/wp-admin/admin-ajax.php',
type: 'post',
data: {
action: 'paginated_ajax_category',
cat: [8,0,5],
post_per_page: 3,
page: _page,
unique_id: '8347',
post_format: 'post-medium'
},
success: function(data) {
$('#pag_cat_8347').hide();
$('#pag_cat_8347').html(data);
$('#pag_cat_8347').fadeIn();
},
dataType: 'html'
});
}
$(function(){show_paginated_category8347(1)});
function show_paginated_category5997(_page) {
$.ajax({
url: 'http://thequericoproject.com/wp-admin/admin-ajax.php',
type: 'post',
data: {
action: 'paginated_ajax_category',
cat: 7,
post_per_page: 3,
page: _page,
unique_id: '5997',
post_format: 'post-medium'
},
success: function(data) {
$('#pag_cat_5997').hide();
$('#pag_cat_5997').html(data);
$('#pag_cat_5997').fadeIn();
},
dataType: 'html'
});
}
$(function(){show_paginated_category5997(1)});
















