PureRushh,
You could also use:
<a href="?p="><img src="<?php bloginfo('stylesheet_directory'); ?>/images/btn-view-all.png" /></a>
-Marc
PureRushh,
Double check the order value in the “Page Attributes” panel in the page editor. This value will control the sort order of your pages.
-Marc
PureRushh,
In your index.php template file use:
echo do_shortcode('[recent max=6]');
This will execute the shortcode that would be used in a post/page editor.
-Marc