ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Sortable Sticky Posts

აღწერა

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)

ეკრანული სურათები

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

ხდკ

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.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Sortable Sticky Posts” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Sortable Sticky Posts თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

1.0

  • Initial launch.