Descripción
Simple plugin that allows you to collapse subpages in the Pages admin list also for custom post types that are heirarchial. Especially helpful if you have a ton of pages /cpt’s with heiararchial set to true. It uses a cookie to save the expand/collapse status of your pages.
This is loosely based on Collapse Sub-Pages by Dan Dietz, which broke with the 3.0 upgrade due to UI changes and hasn’t been updated. I’ve had to rewrite the jQuery to make it work with 3.x versions.
Because this is a jQuery, it’s possible that they could make additional changes that would break it. I’ll do my best to stay on top of it, but let me know if it stops working.
Plugin in your Language
From version 2.3 our plugin supports internationalization, which means you can have plugin in your specified language.
Actualmente está disponible en inglés de los Estados Unidos, inglés del Reino Unido, chino, télugu, serbio y español.
Support us by Translating
Go here and translate into your language.
Agradecimiento especial
We specially thank Borisa Djuraskovic for translating this plugin in Serbian Language.
¿Qué hay de nuevo en la versión 2.0?
1)Fix en-queuing of scripts .
2)Expand all , Collapse all links appear only on the pages list not on every list (like plugins ,posts etc.,)
3)Updated jQuery.cookie.js to 1.4.0
Capturas
Instalación
- Download, unzip, and upload the ‘admin-collapse-subpages’ folder along with all its files to the ‘/wp-content/plugins/» directory.
- Activa el plugin desde el menú ‘Plugins’ de WordPress.
- Visit your Pages admin page and notice the lovely +/- buttons.
FAQ
- Why is there a delay after I use «Quick Edit»?
-
The WordPress Quick Edit functionality is a little buggy in my opinion. To make a long story short, this delay is so that WordPress can complete the edit(and any possible parent changes) before refreshing the expand/collapse status.
I’d recommend not using Quick Edit to change parent/child pages at all. It often doesn’t refresh any changed rows properly.
Reseñas
Colaboradores y desarrolladores
«Admin Collapse Subpages» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Admin Collapse Subpages» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «Admin Collapse Subpages» 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
2.4
** Nuevo
- Added support for category pages
** Cambiado
- Se usó localStorage en vez de jquery.cookie
- Se usaron iconos de raya y más/menos en vez de imágenes
2.1
- Added support custom post types which are hierarchical
2.0
- Fixed bug – Adding expand/collapse links to all list tables
- Actualización de jquery.cookie.js a 1.4.0
- Carga mejorada de scripts y estilos
1.0
- Versión inicial del plugin