Este plugin não foi testado com as 3 últimas grandes versões do WordPress. Pode já não ser suportado e pode ter problemas de compatibilidade quando usado com versões mais recentes do WordPress.

Plugin Downloads Display

Descrição

A plugin that allows you to display the number of times a plugin has been downloaded. Can either be displayed in posts with a shortcode or in templates using a function.

Shortcode: [show_downloads slug="slug-of-plugin"].

Function: <?php plugin_downloads("slug-of-plugin"); ?>

Credit Harish Chouhan Tuts+ for original code.

Instalação

  1. Upload plugin-download-display folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use shortcode [show_downloads slug="slug-of-plugin"] in posts/pages
  4. Use function <?php plugin_downloads('slug-of-plugin'); ?> in templates

Avaliações

Este plugin não tem avaliações.

Contribuidores e programadores

“Plugin Downloads Display” é software de código aberto. As seguintes pessoas contribuíram para este plugin:

Contribuidores

Registo de alterações

1.0

  • First edition