// source --> https://becommon.co/wp-content/themes/common/js/more.min.js?ver=20190918 
$(document).ready(function(){var o=2,t=".post-type-archive .section-action .button-more, .page-template-page-opinion .section-action .button-more, .page-template-page-latest .section-action .button-more, .search .section-action .button-more, .archive.tag .section-action .button-more, .single-contributor .section-action .button-more";function e(){$.ajax({url:ajax_object.ajax_url,type:"post",data:{action:"load_more_posts",post_type:post_type,page_no:o,tag_id:"undefined"!=typeof tag_id?tag_id:null,s:"undefined"!=typeof search_keyword?search_keyword:null,contributor_id:"undefined"!=typeof contributor_id?contributor_id:null},beforeSend:function(){$(".post-type-archive .section-action, .page-template-page-opinion .section-action, .page-template-page-latest .section-action, .search .section-action, .archive.tag .section-action, .single-contributor .section-action").append('<div id="loader">Loading...</div>'),$(t).hide()},success:function(t){var e=t.data;$("#loader").remove(),$(".section-action .button-more").show(),t.success&&(o++,"feature"===post_type?$(".section .grid").append(e.items):($(".section .grid-flex").append(e.items),"opinion"===post_type&&setTimeout(function(){$(".match-opinion-top").matchHeight({property:"min-height"}),$(".match-opinion-bottom").matchHeight({property:"min-height"})},100))),$(e.items).length<e.posts_per_page&&$(".section-action .button-more").remove()}})}$(t).on("click",function(t){t.preventDefault(),e()}),$(".page-template-page-latest").length&&e()});