Περιγραφή
The stats of theme is displayed by block or shortcode.
- Sibling plugin -> Plugin Stats View.
How it works
Στιγμιότυπα
Μπλοκς
Αυτό το πρόσθετο παρέχει 2 μπλοκς.
- Multi Themes The stats of theme is displayed.
- Single Theme The stats of theme is displayed.
Εγκατάσταση
- Upload
theme-stats-view
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
How to use
Shortcode
Please add new Page. Please write a short code.
Examples for single theme
[tsview slug=”twentytwenty”]
[tsview slug=”twentytwenty” view=”simple” link=”https://test.com/%slug%/”]
- slug Specifies the theme slug.
- view View style. Choose normal(Standard display), card(Card display) or simple(Simple display). Default: view=”normal”
- link You can specify the link destination of the theme name. If not specified, this is the theme homepage link. Can insert a slug tag in the URL of the link. Default: link=null Tag: %slug%
- open Description & Tags style for normal view. Select true(View Description & Tags) or false(Hide Description & Tags). Default: open=false
Examples for multi themes
[taview slug=”twentytwenty,twentynineteen,twentyseventeen”]
[taview slug=”twentytwenty,twentynineteen,twentyseventeen” link=”https://test.com/%slug%/”]
* slug Specify the slugs of multiple themes separated by a comma.
* link You can specify the link destination of the theme name. If not specified, this is the theme homepage link. Can insert a slug tag in the URL of the link. Default: link=null Tag: %slug%
Συχνές Ερωτήσεις
none
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Theme Stats View” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΤο “Theme Stats View” έχει μεταφραστεί σε 4 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.
Μεταφράστε το “Theme Stats View” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.11
Rebuilt blocks.
1.10
Rebuilt blocks.
1.09
Supported WordPress 6.4.
PHP 8.0 is now required.
1.08
Added escaping process.
1.07
Supported WordPress 6.1.
1.06
Supported WordPress 6.0.
1.05
Rebuilt blocks.
1.04
Supported WordPress 5.6.
1.03
Added card display.
1.02
Fixed problem of mobile display.
1.01
Added multi themes view.
Can insert a slug tag in the URL of the link.
The total number of reviews can be displayed.
1.00
Initial release.