Descrizione
Two simple shortcodes to quickly display the total download count, in plain text, of any theme or plugin, using:
[theme-download-count slug="theme-slug-here"]
or
[plugin-download-count slug="plugin-slug-here"]
That’s it; simple and clean; the plain text number for you to display and style how you like.
Installazione
There are no settings to adjust. Simply use [theme-download-count slug="theme-slug-here"]
or [plugin-download-count slug="plugin-slug-here"]
on any page, post, or text widget or in your theme code, use <?php echo do_shortcode( '[theme-download-count slug="theme-slug-here"]' ); ?>
.
FAQ
-
It displays nothing, an error message, or the wrong number?
-
Things to check:
- The slug is entered exactly as it appears in https://wordpress.org/themes/this-portion-of-the-url/
- The theme or plugin is still live and active on wordpress.org, and that it isn’t banned, suspended, or otherwise gone
- The count might not match what is shown on wordpress.org exactly because of caching and other variables, but it should be very close
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“WP Count” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
Collaboratori“WP Count” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.
Traduci “WP Count” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
0.1
- New