Viewing 1 replies (of 1 total)
  • Go into:

    /wp-content/plugins/404-redirected/includes/admin.php

    Around line 2006, you’ll see:

    $query = "select id from $wpdb->posts where post_status='publish' and post_type='post' order by post_date desc";

    Change it to:

    $query = "select id from $wpdb->posts where post_status='publish' and post_type='post' order by post_title asc";

    And save. That should get you sorted! ??

Viewing 1 replies (of 1 total)
  • The topic ‘alphabetically arranged posts’ is closed to new replies.