Changeset 2708331
- Timestamp:
- 04/12/2022 04:59:50 AM (4 years ago)
- Location:
- custom-order-for-posts/trunk
- Files:
-
- 2 edited
-
custom-order-for-posts.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
custom-order-for-posts/trunk/custom-order-for-posts.php
r2708307 r2708331 4 4 Plugin URI: https://rajatmeshram.in/custom-order-plugin 5 5 Description: This Plugin create a custom order input box where you can give custom ordering for the post which shows in the archieve page. According to the ordering posts will show in archieve list. 6 Version: 1. 06 Version: 1.1 7 7 Author: Rajat Meshram 8 8 Author URI: https://rajatmeshram.in … … 44 44 } 45 45 46 add_action( 'add_meta_boxes', 'custom_order_post_list_sort' );47 46 if( ! function_exists( 'custom_order_post_list_order' ) ) { 48 47 function custom_order_post_list_order( $post ) { … … 56 55 } 57 56 } 57 add_action( 'add_meta_boxes', 'custom_order_post_list_sort' ); 58 58 59 59 // Save the input to post_meta_data -
custom-order-for-posts/trunk/readme.txt
r2708307 r2708331 1 === Custom Order For Post List ===1 === Custom Order For Post List === 2 2 Contributors: rajatdev, vishitshah 3 3 Tags: Order, Custom ordering, Ascending Order, Custom Position, Post Orders. … … 16 16 == Changelog == 17 17 18 = 1.1 = 19 Minor Changes 20 18 21 = 1.0 = 19 22 Initial Release
Note: See TracChangeset
for help on using the changeset viewer.