How to filter posts by category INSIDE the loop

Got a quite radical solution :

function wpse_102497_modify_query_order( $query ) {
    if ( $query->is_main_query() ) {
      $query->set( 'orderby', 'title' );
    }
}
add_action( 'pre_get_posts', 'wpse_102497_modify_query_order' );

Hope this will help.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)