Reply To: Rearrange the order of the portfolio grid


imaginem
Support

Hi,

The files in includes/portfolio/*

Let say for example the portfolio-four.php which is the file that generates portfolio four column grids. edit line 27 and 29 – the query code.

Notice ‘orderby’ => ‘menu_order’

You can change it to ‘orderby’ => ‘rand’ for random

For date – ‘orderby’ => ‘date’

More info on query at

http://codex.wordpress.org/Function_Reference/query_posts

Hope this was helpful.

Thanks