Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Display Site Numbers

Descrizione

widget

The widget will show (and automatically update) the following site-content counters:

  • Categories count
  • Numero di articoli
  • Pages count
  • Images count
  • Tags count
  • Numero di commenti
  • Authors count

In the admin backend, user can select what counter(s) to display.

Shortcode

Add this shortcode in your page/post:

[DSN-list]

to show all the 6 counters. If you want to specify what counter(s) to show, use this syntax;

[DSN-list show="Categories, Comments, Posts]

Valid terms in the list are: Categories, Comments, Posts, Pages, Authors, Images, Tags.

If you like the plugin, feel free to rate it (on the right side of this page) or donate via PayPal. Thanks a lot! 🙂

Screenshot

  • The admin backend
  • The widget frontend
  • Another view of the frontend, with a different style
  • A view of the shortcode output in a post/page.

Installazione

  1. Upload display-site-numbers folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place the widget

FAQ

Can I customize the style in the widget?

Yes, all elements are included in DSN-wrapper div. Left items are in the item class, while counters are in count class. You can override them in your child theme style.css

Recensioni

30 Dicembre 2018 1 risposta
This was perfect. Well coded and easy to adapt for custom post types.
3 Settembre 2016 1 risposta
Funziona che è una meraviglia… e tanto basta!
Leggi tutte le recensioni di 2

Contributi e sviluppo

“Display Site Numbers” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Display Site Numbers” è stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.

Traduci “Display Site Numbers” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

1.0

  • Adding support for custom post types

1.0

  • Implementing Selective Refresh Support

0.9

  • Ensuring compatibility with WP 4.3
  • Removed deprecated php4 code
  • Ready for php7

0.8

  • Added Norwegian localization

0.7

  • Added pages count

0.6

  • Added shortcode

0.5

  • First working version