例如
$(".entry-title a").click(function () { 只对第一页有效,
修改为
$(document).on('click', ".entry-title a", function () { 即可