I’m not speak English. I’m use Google Translate.
Use:
<?php
query_posts('showposts=5');
if (have_posts()) {
while (have_posts()) : the_post();
if ( is_sticky() ) :
the_title();
the_excerpt();
endif;
endwhile;
}
wp_reset_query();
?>
Just add your HTML-tags.
http://codex.ww.wp.xz.cn/Function_Reference/is_sticky
Go to http://example.com/wp-admin/profile.php
Disable checkbox “Show Toolbar when viewing site”.