Mô tả
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)
Ảnh màn hình
Hỏi đáp
- 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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Sortable Sticky Posts” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Sortable Sticky Posts” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Initial launch.