Recipes
');
});
$('.et_pb_ajax_pagination_container').removeClass('et_pb_ajax_pagination_container');
}
$.each($('.destaca-tags .et_pb_post'), function(i, post) {
var $post = $(post);
$post.find('.entry-title, .post-meta, .post-content').wrapAll('');
var $tags = $post.find('a[rel="tag"]');
$tags.wrapAll('');
$post.find('.post-meta-wrapper').prepend($post.find('.post-categories-wrapper'));
//delete separator
if ($tags.length > 1) {
var $meta = $post.find('.post-meta');
$meta.html($meta.html().replace(/[,s|]+$/g, ''));
}
$('.et_pb_ajax_pagination_container').removeClass('et_pb_ajax_pagination_container');
$post.click(function() {
window.location.href = $(this).find('a').attr('href');
});
});
});
');
});
$('.et_pb_ajax_pagination_container').removeClass('et_pb_ajax_pagination_container');
}
$.each($('.destaca-tags .et_pb_post'), function(i, post) {
var $post = $(post);
$post.find('.entry-title, .post-meta, .post-content').wrapAll('');
var $tags = $post.find('a[rel="tag"]');
$tags.wrapAll('');
$post.find('.post-meta-wrapper').prepend($post.find('.post-categories-wrapper'));
//delete separator
if ($tags.length > 1) {
var $meta = $post.find('.post-meta');
$meta.html($meta.html().replace(/[,s|]+$/g, ''));
}
$('.et_pb_ajax_pagination_container').removeClass('et_pb_ajax_pagination_container');
$post.click(function() {
window.location.href = $(this).find('a').attr('href');
});
});
});