説明
WordPress Popular Posts is a highly customizable plugin that displays your most popular posts.
メインの機能
- Multiple Popular Posts Lists – You can have several Popular Posts lists on your blog, each with its own settings!
- 時間範囲 – 特定の時間範囲 (例:過去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!
その他の機能
- ショートコードをサポート – [wpp] ショートコードを使って投稿 / 固定ページに人気記事一覧を表示することが出来ます。詳しい使い方や説明は インストールセクション を参照してください。
- Template tags – Don’t feel like using blocks? 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 をサポート – 読者へ投稿記事を評価する機能を提供します。
PSA: The classic WordPress Popular Posts widget has reached End-of-Life
WordPress 5.8で導入された新しいブロックウィジェット画面では、WordPress Popular Posts のクラシックウィジェットがほとんどまたはまったく機能しない場合があります。
This new Widgets screen expects WordPress blocks instead of regular WordPress widgets. If you’re using the classic WordPress Popular Posts widget please replace it with the WordPress Popular Posts block instead – it has the same features and functionality as the “classic” widget so you won’t be missing anything at all. See the Migration Guide for more details.
Bjorn from wplearninglab.com was kind enough to create a video explaining how to use the new block for all of you visual learners:
もし、WordPress ブロックを使用できない場合 (または使用したくない場合)、WordPress Popular Posts クラシックウィジェットを [wpp] ショートコードに置き換えてください。
Support the Project!
If you’d like to support my work and efforts to creating and maintaining more open source projects your donations and messages of support mean a lot!
WordPress Popular Posts は GitHub にてソースを参照できます。
Looking for a Recent Posts widget just as featured-packed as WordPress Popular Posts? Try Recently!
クレジット
- フレームグラフィック(freevector/Vecteezy.com)
スクリーンショット
ブロック
このプラグインは1個のブロックを提供します。
- WordPress Popular Posts
インストール
この操作の前にサイトが 最小要件 に合致しているか確認してください。
自動インストール
- WordPress ダッシュボードにログイン。
- プラグイン > 新規追加 と進みます。
- 「プログラムの検索」フィールドで WordPress Popular Posts と入力してエンターキーを押します。
- 検索結果一覧でプラグインを探し、「今すぐインストール」ボタンをクリックします。
手動インストール
- プラグインをダウンロードしてファイルを解凍してください。
wordpress-popular-posts
フォルダを/wp-content/plugins/
ディレクトリにアップロードする。- WordPress Popular Posts を WordPress 内のプラグインメニューから有効化してください。
完了しました! 次は何をしますか?
- Please see the Usage section below to learn how to add a popular post list to your site. Once you’re done, keep reading.
- もしキャッシュ化プラグインをインストールしているのであれば、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.
- Go to Appearance > Editor > Theme File Editor. Under “Theme Files”, click on “Theme Header” (
header.php
) and make sure that the<?php wp_head(); ?>
tag is present (it should be somewhere before the closing</head>
tag). - (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つの異なった使い方が出来ます:
- If you’re using the Block Editor you can insert a WordPress Popular Posts block on your sidebar and even anywhere within your posts and pages.
- テンプレートタグ:
wpp_get_mostpopular()
を使用して、テーマ上のどこにでも人気記事一覧を表示できます。 - ショートコードを使い、投稿ページ / 固定ページ内に埋め込むことが出来ます。
更に多くの情報を得るために、Wiki も訪れてください。
FAQ
FAQ はここに移動しました。
評価
貢献者と開発者
変更履歴
7.0.1
If you’re using a caching plugin on your website it’s highly recommended to clear its cache after installing / updating to this version.
- Improves compatibility with LiteSpeed Cache, Autoptimize, W3 Total Cache, and Speed Optimizer (formerly known as SiteGround Optimizer.)
- Fixes an issue where the popular posts list may not load on iOS browsers (props to Marlys Arnold and abid76!)
- Fixes an issue where get_views() might not return the expected value (props to robwkirby!)
7.0.0
- Breaking Change: The WordPress Popular Posts “classic” widget will stop working after this version! If you’re using the classic widget please replace it with the WordPress Popular Posts block or the [wpp] shortcode as soon as possible. See release notes for more details.
- Breaking Change: The .widget CSS class has been removed from the WordPress Popular Posts block. If you were using it to style your popular posts block adjustments may be required.
- Native WebP / AVIF support: your thumbnails can now be created as .webp / .avif images without requiring third-party plugins. Check the release notes for more.
- New filter hook to dynamically change the headline of the popular post list (props to abid76!)
- PHPCS / WPCS improvements.
- Minor enhancements / fixes.