View Single Post
Old February 2nd, 2009, 01:09 AM   #4 (permalink)
skidpics
Ultimate Member
 
Join Date: Jun 2007
Location: Texas
Posts: 1,362
Send a message via Yahoo to skidpics
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
skidpics is offline   Reply With Quote