Beschreibung
WordPress Popular Posts is a highly customizable plugin that displays your most popular posts.
Haupt-Funktionen
- Multiple Popular Posts Lists – You can have several Popular Posts lists on your blog, each with its own settings!
- Zeitraum – Liste die Beiträge deines Blogs auf, die innerhalb eines bestimmten Zeitraums am populärsten waren, auf (z. B. die letzten 24 Stunden, die letzten 7 Tage, die letzten 30 Tage, usw.)!
- 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.)
- Statistik-Dashboard – Schau direkt in deinem Admin-Bereich nach deinen populären Beiträgen.
- Sortieroptionen – Sortiere deine Liste populärer Beiträge nach der Anzahl der Kommentare, Aufrufe (standard), oder der durchschnittlichen Aufrufe am Tag!
- 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).
- Verwende dein eigenes Layout! – WPP ist flexibel genug, damit du das Aussehen deiner populären Beiträge anpassen kannst! (siehe Anpassen des WPP-HTML-Markups (engl.) und Anpassen des Designs von WordPress Popular Posts (engl.) für mehr Informationen.)
- 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.)
- Unterstützung für Disqus – Sortiere deine populären Beiträge nach der Anzahl der Kommentare bei Disqus!
- Unterstützt Polylang und WPML 3.2+ – Stelle die übersetzte Version deiner populären Beitrage dar!
- WordPress Multisite support – Each site on the network can have its own popular posts list!
Andere Funktionen
- 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 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 support – Show your visitors how your readers are rating your posts!
PSA: The classic WordPress Popular Posts widget has reached End-of-Life
The classic WordPress Popular Posts widget doesn’t work very well / at all with the new Widgets screen introduced with WordPress 5.8.
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:
If you cannot (or do not want to) use WordPress blocks on your website then please replace your classic widget with the [wpp] shortcode.
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 ist jetzt auch auf GitHub!
Looking for a Recent Posts widget just as featured-packed as WordPress Popular Posts? Try Recently!
Danksagungen
- Flammen-Grafik von freevector/Vecteezy.com.
Screenshots
Blöcke
Dieses Plugin unterstützt 1 Block.
- WordPress Popular Posts
Installation
Bitte stelle sicher, dass deine Website die Mindestanforderungen (engl.) erfüllt, bevor du fortfährst.
Automatische Installation
- Melde dich in deinem WordPress-Dashboard an.
- Gehe auf Plugins > Installieren.
- Tippe WordPress Popular Posts in das Feld „Plugins durchsuchen…“ ein.
- Finde das Plugin in den Suchergebnissen und klicke auf die Schaltfläche „Jetzt installieren“.
Manuelle Installation
- Lade das Plugin herunter und entpacke die Dateien
- Lade den Ordner
wordpress-popular-posts
in das Verzeichnis/wp-content/plugins/
hoch. - Aktiviere das Plugin WordPress Popular Posts über den Menüpunkt „Plugins“ in WordPress.
Fertig! Was jetzt?
- Please see the Usage section below to learn how to add a popular post list to your site. Once you’re done, keep reading.
- Wenn du ein Caching-Plugin auf deiner Website installiert hast, lösche den Cache jetzt, damit WPP beginnen kann, deine Zugriffe zu erfassen.
- 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?
- Wenn du ein Sicherheit-Plugin oder eine Firewall in deiner Website installiert hast, stelle sicher, dass du erlaube WPP Zugriff auf die REST API (engl.), damit die Zugriffe auf deine Seite erfasst werden.
- 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.
Das war es!
VERWENDUNG
WordPress Popular Posts kann auf drei unterschiedliche Arten verwendet werden:
- 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.
- As a template tag: you can place it anywhere on your theme with
wpp_get_mostpopular()
. - Per Shortcode (engl.), so dass du sie in einen Beitrag oder eine Seite einbetten kannst.
Schaue auf jeden Fall auch im Wiki (engl.) vorbei, dort findest du noch mehr Informationen!
FAQ
Der FAQ-Abschnitt wurde hierhin (engl.) verschoben.
Rezensionen
Mitwirkende & Entwickler
„WordPress Popular Posts“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„WordPress Popular Posts“ wurde in 15 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „WordPress Popular Posts“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
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.