Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Sortable Sticky Posts

Beschrijving

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)

Schermafbeeldingen

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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Sortable Sticky Posts” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Sortable Sticky Posts” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial launch.