Descripción
After activating, this plugin adds a dashboard widget to the network admin dashboard page that displays a listing of all your sites and their published and draft posts. You can view other post-type counts by adding a post_type
query parameter, like http://YOUR_SITE_URL/wp-admin/network/index.php?post_type=page
.
Contribute on Github.
Instalación
Manual Installation
- Upload the entire
/network-sites-counts-dashboard-widget
directory to the/wp-content/plugins/
directory. - Activate Network Sites Counts Dashboard Widget through the ‘Plugins’ menu in WordPress.
FAQ
Q: How do I view more than just counts from the post
post type?
A: Add a GET parameter to the url, like so http://YOUR_SITE_URL/wp-admin/network/index.php?post_type=page
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Network Sites Counts Dashboard Widget» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Network Sites Counts Dashboard Widget» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
0.1.2
- Ownership transfer
0.1.1
- Bug Fix: Fixed site name column empty on subdomain installs.
0.1.0
- First release