Posts by Glauber • 1 point
1 post
-
-1
votes1
answer158
viewsA: How can I display posts in alphabetical order, example: posts containing A, B, C
In the example below I order a Custom Post Type listing by date: $args = array( 'author' => $user, //exibe apenas posts criados pelo usuário 'post_status' => 'publish', //pega apenas posts…