Hi guys…
Is it possible to order this page (http://www.tieteplazashopping.com.br/index_novo.php/?portfolio_entries=doces-sorvetes) ALPHABETICALLY?
In my functions.php there is:
function custom_post_grid_query( $query, $params ) {
$query['orderby'] = 'title';
$query['order'] = 'ASC';
return $query;
}
add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
But didn’t work on this page.
Thanks.
Hi castwork!
Please try one of the following plugins
http://wordpress.org/plugins/post-types-order/
http://wordpress.org/plugins/query-multiple-taxonomies/
http://wordpress.org/plugins/sort-query-posts/
Cheers!
Yigit
Thanks Yigit, it works!
One more question: this page only show 10 items per page, can i change it?
http://www.tieteplazashopping.com.br/index_novo.php/?portfolio_entries=doces-sorvetes
Hi!
Go to Settings > Reading and increase the number of items per page.
Best regards,
Peter