이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

rng-postviews

설명

WordPress plugin that set post view count for each post and reports them in a chart.also you can access to post views count of each post in front end and admin panel.

You can see post view count with below ways:

  1. WordPress widget
  2. Short code [rngja_postviews]
  3. Developers can access post views in wp_postmeta with meta_key ja_postviews
  4. Function rngja_get_post_viewe_count

For showing post views count with function put this code in your main loop
if (function_exists('rngja_get_post_viewe_count')) {
echo rngja_get_post_viewe_count(get_the_ID());
}

And also in admin panel:

  1. WordPress Dashboard widget
  2. Post list screen

Main features in rng-postviews include

  • Very light and easy to use
  • Have function and short code for showing post views count
  • WordPress Widget
  • This plugin avoids from any conflict with other plugins
  • Has not any overhead

it is strongly was recommended that after the plugin is activated, go to the Settings > Last post viewed and configure the plugin.

Github Repository

Also You can this plugin on github:
https://github.com/a-sabagh/rng-postviews

스크린샷

  • Admin screen widget
  • Settings panel
  • Widget in admin screen

설치

  1. Upload the plugin files to the /wp-content/plugins/rng-postviews directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to the permalink settings and change URL structure then undo
  4. Use the Settings > Postviews Settings screen to configure the plugin

1, 2, 3, 4: You’re done!

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“rng-postviews”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“rng-postviews”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “rng-postviews”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.