Descripción
Use Cases
- Custom slideshow: allow clients to select which slides to display, and in which order
- Teasers: showcase some hand-picked posts/pages/etc
- Menus: create visually appealing menus and landing pages (using post custom fields)
Features
- Intuitive, drag-n-drop interface
- Built-in smart search within the edit screen
- No additional DB tables created
- Create unlimited groups
Screencast
http://screencast.com/t/hu96vXh0pk
Usage
- Click on Settings > Adv Custom Sort
- Click «Add New», and name it (e.g. «My Group»)
- Select posts from the dropdown box, then click «Add Selected Posts»
- The chosen posts will appear below. Sort them if needed, then save the post
- Within your template, above the loop, add $acs->query_posts (see the Screenshots tab)
Website
http://uproot.us/advanced-custom-sort/
Capturas
Instalación
- Upload ‘advanced-custom-sort’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Click on Settings -> Adv Custom Sort
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Advanced Custom Sort» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Advanced Custom Sort» 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
1.2.2
- Ignore sticky posts by default (props @sc0ttkclark)
1.2.1
- CSS updates ahead of WP 3.4
- More minor cleanup
1.2.0
- Minor cleanup