post_author,$cur_id,$populardata->title,$cur_date); ?>
postcontent; //$content_post->post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
wp_link_pages( array(
'before' => '
' . __( 'Pages:', 'twentyfifteen' ) . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
'pagelink' => '' . __( 'Page', 'twentyfifteen' ) . ' %',
'separator' => ', ',
) );
?>
post_author,$cur_id,$populardata->title); ?>
');
$.ajax({
type: 'POST',
url: "/wp-admin/admin-ajax.php",
data: {
action: 'getPopularPosts'
},
success: function( data ) {
$('.popularposts').html(data);
}
});
}
});
加载中...