Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

Sortable Sticky Posts

Descripción

Adds a new admin settings section to the Settings > Reading table. Drag and drop Sticky Posts in the order you want them considered by WordPress. (Note: You still have to set posts as sticky on the post edit screen for sticky posts to show up)

Capturas de pantalla

  • Simply drag the posts into the order you want them.

FAQ

How do I order sticky posts?

Just drag and drop the posts in the order you want them considered.

I changed the order, but the order isn’t changed on my site. What’s wrong?

This is a case of the loop not using orderby => post__in. You have to manually modify your query to do this. Future versions will handle that for you.

$sticky_loop = new WP_Query( array( 'post__in' => get_option('sticky_posts'), 'orderby' ==> 'post__in' ) );
Do you like beer? Can I buy you one?

Derp. I’m a beer snob. Of course you can.

Opiniones

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“Sortable Sticky Posts” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;Sortable Sticky Posts” 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 .

Historial de cambios

1.0

  • Initial launch.