Post Views for Jetpack

설명

Display the number of views for each one of your posts, as recorded by Jetpack Stats.

This is still a work in progress, and I would love to know what you’d like this plugin, where you would like to display those post views. Open a new thread in the support forums to let me know!

설치

  1. Install the Jetpack plugin, and activate the Stats module.
  2. Install the Post Views for Jetpack plugin via the WordPress.org plugin directory, or via your dashboard.
  3. Activate the plugin.
  4. Enjoy! 🙂

FAQ

There are currently 4 ways to use the plugin

  1. You can use the [jp_post_view] shortcode anywhere in your posts and pages to display the number of views.
  2. You can use the “All Time Site Stats” widget to display how many views your site got since you started using Jetpack Stats.
  3. You can use the shortcode in your theme files, like so: <?php echo do_shortcode( '[jp_post_view]' ); ?>. If you pick that option, I would recommend using a child theme instead of modifying your theme’s files.
  4. You can use a functionality plugin like this one to add a custom code snippet to your site without making changes to your theme. In that code snippet, you can decide on which pages the post views should be displayed. In this example, the counter will be displayed at the bottom of all posts, only on posts pages.

후기

2021년 9월 11일
Really simple and easy to use, right to the point! A simple code that shows the number of hits per post, just what I've been looking for.
2021년 7월 27일
Très satisfait, enfin ce que je cherchais ! On voit bien le nombre de vues sur une page d'article sur notre compte WordPress, simplement installé le code [jp_post_view]. Le nombre de vues commence dès le moment de la création. Donc, même si vous avez crée votre article il y a quelques mois, vous installez le code et vous voyez depuis le début le nombre de vue! Très recommandable!
모든 13 평가 읽기

기여자 & 개발자

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

기여자

“Post Views for Jetpack”(이)가 7(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Post Views for Jetpack”(을)를 번역하세요.

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

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

변경이력

1.5.0

Release Date: February 9, 2023

  • Add a new filter, jp_post_views_cache_duration, allowing you to change the duration of the local cache for the post views.

1.4.0

Release Date: December 6, 2022

  • Ensure full compatibility with Jetpack version 11.5 and above.

1.3.0

Release Date: July 1, 2020

  • Fully rely on WordPress.org translation packs for translations.

1.2.0

Release Date: April 2, 2019

  • Ensure the number of views is internationalized properly.

1.1.0

Release Date: November 18, 2016

  • Releasing to the WordPress.org plugin directory.

1.0.0

  • Initial release.