function show_paginated_category9759(_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: '9759',
post_format: 'post-medium-vertical'
},
success: function(data) {
$('#pag_cat_9759').hide();
$('#pag_cat_9759').html(data);
$('#pag_cat_9759').fadeIn();
},
dataType: 'html'
});
}
$(function(){show_paginated_category9759(1)});
function show_paginated_category43(_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: '43',
post_format: 'post-medium'
},
success: function(data) {
$('#pag_cat_43').hide();
$('#pag_cat_43').html(data);
$('#pag_cat_43').fadeIn();
},
dataType: 'html'
});
}
$(function(){show_paginated_category43(1)});
function show_paginated_category7406(_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: '7406',
post_format: 'post-medium'
},
success: function(data) {
$('#pag_cat_7406').hide();
$('#pag_cat_7406').html(data);
$('#pag_cat_7406').fadeIn();
},
dataType: 'html'
});
}
$(function(){show_paginated_category7406(1)});
















