Plugin Directory

Changeset 2708331


Ignore:
Timestamp:
04/12/2022 04:59:50 AM (4 years ago)
Author:
rajatdev
Message:

Minor changes

Location:
custom-order-for-posts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • custom-order-for-posts/trunk/custom-order-for-posts.php

    r2708307 r2708331  
    44Plugin URI: https://rajatmeshram.in/custom-order-plugin
    55Description: 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.0
     6Version: 1.1
    77Author: Rajat Meshram
    88Author URI: https://rajatmeshram.in
     
    4444}
    4545
    46 add_action( 'add_meta_boxes', 'custom_order_post_list_sort' );
    4746if( ! function_exists( 'custom_order_post_list_order' ) ) {
    4847    function custom_order_post_list_order( $post ) {
     
    5655    }
    5756}
     57add_action( 'add_meta_boxes', 'custom_order_post_list_sort' );
    5858 
    5959// Save the input to post_meta_data
  • custom-order-for-posts/trunk/readme.txt

    r2708307 r2708331  
    1 === Custom OrderFor Post List ===
     1=== Custom Order For Post List ===
    22Contributors: rajatdev, vishitshah
    33Tags: Order, Custom ordering, Ascending Order, Custom Position, Post Orders.
     
    1616== Changelog ==
    1717
     18= 1.1 =
     19Minor Changes
     20
    1821= 1.0 =
    1922Initial Release
Note: See TracChangeset for help on using the changeset viewer.