hi all,
as title, how can i change the default front page (displaying 10 latest posts) to a specific page ( eg. page_id=3)
i have tried to put this line of code in the main index template(index.php)
<?php get_pages(3); ?>
or
<?php get_pages('3'); ?>
or
<?php get_pages(); ?>
but none of the way works!!!!
can anyone help me??
Thanks.
morgan