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
- Upload
plugin-download-displayfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use shortcode
[show_downloads slug="slug-of-plugin"]in posts/pages - 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:
ContribuidoresTraduza o “Plugin Downloads Display” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
1.0
- First edition