説明
WordPress Popular Posts はサイト上の投稿を表示するカスタマイズ豊富なウィジェットです。
メインの機能
- マルチウィジェット対応 – 同時に異なる設定の WordPress Popular Posts ウィジェットを複数使うことが可能です。
- 時間範囲 – 特定の時間範囲 (例:過去24時間、過去7日間、過去30日間など) 内での人気のブログの投稿を一覧表示します。
- Custom Post-type support – Want to show other stuff than just posts and pages, eg. Popular Products? You can!
- Thumbnails! – Display a thumbnail of your posts! (see the FAQ section for more details.)
- Statistics dashboard – See how your popular posts are doing directly from your admin area.
- Sorting options – Order your popular list by comments, views (default) or average views per day!
- Custom themes – Out of the box, WordPress Popular Posts includes some themes so you can style your popular posts list (see Widget Themes for more details).
- 独自のレイアウトを使う – WPP は人気記事の外観と雰囲気を詳細にカスタマイズできる柔軟性を備えています。(詳しくは WPP の HTML マークアップをカスタマイズ、スタイリングリスト などを参照してください)
- Advanced caching features! – WordPress Popular Posts includes a few options to make sure your site’s performance stays as good as ever! (see Performance for more details.)
- REST API Support – Embed your popular posts in your (web) app! (see REST API Endpoints for more.)
- Disqus support – Sort your popular posts by Disqus comments count!
- Polylang & WPML 3.2+ support – Show the translated version of your popular posts!
- WordPress Multisite support – Each site on the network can have its own popular posts list!
その他の機能
- Shortcode support – Use the [wpp] shortcode to showcase your most popular posts on pages, too! For usage and instructions, please refer to the Installation section.
- Template tags – Don’t feel like using widgets? No problem! You can still embed your most popular entries on your theme using the
wpp_get_mostpopular()
template tag. Additionally, thewpp_get_views()
template tag allows you to retrieve the views count for a particular post. For usage and instructions, please refer to the Installation section. - Localization – Translate WPP into your own language.
- WP-PostRatings support – Show your visitors how your readers are rating your posts!
WordPress Popular Posts は GitHub にてソースを参照できます。
Looking for a Recent Posts widget just as featured-packed as WordPress Popular Posts? Try Recently!
クレジット
- フレームグラフィック(freevector/Vecteezy.com)
スクリーンショット
インストール
この操作の前にサイトが 最小要件 に合致しているか確認してください。
自動インストール
- WordPress ダッシュボードにログイン。
- プラグイン > 新規追加 と進みます。
- 「プログラムの検索」フィールドで WordPress Popular Posts と入力してエンターキーを押します。
- 検索結果一覧でプラグインを探し、「今すぐインストール」ボタンをクリックします。
手動インストール
- プラグインをダウンロードしてファイルを解凍してください。
wordpress-popular-posts
フォルダを/wp-content/plugins/
ディレクトリにアップロードする。- WordPress Popular Posts を WordPress 内のプラグインメニューから有効化してください。
完了しました! 次は何をしますか?
- 外観 > ウィジェット と進み、WordPress Popular Posts ウィジェットをサイドバーにドラッグアンドドロップしてください。
- もしキャッシュ化プラグインをインストールしているのであれば、WPP のトラッキングを開始させるためにそのキャッシュをクリアしてください。
- If you have a plugin that minifies JavaScript (JS) installed on your site please read this FAQ: Is WordPress Popular Posts compatible with plugins that minify/bundle JavaScript code?
- If you have a security / firewall plugin installed on your site, make sure you allow WPP access to the REST API so it can start tracking your site.
- 外観 > テーマの編集と進み、
header.php
を選択し、<?php wp_head(); ?>
タグがコード内に存在していることを確認してください。(</head>
タグのすぐあとにあるはずです。) - (Optional but highly recommended) Are you running a medium/high traffic site? If so, it might be a good idea to check these suggestions to make sure your site’s performance stays up to par.
それだけです!
使い方
WordPress Popular Posts は3つの異なった使い方が出来ます:
- As a widget: simply drag and drop it into your theme’s sidebar and configure it.
- As a template tag: you can place it anywhere on your theme with
wpp_get_mostpopular()
. - ショートコードを使い、投稿ページ / 固定ページ内に埋め込むことが出来ます。
更に多くの情報を得るために、Wiki も訪れてください。
FAQ
FAQ はここに移動しました。
評価
貢献者と開発者
変更履歴
5.2.4
- Fixes PHP notices affecting Block Editor users on WordPress 5.5.
- Fixes a rare PHP warning message that pops up randomly when the Pageviews Cache is enabled.
5.2.3
If you’re using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
- Fixes a compatibility issue with WordPress 5.5.
- Widget themes: various fixes for better IE11 compatibility.
5.2.2
If you’re using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
- Fixes compatibility issue with plugins that minify HTML code.
- Updates installation instructions.
- Other minor improvements.
5.2.1
If you’re using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
- Fixes fatal PHP error triggered on some server setups.
- Makes sure non-ajaxified themed widgets are properly moved into the ShadowRoot.
- Fixes declaration of the wpp_params variable.
5.2.0
If you’re using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
- JavaScript based Lazy Loading superseded by Native Lazing Loading.
- Improved Pageviews Cache.
- Views/comments count will be prettified now!
- Fixed a few layout issues found in widget themes.
- Improved compatibility with Content Security Policy (CSP).
- Added support for ACF images.
- Other minor improvements and fixes.
5.1.0
- The /popular-posts GET API endpoint is now being cached as well.
- Added a new Content Tag: title_attr.
- Added a new filter hook to filter popular posts terms.
- Minor code improvements.
5.0.2
- A performance notice will be displayed for mid/high traffic sites (see #239).
- Fixed an issue with text_title content tag not being shortened (see #241).
- Added a link to the Debug screen to the plugin’s dashboard for ease of access.
- Other minor improvements/changes.
5.0.1
If you’re using a caching plugin, flushing its cache right after installing / upgrading to this version is recommended.
- Fixed a compatibility issue with the newly introduced widget themes feature. If you’re using a theme with your popular posts widget you’ll need to reapply it for it to get the latest changes (go to Appearance > Widgets > WordPress Popular Posts, select a different theme then hit Save, finally switch back to your preferred theme and hit Save again.)
- Fixed two date related issues.
- Minor styling improvements to widget themes Cards, Cards Compact, Cardview and Cardview Compact.
- Removes bold styling from post title on the stock design (wpp.css).
- Improves data caching logic.
5.0.0
If you’re using a caching plugin, flushing its cache right after installing / upgrading to this version is required.
- Code has been refactored to use more modern PHP practices! This will help make WordPress Popular Posts more maintainable and easier to extend.
- WordPress Popular Posts now requires PHP 5.4 or newer and WordPress 4.7 or newer.
- The
WPP_Query
class has been deprecated. UseWordPressPopularPosts\Query
instead. - Added ability to filter posts by multiple taxonomies (thanks blackWhitePanda!)
- New Dashboard Widget: Trending Now.
- Added 10 new themes for the widget!
- Added ability to lazy load thumbnails (enabled by default).
- Improved support for WPML and Polylang.
- Authors and Editors can now access the Stats dashboard too!
- Fixed translation issues affecting russian and similar languages.
- New Content Tags: total_items and item_position.
- Many minor bug fixes/improvements.