這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

DP Post Views Counter

外掛說明

This plugin shows the number of views on the site.

螢幕擷圖

  • On the screen you can see how the record viewing counter will look like.

安裝方式

1.Upload DP Post Views to the /wp-content/plugins/ directory or find it in the plugin repository and install it on your site
2.After installation, activate the plugin
3.The number of article views is now displayed for each post

常見問題集

How to install plugin

1.Upload DP Post Views to the /wp-content/plugins/ directory or find it in the plugin repository and install it on your site
2.After installation, activate the plugin
3.The number of article views is now displayed for each post

Can i use shortcode for show post views counter

1.Yes, To do this, add a line of code in function.php remove_filter( 'the_content', 'dppv_post_views' );
2.In your template, add shortcode <?php echo do_shotrcode('[postviews]') ?> to the place where you want to show post views counter

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈DP Post Views Counter〉的開發相關工作。

參與者

將〈DP Post Views Counter〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

  • Add new function:
    *-Can show how many people views article using shortcode

1.1

  • Fixed a bug:
    *-Not show count of viewing posts after the_excerpt on the home page
    *-When removing plugin, data from database not delete

1.0

  • First version.