This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

WP Count

Kuvaus

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.

Asennus

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"]' ); ?>.

UKK

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

Arvostelut

There are no reviews for this plugin.

Avustajat & Kehittäjät

“WP Count” perustuu avoimeen lähdekoodiin. Seuraavat henkilöt ovat osallistuneet tämän lisäosan kehittämiseen.

Avustajat

“WP Count” has been translated into 1 locale. Kiitoksia kääntäjille heidän työstään.

Käännä “WP Count” omalle kielellesi.

Oletko kiinnostunut kehitystyöstä?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Muutosloki

0.1

  • New