|
edit the index.php file.
starting at around 291.
You can move things around a bit from there.
an example would be:
if ( $Globals['mostrecent'] == "yes" && $Globals['recentdefault'] == "yes" && $page == 1 )
{
display_gallery("latest");
}
Make sure you include it just like I stated above. If you want to leave the old where it was, just line comment each line out by adding // to the front of each line.
Of course, you could also edit the admin setting of: Show recent photos in default location (bottom)? (if No, will display at top)
Located in the layouts section in admin
|