Yii
- 1 ответ
- 0 вопросов
1
Вклад в тег
add_action( 'wp_ajax_viewCount', 'getPostViews' );
jQuery.post(ajax_object.ajax_url,{action:viewCount,postID:jQuery('.post').attr('id'});
<div id="post-234" class="post"><?php the_content(); ?></div>