How to change the image logo?
First make sure in theme options the “logo option” is set to image and not text. Then replace or create logo.gif and place it inside the images folder.
how to manually order the 3 column index posts/pages
open includes/indexformat.php and find
'orderby' => 'title',
change the line to
'orderby' => 'menu_order',
then you will need to edit the pages and in the right sidebar you will see “order”, give each of the 3 pages a number, this will result in your pages now being in that order.
how to manually order the slider posts/pages
open includes/showcase.php and find both instances of
'orderby' => 'title',
change them both to
'orderby' => 'menu_order',
then you will need to edit the pages and in the right sidebar you will see “order”, give each of the 3 pages a number, this will result in your pages now being in that order.


712 Purchases
470 Comments