Categories

  • Access & Security 95
  • Administration 171
  • Advertisement 92
  • Audio & Video 66
  • Author & Content 99
  • Comments 96
  • Communication 110
  • Communities & Forums 84
  • Development 47
  • E-Commerce 76
  • Email Management 53
  • Events & Calendars 80
  • Language 25
  • Map & Weather 44
  • Migration & Conversion 28
  • Miscellaneous 254
  • Mobile 15
  • Photos 143
  • Plugins 260
  • SEO & Site Speed 118
  • Social 186
  • Theme Enhancement 169



  • Add this plugin to a List

    You need to be logged in to add this plugin to your list.

    Archive Posts Sort Customize

    Add to List

    Easily settings interface and available sort to home, date archives, category/tag/taxonomy archives, search.

    Sort Items

    • Post Date
    • Post Title
    • Post Author
    • Post Comments Count
    • Post ID
    • Post Last Modified
    • Post Order (page attributes/menu_order)
    • Custom Field of Post

    For sort order to title

    Available to ignore words of beginning of the title for post title of sort.
    e.g.)
    * The
    * A

    For sort order to custom fields

    Available to automatically whether sort to number (meta_key_num) or sort to string(meta_key).

    For Action/Filter

    You will possible to action before and after the this plugin.

    add_action( 'apsc_before_sort' , 'custom_apsc_before_sort' , 10 , 2 );
    
    function custom_apsc_before_sort( $wp_query , $setting_data ) {
    
        //print_r($wp_query);
        //print_r($setting_data);
    
    }
    
    
    add_action( 'apsc_after_sort' , 'custom_apsc_after_sort' , 10 , 2 );
    
    function custom_apsc_after_sort( $wp_query , $setting_data ) {
    
        //print_r($wp_query);
        //print_r($setting_data);
    
    }
    

    For Debug

    You will possible to see the debug information after activate the Debug Bar plugin.

    Rate This Plugin

    Please Login to Rate this Plugin!

    Function

    Feature

    Support

    0 Votes
    Not Rated Yet

    Wordpress.org Stats

    Ratings4.9
    Votes14
    Downloads18,372
    Last Updated4019 Days ago
    Published13 years ago

    Report Wrong Category!