Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Display Site Numbers

Descripción

Widget

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

  • Categories count
  • Posts count
  • Pages count
  • Images count
  • Tags count
  • Comments count
  • 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! 🙂

Capturas

  • 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.

Instalación

  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

Preguntas frecuentes

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

Reseñas

30 de diciembre de 2018 1 respuesta
This was perfect. Well coded and easy to adapt for custom post types.
3 de septiembre de 2016 1 respuesta
Funziona che è una meraviglia… e tanto basta!
Leer todas las 2 reseñas

Colaboradores y desarrolladores

“Display Site Numbers” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

“Display Site Numbers” ha sido traducido a 2 idiomas. Gracias a los traductores por sus contribuciones.

Traduce “Display Site Numbers” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

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